| /linux-6.15/tools/perf/tests/shell/attr/ |
| H A D | test-record-data | 8 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
|
| /linux-6.15/samples/bpf/ |
| H A D | trace_event_user.c | 262 .sample_type = PERF_SAMPLE_ADDR, in test_bpf_perf_event()
|
| /linux-6.15/arch/x86/events/amd/ |
| H A D | ibs.c | 1128 if (sample_type & PERF_SAMPLE_ADDR && op_data3.dc_lin_addr_valid) { in perf_ibs_parse_ld_st_data() 1130 data->sample_flags |= PERF_SAMPLE_ADDR; in perf_ibs_parse_ld_st_data() 1147 PERF_SAMPLE_ADDR | in perf_ibs_is_mem_sample_type() 1167 u64 sample_type_mask = PERF_SAMPLE_ADDR | PERF_SAMPLE_RAW; in perf_ibs_is_kernel_data_addr()
|
| /linux-6.15/tools/perf/util/ |
| H A D | event.h | 38 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
|
| H A D | dlfilter.c | 564 (evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) && in dlfilter__do_filter_event()
|
| H A D | intel-bts.c | 787 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_bts_synth_events()
|
| H A D | synthetic-events.c | 1463 if (type & PERF_SAMPLE_ADDR) in perf_event__sample_event_size() 1625 if (type & PERF_SAMPLE_ADDR) { in perf_event__synthesize_sample()
|
| H A D | cs-etm.c | 1737 attr.sample_type |= PERF_SAMPLE_ADDR; in cs_etm__synth_events() 1744 attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR; in cs_etm__synth_events()
|
| H A D | intel-pt.c | 2363 if (sample_type & PERF_SAMPLE_ADDR && items->has_mem_access_address) in intel_pt_do_synth_pebs_sample() 3799 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_pt_synth_events() 3807 attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR; in intel_pt_synth_events()
|
| H A D | evsel.c | 295 if (sample_type & PERF_SAMPLE_ADDR) in __perf_evsel__calc_id_pos() 2991 if (type & PERF_SAMPLE_ADDR) { in evsel__parse_sample()
|
| H A D | arm-spe.c | 1520 PERF_SAMPLE_WEIGHT | PERF_SAMPLE_ADDR; in arm_spe_synth_events()
|
| /linux-6.15/arch/x86/events/intel/ |
| H A D | ds.c | 1376 #define PERF_PEBS_MEMINFO_TYPE (PERF_SAMPLE_ADDR | PERF_SAMPLE_DATA_SRC | \ 1805 #define PERF_SAMPLE_ADDR_TYPE (PERF_SAMPLE_ADDR | \ 1929 data->sample_flags |= PERF_SAMPLE_ADDR; in setup_pebs_fixed_sample_data() 2163 data->sample_flags |= PERF_SAMPLE_ADDR; in setup_pebs_adaptive_sample_data() 2756 ~(PERF_SAMPLE_ADDR | in intel_ds_init()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | perf_event.h | 143 PERF_SAMPLE_ADDR = 1U << 3, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | perf_event.h | 143 PERF_SAMPLE_ADDR = 1U << 3, enumerator
|
| /linux-6.15/tools/perf/tests/ |
| H A D | sample-parsing.c | 63 if (type & PERF_SAMPLE_ADDR) in samples_same()
|
| H A D | dlfilter-test.c | 317 PERF_SAMPLE_ADDR | PERF_SAMPLE_CPU | \
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-script.c | 504 evsel__do_check_stype(evsel, PERF_SAMPLE_ADDR, "ADDR", PERF_OUTPUT_ADDR, allow_user_set)) in evsel__check_attr() 516 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) { in evsel__check_attr() 528 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) { in evsel__check_attr() 1701 ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) && in perf_sample__fprintf_bts() 2469 if ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) && in process_sample_event()
|
| /linux-6.15/include/linux/ |
| H A D | perf_event.h | 1303 data->sample_flags |= PERF_SAMPLE_ADDR; in perf_sample_data_init()
|
| /linux-6.15/arch/x86/events/ |
| H A D | perf_event.h | 152 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 1942 if (sample_type & PERF_SAMPLE_ADDR) in __perf_event_header_size() 7766 if (sample_type & PERF_SAMPLE_ADDR) in perf_output_sample() 8102 PERF_SAMPLE_PHYS_ADDR, PERF_SAMPLE_ADDR); in perf_prepare_sample() 8198 if (filtered_sample_type & PERF_SAMPLE_ADDR) { in perf_prepare_sample() 8200 data->sample_flags |= PERF_SAMPLE_ADDR; in perf_prepare_sample() 10229 if (valid_sample && (data->sample_flags & PERF_SAMPLE_ADDR)) in __perf_event_overflow()
|
| /linux-6.15/arch/powerpc/perf/ |
| H A D | core-book3s.c | 2226 #define PERF_SAMPLE_ADDR_TYPE (PERF_SAMPLE_ADDR | \
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-intel-pt.txt | 1137 PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR |
|