Home
last modified time | relevance | path

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

/Linux-v6.6/tools/lib/perf/include/internal/
Drc_check.h48 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, object) macro
89 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, (object ? object->orig : NULL)) macro
/Linux-v6.6/tools/perf/util/
Dmap.h180 if (RC_CHK_GET(result, map)) in map__get()
Dnamespaces.c230 if (RC_CHK_GET(result, nsi)) in nsinfo__get()
Dthread.c135 if (RC_CHK_GET(result, thread)) in thread__get()
Dmaps.c185 if (RC_CHK_GET(result, maps)) in maps__get()
/Linux-v6.6/tools/lib/perf/
Dcpumap.c53 if (RC_CHK_GET(result, map)) in perf_cpu_map__get()