Home
last modified time | relevance | path

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

/tools/perf/util/
A Dcounts.h22 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()
A Dtool_pmu.c217 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
272 start_time = xyarray__entry(evsel->start_times, idx, thread); in evsel__tool_pmu_open()
493 start_time = xyarray__entry(evsel->start_times, cpu_map_idx, thread); in evsel__tool_pmu_read()
A Dbpf_trace_augment.c77 xyarray__entry(bpf_output->core.fd, in augmented_syscalls__setup_bpf_output()
A Dbpf_counter_cgroup.c42 #define FD(evt, cpu) (*(int *)xyarray__entry(evt->core.fd, cpu, 0))
A Dbpf_off_cpu.c95 xyarray__entry(evsel->core.fd, cpu_nr, 0), in off_cpu_start()
A Dbpf-filter.c67 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
A Dhwmon_pmu.c757 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
A Devlist.c73 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
74 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
A Devsel.c253 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
/tools/lib/perf/include/internal/
A Dxyarray.h26 static inline void *xyarray__entry(struct xyarray *xy, size_t x, size_t y) in xyarray__entry() function
/tools/lib/perf/
A Devsel.c60 ((int *)xyarray__entry(_evsel->fd, _cpu_map_idx, _thread))
62 (_evsel->mmap ? ((struct perf_mmap *) xyarray__entry(_evsel->mmap, _cpu_map_idx, _thread)) \
A Devlist.c304 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
493 #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y))
/tools/perf/
A Dbuiltin-stat.c258 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
285 start_time = xyarray__entry(counter->start_times, cpu_map_idx, thread); in read_single_counter()
A Dbuiltin-record.c1949 sid = xyarray__entry(evsel->core.sample_id, cpu_idx, thread_idx); in __record__save_lost_samples()

Completed in 45 milliseconds