Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/ !
Dcounts.h23 return xyarray__entry(counts->values, cpu_map_idx, thread); in perf_counts()
29 return *((bool *) xyarray__entry(counts->loaded, cpu_map_idx, thread)); in perf_counts__is_loaded()
35 *((bool *) xyarray__entry(counts->loaded, cpu_map_idx, thread)) = loaded; in perf_counts__set_loaded()
Dbpf_counter_cgroup.c42 #define FD(evt, cpu) (*(int *)xyarray__entry(evt->core.fd, cpu, 0))
Devlist.c64 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
65 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
Dbpf-loader.c1794 evt_fd = xyarray__entry(xy, key, 0); in apply_config_evsel_for_key()
Devsel.c137 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
/linux-6.1.9/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-6.1.9/tools/lib/perf/ !
Devsel.c47 ((int *)xyarray__entry(_evsel->fd, _cpu_map_idx, _thread))
49 (_evsel->mmap ? ((struct perf_mmap *) xyarray__entry(_evsel->mmap, _cpu_map_idx, _thread)) \
Devlist.c232 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
415 #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y))
/linux-6.1.9/tools/perf/ !
Dbuiltin-stat.c323 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
Dbuiltin-record.c1880 sid = xyarray__entry(evsel->core.sample_id, cpu_idx, thread_idx); in __record__read_lost_samples()