Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/perf/include/internal/
H A Drc_check.h52 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, object) macro
96 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, (object ? object->orig : NULL)) macro
/linux-6.15/tools/perf/util/
H A Dmem-info.c9 if (RC_CHK_GET(result, mi)) in mem_info__get()
H A Dcomm.c57 if (RC_CHK_GET(result, cs)) in comm_str__get()
H A Dnamespaces.c230 if (RC_CHK_GET(result, nsi)) in nsinfo__get()
H A Dmap.h189 if (RC_CHK_GET(result, map)) in map__get()
H A Dthread.c135 if (RC_CHK_GET(result, thread)) in thread__get()
H A Dmaps.c266 if (RC_CHK_GET(result, maps)) in maps__get()
H A Ddso.c1600 if (RC_CHK_GET(result, dso)) in dso__get()
/linux-6.15/tools/lib/perf/
H A Dcpumap.c62 if (RC_CHK_GET(result, map)) in perf_cpu_map__get()