Searched refs:mem_hops (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/tools/perf/util/bpf_skel/ |
| D | sample_filter.bpf.c | 40 mem_hops:3, /* hop level */ member 113 if (bpf_core_field_exists(data->mem_hops)) in perf_get_sample() 114 return data->mem_hops; in perf_get_sample()
|
| /Linux-v6.6/tools/perf/util/ |
| D | mem-events.c | 306 static const char * const mem_hops[] = { variable 372 if (data_src.mem_hops) in perf_mem__lvl_scnprintf() 373 l += scnprintf(out + l, sz - l, "%s ", mem_hops[data_src.mem_hops]); in perf_mem__lvl_scnprintf() 546 bool mrem = (data_src->mem_remote && !data_src->mem_hops); in c2c_decode_stats()
|
| D | bpf-filter.l | 97 mem_hops { return sample_part(PERF_SAMPLE_DATA_SRC, 8); }
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | perf_event.h | 1279 mem_hops:3, /* hop level */ member 1288 mem_hops:3, /* hop level */ member
|
| /Linux-v6.6/include/uapi/linux/ |
| D | perf_event.h | 1279 mem_hops:3, /* hop level */ member 1288 mem_hops:3, /* hop level */ member
|
| /Linux-v6.6/tools/perf/Documentation/ |
| D | perf-record.txt | 203 mem_dtlb, mem_blk, mem_hops 217 hops0, hops1, hops2, hops3 (for mem_hops)
|