Home
last modified time | relevance | path

Searched refs:__DSO_LOAD_ERRNO__START (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Ddso.h88 __DSO_LOAD_ERRNO__START = -10000, enumerator
90 DSO_LOAD_ERRNO__INTERNAL_ERROR = __DSO_LOAD_ERRNO__START,
H A Ddso.c1449 if (errnum < __DSO_LOAD_ERRNO__START || errnum >= __DSO_LOAD_ERRNO__END) in dso__strerror_load()
1452 idx = errnum - __DSO_LOAD_ERRNO__START; in dso__strerror_load()
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddso.h88 __DSO_LOAD_ERRNO__START = -10000, enumerator
90 DSO_LOAD_ERRNO__INTERNAL_ERROR = __DSO_LOAD_ERRNO__START,
H A Ddso.c1522 if (errnum < __DSO_LOAD_ERRNO__START || errnum >= __DSO_LOAD_ERRNO__END) in dso__strerror_load()
1525 idx = errnum - __DSO_LOAD_ERRNO__START; in dso__strerror_load()

Completed in 6 milliseconds