/linux/tools/include/linux/ |
H A D | ring_buffer.h | 51 static inline u64 ring_buffer_read_head(struct perf_event_mmap_page *base) in ring_buffer_read_head() 68 static inline void ring_buffer_write_tail(struct perf_event_mmap_page *base, in ring_buffer_write_tail()
|
/linux/tools/perf/arch/arm/util/ |
H A D | auxtrace.c | 192 struct perf_event_mmap_page *pc = mm->userpg; in compat_auxtrace_mmap__read_head() 206 struct perf_event_mmap_page *pc = mm->userpg; in compat_auxtrace_mmap__write_tail()
|
/linux/tools/testing/selftests/user_events/ |
H A D | perf_test.c | 137 struct perf_event_mmap_page *perf_page; in TEST_F() 201 struct perf_event_mmap_page *perf_page; in TEST_F()
|
/linux/tools/perf/util/ |
H A D | synthetic-events.h | 21 struct perf_event_mmap_page; 93 int perf_event__synth_time_conv(const struct perf_event_mmap_page *pc, const struct perf_tool *tool…
|
H A D | auxtrace.h | 469 struct perf_event_mmap_page *pc = mm->userpg; in auxtrace_mmap__read_head() 486 struct perf_event_mmap_page *pc = mm->userpg; in auxtrace_mmap__write_tail()
|
H A D | auxtrace.c | 119 struct perf_event_mmap_page *pc = userpg; in auxtrace_mmap__mmap() 1861 struct perf_event_mmap_page *pc = mm->userpg; in compat_auxtrace_mmap__read_head() 1880 struct perf_event_mmap_page *pc = mm->userpg; in compat_auxtrace_mmap__write_tail()
|
/linux/tools/testing/selftests/perf_events/ |
H A D | watermark_signal.c | 46 struct perf_event_mmap_page *p = NULL; in TEST()
|
H A D | mmap.c | 85 struct perf_event_mmap_page *rb; in FIXTURE_SETUP()
|
/linux/tools/lib/perf/ |
H A D | mmap.c | 95 struct perf_event_mmap_page *pc = map->base; in perf_mmap__empty() 482 struct perf_event_mmap_page *pc = map->base; in perf_mmap__read_self()
|
/linux/kernel/events/ |
H A D | internal.h | 59 struct perf_event_mmap_page *user_page;
|
H A D | core.c | 6510 struct perf_event_mmap_page *userpg; in perf_event_init_userpage() 6522 userpg->size = offsetof(struct perf_event_mmap_page, __reserved); in perf_event_init_userpage() 6531 struct perf_event *event, struct perf_event_mmap_page *userpg, u64 now) in arch_perf_update_userpage() 6542 struct perf_event_mmap_page *userpg; in perf_event_update_userpage() 14802 BUILD_BUG_ON((offsetof(struct perf_event_mmap_page, data_head)) in perf_event_init()
|
/linux/tools/perf/tests/ |
H A D | perf-time-to-tsc.c | 86 struct perf_event_mmap_page *pc; in test__perf_time_to_tsc()
|
H A D | mmap-basic.c | 249 struct perf_event_mmap_page *pc; in test_stat_user_read()
|
/linux/tools/perf/arch/x86/tests/ |
H A D | amd-ibs-period.c | 148 static int rb_read(struct perf_event_mmap_page *rb, void *dest, size_t size) in rb_read() 169 static void rb_skip(struct perf_event_mmap_page *rb, size_t size) in rb_skip() 196 static int rb_drain_samples(struct perf_event_mmap_page *rb, in rb_drain_samples()
|
/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
H A D | misc.c | 211 struct perf_event_mmap_page *metadata_page = sample_buff; in __event_read_samples() 236 * refer "struct perf_event_mmap_page" in in __event_read_samples()
|
/linux/tools/lib/perf/tests/ |
H A D | test-evsel.c | 132 struct perf_event_mmap_page *pc; in test_stat_user_read()
|
/linux/drivers/perf/ |
H A D | riscv_pmu.c | 31 struct perf_event_mmap_page *userpg, u64 now) in arch_perf_update_userpage()
|
H A D | arm_pmuv3.c | 1557 struct perf_event_mmap_page *userpg, u64 now) in device_initcall()
|
/linux/tools/perf/arch/x86/util/ |
H A D | intel-bts.c | 70 struct perf_event_mmap_page *pc; in intel_bts_info_fill()
|
H A D | intel-pt.c | 327 struct perf_event_mmap_page *pc; in intel_pt_info_fill()
|
/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 592 struct perf_event_mmap_page { struct
|
/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_ringbufs.c | 480 struct perf_event_mmap_page *header; in perfbuf_custom_consumer()
|
/linux/tools/perf/ |
H A D | design.txt | 290 (struct perf_event_mmap_page) that contains various bits of information such 296 struct perf_event_mmap_page {
|
H A D | builtin-record.c | 2030 static const struct perf_event_mmap_page *evlist__pick_pc(struct evlist *evlist) in evlist__pick_pc() 2041 static const struct perf_event_mmap_page *record__pick_pc(struct record *rec) in record__pick_pc() 2043 const struct perf_event_mmap_page *pc = evlist__pick_pc(rec->evlist); in record__pick_pc()
|
/linux/include/linux/ |
H A D | perf_event.h | 2085 struct perf_event_mmap_page *userpg,
|