Searched refs:mem_hops (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/perf/util/bpf_skel/ |
D | sample_filter.bpf.c | 68 mem_hops:3, /* hop level */ member 167 if (bpf_core_field_exists(data->mem_hops)) in perf_get_sample() 168 return data->mem_hops; in perf_get_sample()
|
/linux-6.12.1/tools/perf/util/ |
D | mem-events.c | 379 static const char * const mem_hops[] = { variable 445 if (data_src.mem_hops) in perf_mem__lvl_scnprintf() 446 l += scnprintf(out + l, sz - l, "%s ", mem_hops[data_src.mem_hops]); in perf_mem__lvl_scnprintf() 619 bool mrem = (data_src->mem_remote && !data_src->mem_hops); in c2c_decode_stats()
|
D | bpf-filter.l | 115 mem_hops { return sample_part(PBF_TERM_DATA_SRC, 8); }
|
/linux-6.12.1/include/uapi/linux/ |
D | perf_event.h | 1289 mem_hops:3, /* hop level */ member 1298 mem_hops:3, /* hop level */ member
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | perf_event.h | 1289 mem_hops:3, /* hop level */ member 1298 mem_hops:3, /* hop level */ member
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-record.txt | 203 mem_dtlb, mem_blk, mem_hops, uid, gid 217 hops0, hops1, hops2, hops3 (for mem_hops)
|