Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dtarget.h30 __TARGET_ERRNO__START = -10000, enumerator
33 TARGET_ERRNO__PID_OVERRIDE_CPU = __TARGET_ERRNO__START,
H A Dtarget.c129 if (errnum < __TARGET_ERRNO__START || errnum >= __TARGET_ERRNO__END) in target__strerror()
132 idx = errnum - __TARGET_ERRNO__START; in target__strerror()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dtarget.h34 __TARGET_ERRNO__START = -10000, enumerator
37 TARGET_ERRNO__PID_OVERRIDE_CPU = __TARGET_ERRNO__START,
H A Dtarget.c161 if (errnum < __TARGET_ERRNO__START || errnum >= __TARGET_ERRNO__END) in target__strerror()
164 idx = errnum - __TARGET_ERRNO__START; in target__strerror()

Completed in 1 milliseconds