Searched refs:SID (Results 1 – 3 of 3) sorted by relevance
/tools/lib/perf/ |
D | evlist.c | 225 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) macro 232 struct perf_sample_id *sid = SID(evsel, cpu, thread); in perf_evlist__id_hash() 372 struct perf_sample_id *sid = SID(evsel, cpu, thread); in perf_evsel__set_sid_idx()
|
/tools/perf/ |
D | builtin-stat.c | 304 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) macro 309 struct perf_sample_id *sid = SID(counter, cpu, thread); in evsel__write_stat_event()
|
/tools/perf/util/ |
D | evlist.c | 57 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) macro
|