Home
last modified time | relevance | path

Searched refs:perf_event_mmap_page (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.12.1/tools/include/linux/
Dring_buffer.h51 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-6.12.1/tools/perf/util/
Dtsc.h20 struct perf_event_mmap_page;
22 int perf_read_tsc_conversion(const struct perf_event_mmap_page *pc,
Dtsc.c43 int perf_read_tsc_conversion(const struct perf_event_mmap_page *pc, in perf_read_tsc_conversion()
74 int perf_event__synth_time_conv(const struct perf_event_mmap_page *pc, in perf_event__synth_time_conv()
Dsynthetic-events.h21 struct perf_event_mmap_page;
93 int perf_event__synth_time_conv(const struct perf_event_mmap_page *pc, const struct perf_tool *tool…
Dauxtrace.h469 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()
Dauxtrace.c119 struct perf_event_mmap_page *pc = userpg; in auxtrace_mmap__mmap()
1801 struct perf_event_mmap_page *pc = mm->userpg; in compat_auxtrace_mmap__read_head()
1820 struct perf_event_mmap_page *pc = mm->userpg; in compat_auxtrace_mmap__write_tail()
/linux-6.12.1/tools/perf/arch/arm/util/
Dauxtrace.c192 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-6.12.1/tools/testing/selftests/user_events/
Dperf_test.c137 struct perf_event_mmap_page *perf_page; in TEST_F()
201 struct perf_event_mmap_page *perf_page; in TEST_F()
/linux-6.12.1/tools/testing/selftests/perf_events/
Dwatermark_signal.c46 struct perf_event_mmap_page *p = NULL; in TEST()
/linux-6.12.1/tools/lib/perf/
Dmmap.c95 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-6.12.1/kernel/events/
Dinternal.h58 struct perf_event_mmap_page *user_page;
/linux-6.12.1/tools/perf/tests/
Dperf-time-to-tsc.c86 struct perf_event_mmap_page *pc; in test__perf_time_to_tsc()
Dmmap-basic.c177 struct perf_event_mmap_page *pc; in test_stat_user_read()
/linux-6.12.1/Documentation/userspace-api/
Dperf_ring_buffer.rst79 The control structure is named as ``perf_event_mmap_page``, it contains a
517 In the user space, the perf tool utilizes the ``perf_event_mmap_page``
526 tail pointer ``perf_event_mmap_page::data_tail``.
535 ``perf_event_mmap_page`` structure out of order. To assure the specific
554 pointer ``perf_event_mmap_page::data_tail`` and filling sample into ring
616 ``perf_event_mmap_page`` extends the new fields ``aux_head`` and ``aux_tail``
795 The perf only accesses the head pointer ``perf_event_mmap_page::aux_head``
/linux-6.12.1/tools/testing/selftests/powerpc/pmu/sampling_tests/
Dmisc.c204 struct perf_event_mmap_page *metadata_page = sample_buff; in __event_read_samples()
/linux-6.12.1/tools/lib/perf/tests/
Dtest-evsel.c132 struct perf_event_mmap_page *pc; in test_stat_user_read()
/linux-6.12.1/include/uapi/linux/
Dperf_event.h571 struct perf_event_mmap_page { struct
/linux-6.12.1/tools/include/uapi/linux/
Dperf_event.h571 struct perf_event_mmap_page { struct
/linux-6.12.1/drivers/perf/
Driscv_pmu.c31 struct perf_event_mmap_page *userpg, u64 now) in arch_perf_update_userpage()
/linux-6.12.1/tools/perf/arch/x86/util/
Dintel-bts.c70 struct perf_event_mmap_page *pc; in intel_bts_info_fill()
Dintel-pt.c324 struct perf_event_mmap_page *pc; in intel_pt_info_fill()
/linux-6.12.1/tools/testing/selftests/bpf/benchs/
Dbench_ringbufs.c480 struct perf_event_mmap_page *header; in perfbuf_custom_consumer()
/linux-6.12.1/tools/perf/
Ddesign.txt290 (struct perf_event_mmap_page) that contains various bits of information such
296 struct perf_event_mmap_page {
Dbuiltin-record.c2005 static const struct perf_event_mmap_page *evlist__pick_pc(struct evlist *evlist) in evlist__pick_pc()
2016 static const struct perf_event_mmap_page *record__pick_pc(struct record *rec) in record__pick_pc()
2018 const struct perf_event_mmap_page *pc = evlist__pick_pc(rec->evlist); in record__pick_pc()
/linux-6.12.1/include/linux/
Dperf_event.h1916 struct perf_event_mmap_page *userpg,

12