Searched refs:mem_hops (Results 1 – 6 of 6) 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 (__builtin_preserve_field_info(data->mem_hops, BPF_FIELD_EXISTS)) in perf_get_sample() 168 return data->mem_hops; in perf_get_sample()
|
| /linux/tools/perf/util/ |
| H A D | mem-events.c | 404 static const char * const mem_hops[] = { variable 470 if (data_src.mem_hops) in perf_mem__lvl_scnprintf() 471 l += scnprintf(out + l, sz - l, "%s ", mem_hops[data_src.mem_hops]); in perf_mem__lvl_scnprintf() 644 bool mrem = (data_src->mem_remote && !data_src->mem_hops); in c2c_decode_stats()
|
| H A D | bpf-filter.l | 115 mem_hops { return sample_part(PBF_TERM_DATA_SRC, 8); }
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 1332 mem_hops : 3, /* Hop level */ member 1341 mem_hops : 3, /* Hop level */ member
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 1332 mem_hops : 3, /* Hop level */ member 1341 mem_hops : 3, /* Hop level */ member
|
| /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)
|