/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | counts.h | 23 return xyarray__entry(counts->values, cpu, thread); in perf_counts() 29 return *((bool *) xyarray__entry(counts->loaded, cpu, thread)); in perf_counts__is_loaded() 35 *((bool *) xyarray__entry(counts->loaded, cpu, thread)) = loaded; in perf_counts__set_loaded()
|
H A D | evlist.c | 56 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) 57 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
H A D | bpf-loader.c | 1444 evt_fd = xyarray__entry(xy, key, 0); in apply_config_evsel_for_key()
|
H A D | evsel.c | 102 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | counts.h | 22 return xyarray__entry(counts->values, cpu_map_idx, thread); in perf_counts() 28 return *((bool *) xyarray__entry(counts->loaded, cpu_map_idx, thread)); in perf_counts__is_loaded() 34 *((bool *) xyarray__entry(counts->loaded, cpu_map_idx, thread)) = loaded; in perf_counts__set_loaded()
|
H A D | bpf-filter.c | 18 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
|
H A D | bpf_counter_cgroup.c | 42 #define FD(evt, cpu) (*(int *)xyarray__entry(evt->core.fd, cpu, 0))
|
H A D | evlist.c | 68 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) 69 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
H A D | evsel.c | 139 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
|
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/ |
H A D | xyarray.h | 21 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() function
|
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/ |
H A D | xyarray.h | 26 static inline void *xyarray__entry(struct xyarray *xy, size_t x, size_t y) in xyarray__entry() function
|
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | evsel.c | 47 ((int *)xyarray__entry(_evsel->fd, _cpu_map_idx, _thread)) 49 (_evsel->mmap ? ((struct perf_mmap *) xyarray__entry(_evsel->mmap, _cpu_map_idx, _thread)) \
|
H A D | evlist.c | 247 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) 430 #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y))
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | evlist.c | 225 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) 400 #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y))
|
H A D | evsel.c | 40 #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y))
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-stat.c | 304 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-stat.c | 266 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
H A D | builtin-record.c | 1869 sid = xyarray__entry(evsel->core.sample_id, cpu_idx, thread_idx); in __record__save_lost_samples()
|
H A D | builtin-trace.c | 3921 xyarray__entry(trace->syscalls.events.bpf_output->core.fd,
|