Searched refs:mem_hops (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/util/bpf_skel/ |
H A 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/tools/include/uapi/linux/ |
H A D | perf_event.h | 1298 mem_hops:3, /* hop level */ member 1307 mem_hops:3, /* hop level */ member
|
/linux/tools/perf/util/ |
H A D | bpf-filter.l | 115 mem_hops { return sample_part(PBF_TERM_DATA_SRC, 8); }
|
/linux/tools/perf/Documentation/ |
H A D | perf-record.txt | 207 mem_dtlb, mem_blk, mem_hops, uid, gid 221 hops0, hops1, hops2, hops3 (for mem_hops)
|