Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dscripts.c47 if (attr->sample_type & PERF_SAMPLE_PHYS_ADDR) in attr_to_script()
/linux/arch/x86/events/amd/
H A Dibs.c1018 if (sample_type & PERF_SAMPLE_PHYS_ADDR && op_data3.dc_phy_addr_valid) { in perf_ibs_parse_ld_st_data()
1020 data->sample_flags |= PERF_SAMPLE_PHYS_ADDR; in perf_ibs_parse_ld_st_data()
1032 sample_type & PERF_SAMPLE_PHYS_ADDR))) in perf_ibs_get_offset_max()
/linux/tools/perf/tests/
H A Dsample-parsing.c172 if (type & PERF_SAMPLE_PHYS_ADDR) in samples_same()
/linux/tools/include/uapi/linux/
H A Dperf_event.h159 PERF_SAMPLE_PHYS_ADDR = 1U << 19, enumerator
/linux/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/arch/x86/events/intel/
H A Dds.c1316 PERF_SAMPLE_PHYS_ADDR | \
1743 PERF_SAMPLE_PHYS_ADDR | \
/linux/tools/perf/util/
H A Dsynthetic-events.c1548 if (type & PERF_SAMPLE_PHYS_ADDR) in perf_event__sample_event_size()
1756 if (type & PERF_SAMPLE_PHYS_ADDR) { in perf_event__synthesize_sample()
H A Devsel.c3239 if (type & PERF_SAMPLE_PHYS_ADDR) { in evsel__parse_sample()
/linux/kernel/events/
H A Dcore.c1916 if (sample_type & PERF_SAMPLE_PHYS_ADDR) in __perf_event_header_size()
7681 if (sample_type & PERF_SAMPLE_PHYS_ADDR) in perf_output_sample()
7881 PERF_SAMPLE_PHYS_ADDR, PERF_SAMPLE_ADDR); in perf_prepare_sample()
7998 if (filtered_sample_type & PERF_SAMPLE_PHYS_ADDR) { in perf_prepare_sample()
8000 data->sample_flags |= PERF_SAMPLE_PHYS_ADDR; in perf_prepare_sample()
12849 if ((attr.sample_type & PERF_SAMPLE_PHYS_ADDR)) { in SYSCALL_DEFINE5()