Searched refs:SID (Results 1 – 3 of 3) sorted by relevance
| /tools/lib/perf/ |
| A D | evlist.c | 304 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) macro 311 struct perf_sample_id *sid = SID(evsel, cpu_map_idx, thread); in perf_evlist__id_hash() 331 if (!SID(evsel, cpu_map_idx, thread)) in perf_evlist__id_add() 347 if (!SID(evsel, cpu_map_idx, thread)) in perf_evlist__id_add_fd() 465 struct perf_sample_id *sid = SID(evsel, cpu, thread); in perf_evsel__set_sid_idx()
|
| /tools/perf/ |
| A D | builtin-stat.c | 258 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) macro 263 struct perf_sample_id *sid = SID(counter, cpu_map_idx, thread); in evsel__write_stat_event()
|
| /tools/perf/util/ |
| A D | evlist.c | 74 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) macro
|
Completed in 14 milliseconds