Searched refs:xyarray__entry (Results 1 – 14 of 14) sorted by relevance
| /linux/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 | tool_pmu.c | 229 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) in evsel__tool_pmu_open() 318 start_time = xyarray__entry(evsel->process_time.start_times, idx, in tool_pmu__cpu_slots_per_cycle() 320 accumulated_time = xyarray__entry( 537 __u64 *start_time = xyarray__entry(evsel->process_time.start_times, in evsel__tool_pmu_read() 588 __u64 *start_time = xyarray__entry(evsel->process_time.start_times, 590 __u64 *accumulated_time = xyarray__entry( 672 __u64 accumulated = *(__u64 *)xyarray__entry(evsel->process_time.accumulated_times, 678 __u64 *start_time = xyarray__entry(evsel->process_time.start_times,
|
| H A D | bpf_trace_augment.c | 77 xyarray__entry(bpf_output->core.fd, in augmented_syscalls__setup_bpf_output()
|
| H A D | bpf_counter_cgroup.c | 44 #define FD(evt, cpu) (*(int *)xyarray__entry(evt->core.fd, cpu, 0))
|
| H A D | bpf_off_cpu.c | 96 xyarray__entry(evsel->core.fd, cpu_nr, 0), in off_cpu_start()
|
| H A D | bpf-filter.c | 68 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
|
| H A D | hwmon_pmu.c | 760 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) in evsel__hwmon_pmu_open()
|
| H A D | evlist.c | 74 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) 75 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
| H A D | evsel.c | 309 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y))
|
| /linux/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
|
| /linux/tools/lib/perf/ |
| H A D | evsel.c | 60 ((int *)xyarray__entry(_evsel->fd, _cpu_map_idx, _thread)) 62 (_evsel->mmap ? ((struct perf_mmap *) xyarray__entry(_evsel->mmap, _cpu_map_idx, _thread)) \
|
| H A D | evlist.c | 332 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) 521 #define FD(e, x, y) (*(int *) xyarray__entry(e->fd, x, y))
|
| /linux/tools/perf/ |
| H A D | builtin-stat.c | 269 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
| H A D | builtin-record.c | 1986 sid = xyarray__entry(evsel->core.sample_id, cpu_idx, thread_idx); in __record__save_lost_samples()
|