Searched refs:RC_CHK_GET (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/lib/perf/include/internal/ |
| A D | rc_check.h | 52 #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/tools/perf/util/ |
| A D | mem-info.c | 9 if (RC_CHK_GET(result, mi)) in mem_info__get()
|
| A D | comm.c | 55 if (RC_CHK_GET(result, cs)) in comm_str__get()
|
| A D | map.h | 189 if (RC_CHK_GET(result, map)) in map__get()
|
| A D | namespaces.c | 230 if (RC_CHK_GET(result, nsi)) in nsinfo__get()
|
| A D | thread.c | 131 if (RC_CHK_GET(result, thread)) in thread__get()
|
| A D | maps.c | 266 if (RC_CHK_GET(result, maps)) in maps__get()
|
| A D | dso.c | 1514 if (RC_CHK_GET(result, dso)) in dso__get()
|
| /linux/tools/lib/perf/ |
| A D | cpumap.c | 58 if (RC_CHK_GET(result, map)) in perf_cpu_map__get()
|
Completed in 23 milliseconds