Home
last modified time | relevance | path

Searched refs:xyarray__entry (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/tools/perf/util/
Dcounts.h23 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()
Dbpf_counter_cgroup.c42 #define FD(evt, cpu) (*(int *)xyarray__entry(evt->core.fd, cpu, 0))
Devlist.c61 #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)
Dbpf-loader.c1442 evt_fd = xyarray__entry(xy, key, 0); in apply_config_evsel_for_key()
Devsel.c105 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
/Linux-v5.15/tools/lib/perf/include/internal/
Dxyarray.h26 static inline void *xyarray__entry(struct xyarray *xy, size_t x, size_t y) in xyarray__entry() function
/Linux-v5.15/tools/lib/perf/
Devsel.c46 #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)
Devlist.c223 #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/
Dbuiltin-stat.c328 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)