Searched refs:PERF_SAMPLE_PHYS_ADDR (Results 1 – 10 of 10) sorted by relevance
47 if (attr->sample_type & PERF_SAMPLE_PHYS_ADDR) in attr_to_script()
1018 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()
172 if (type & PERF_SAMPLE_PHYS_ADDR) in samples_same()
159 PERF_SAMPLE_PHYS_ADDR = 1U << 19, enumerator
102 __u64 phys_addr; /* Refer PERF_SAMPLE_PHYS_ADDR in <linux/perf_event.h> */
1140 PERF_SAMPLE_TRANSACTION | PERF_SAMPLE_PHYS_ADDR |
1316 PERF_SAMPLE_PHYS_ADDR | \1743 PERF_SAMPLE_PHYS_ADDR | \
1548 if (type & PERF_SAMPLE_PHYS_ADDR) in perf_event__sample_event_size() 1756 if (type & PERF_SAMPLE_PHYS_ADDR) { in perf_event__synthesize_sample()
3239 if (type & PERF_SAMPLE_PHYS_ADDR) { in evsel__parse_sample()
1916 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()