Searched refs:xyarray__entry (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/tools/perf/util/ |
| 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()
|
| D | bpf_counter_cgroup.c | 42 #define FD(evt, cpu) (*(int *)xyarray__entry(evt->core.fd, cpu, 0))
|
| D | evlist.c | 61 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) 62 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
| D | bpf-loader.c | 1442 evt_fd = xyarray__entry(xy, key, 0); in apply_config_evsel_for_key()
|
| D | evsel.c | 105 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
|
| /Linux-v5.15/tools/lib/perf/include/internal/ |
| D | xyarray.h | 26 static inline void *xyarray__entry(struct xyarray *xy, size_t x, size_t y) in xyarray__entry() function
|
| /Linux-v5.15/tools/lib/perf/ |
| D | evsel.c | 46 #define FD(e, x, y) ((int *) xyarray__entry(e->fd, x, y)) 47 #define MMAP(e, x, y) (e->mmap ? ((struct perf_mmap *) xyarray__entry(e->mmap, x, y)) : NULL)
|
| D | evlist.c | 223 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) 406 #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y))
|
| /Linux-v5.15/tools/perf/ |
| D | builtin-stat.c | 328 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|