Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_PHYS_ADDR (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/tools/perf/ui/browsers/
H A Dscripts.c47 if (attr->sample_type & PERF_SAMPLE_PHYS_ADDR) in attr_to_script()
/linux-6.15/arch/x86/events/amd/
H A Dibs.c1133 if (sample_type & PERF_SAMPLE_PHYS_ADDR && op_data3.dc_phy_addr_valid) { in perf_ibs_parse_ld_st_data()
1135 data->sample_flags |= PERF_SAMPLE_PHYS_ADDR; in perf_ibs_parse_ld_st_data()
1148 PERF_SAMPLE_PHYS_ADDR); in perf_ibs_is_mem_sample_type()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h159 PERF_SAMPLE_PHYS_ADDR = 1U << 19, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h159 PERF_SAMPLE_PHYS_ADDR = 1U << 19, enumerator
/linux-6.15/tools/perf/tests/
H A Dsample-parsing.c176 if (type & PERF_SAMPLE_PHYS_ADDR) in samples_same()
/linux-6.15/tools/perf/Documentation/
H A Dperf-dlfilter.txt102 __u64 phys_addr; /* Refer PERF_SAMPLE_PHYS_ADDR in <linux/perf_event.h> */
H A Dperf-intel-pt.txt1140 PERF_SAMPLE_TRANSACTION | PERF_SAMPLE_PHYS_ADDR |
/linux-6.15/arch/x86/events/intel/
H A Dds.c1377 PERF_SAMPLE_PHYS_ADDR | \
1806 PERF_SAMPLE_PHYS_ADDR | \
/linux-6.15/tools/perf/util/
H A Dsynthetic-events.c1550 if (type & PERF_SAMPLE_PHYS_ADDR) in perf_event__sample_event_size()
1758 if (type & PERF_SAMPLE_PHYS_ADDR) { in perf_event__synthesize_sample()
H A Darm-spe.c1517 (PERF_SAMPLE_MASK | PERF_SAMPLE_PHYS_ADDR); in arm_spe_synth_events()
H A Dsession.c1105 if (sample_type & PERF_SAMPLE_PHYS_ADDR) in dump_sample()
H A Devsel.c3244 if (type & PERF_SAMPLE_PHYS_ADDR) { in evsel__parse_sample()
/linux-6.15/arch/x86/events/
H A Dperf_event.h155 PERF_SAMPLE_TRANSACTION | PERF_SAMPLE_PHYS_ADDR | \
/linux-6.15/kernel/events/
H A Dcore.c1960 if (sample_type & PERF_SAMPLE_PHYS_ADDR) in __perf_event_header_size()
7902 if (sample_type & PERF_SAMPLE_PHYS_ADDR) in perf_output_sample()
8102 PERF_SAMPLE_PHYS_ADDR, PERF_SAMPLE_ADDR); in perf_prepare_sample()
8219 if (filtered_sample_type & PERF_SAMPLE_PHYS_ADDR) { in perf_prepare_sample()
8221 data->sample_flags |= PERF_SAMPLE_PHYS_ADDR; in perf_prepare_sample()
13112 if ((attr.sample_type & PERF_SAMPLE_PHYS_ADDR)) { in SYSCALL_DEFINE5()
/linux-6.15/arch/powerpc/perf/
H A Dcore-book3s.c2227 PERF_SAMPLE_PHYS_ADDR | \
/linux-6.15/tools/perf/
H A Dbuiltin-script.c571 …evsel__do_check_stype(evsel, PERF_SAMPLE_PHYS_ADDR, "PHYS_ADDR", PERF_OUTPUT_PHYS_ADDR, allow_user… in evsel__check_attr()