Home
last modified time | relevance | path

Searched refs:RC_CHK_GET (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/lib/perf/include/internal/
H A Drc_check.h52 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, object) macro
93 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, (object ? object->orig : NULL)) macro
/openbmc/linux/tools/perf/util/
H A Dmap.h180 if (RC_CHK_GET(result, map)) in map__get()
H A Dnamespaces.c230 if (RC_CHK_GET(result, nsi)) in nsinfo__get()
H A Dthread.c131 if (RC_CHK_GET(result, thread)) in thread__get()
H A Dmaps.c185 if (RC_CHK_GET(result, maps)) in maps__get()
/openbmc/linux/tools/lib/perf/
H A Dcpumap.c53 if (RC_CHK_GET(result, map)) in perf_cpu_map__get()