Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_ADDR (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/tools/perf/tests/attr/
H A Dtest-record-data8 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/openbmc/linux/tools/perf/util/
H A Dbpf-filter.l76 addr { return sample(PERF_SAMPLE_ADDR); }
H A Devent.h38 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
H A Ddlfilter.c561 (evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) && in dlfilter__do_filter_event()
H A Dintel-bts.c814 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_bts_synth_events()
H A Dcs-etm.c1650 attr.sample_type |= PERF_SAMPLE_ADDR; in cs_etm__synth_events()
1657 attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR; in cs_etm__synth_events()
H A Dsynthetic-events.c1445 if (type & PERF_SAMPLE_ADDR) in perf_event__sample_event_size()
1607 if (type & PERF_SAMPLE_ADDR) { in perf_event__synthesize_sample()
H A Darm-spe.c1149 PERF_SAMPLE_WEIGHT | PERF_SAMPLE_ADDR; in arm_spe_synth_events()
H A Devsel.c184 if (sample_type & PERF_SAMPLE_ADDR) in __perf_evsel__calc_id_pos()
2412 if (type & PERF_SAMPLE_ADDR) { in evsel__parse_sample()
H A Dintel-pt.c2320 if (sample_type & PERF_SAMPLE_ADDR && items->has_mem_access_address) in intel_pt_do_synth_pebs_sample()
3769 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_pt_synth_events()
3777 attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR; in intel_pt_synth_events()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c69 case PERF_SAMPLE_ADDR: in perf_get_sample()
/openbmc/linux/samples/bpf/
H A Dtrace_event_user.c262 .sample_type = PERF_SAMPLE_ADDR, in test_bpf_perf_event()
/openbmc/linux/arch/x86/events/amd/
H A Dibs.c993 if (sample_type & PERF_SAMPLE_ADDR && op_data3.dc_lin_addr_valid) { in perf_ibs_parse_ld_st_data()
995 data->sample_flags |= PERF_SAMPLE_ADDR; in perf_ibs_parse_ld_st_data()
1011 sample_type & PERF_SAMPLE_ADDR || in perf_ibs_get_offset_max()
/openbmc/linux/arch/x86/events/intel/
H A Dds.c1180 #define PERF_PEBS_MEMINFO_TYPE (PERF_SAMPLE_ADDR | PERF_SAMPLE_DATA_SRC | \
1607 #define PERF_SAMPLE_ADDR_TYPE (PERF_SAMPLE_ADDR | \
1732 data->sample_flags |= PERF_SAMPLE_ADDR; in setup_pebs_fixed_sample_data()
1894 data->sample_flags |= PERF_SAMPLE_ADDR; in setup_pebs_adaptive_sample_data()
2403 ~(PERF_SAMPLE_ADDR | in intel_ds_init()
/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c63 if (type & PERF_SAMPLE_ADDR) in samples_same()
H A Ddlfilter-test.c317 PERF_SAMPLE_ADDR | PERF_SAMPLE_CPU | \
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h143 PERF_SAMPLE_ADDR = 1U << 3, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h143 PERF_SAMPLE_ADDR = 1U << 3, enumerator
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c477 evsel__do_check_stype(evsel, PERF_SAMPLE_ADDR, "ADDR", PERF_OUTPUT_ADDR, allow_user_set)) in evsel__check_attr()
489 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) { in evsel__check_attr()
501 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) { in evsel__check_attr()
1582 ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) && in perf_sample__fprintf_bts()
2415 if ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) && in process_sample_event()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h135 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
/openbmc/linux/include/linux/
H A Dperf_event.h1216 data->sample_flags |= PERF_SAMPLE_ADDR; in perf_sample_data_init()
/openbmc/linux/kernel/events/
H A Dcore.c1856 if (sample_type & PERF_SAMPLE_ADDR) in __perf_event_header_size()
7365 if (sample_type & PERF_SAMPLE_ADDR) in perf_output_sample()
7693 PERF_SAMPLE_PHYS_ADDR, PERF_SAMPLE_ADDR); in perf_prepare_sample()
7789 if (filtered_sample_type & PERF_SAMPLE_ADDR) { in perf_prepare_sample()
7791 data->sample_flags |= PERF_SAMPLE_ADDR; in perf_prepare_sample()
9640 if (valid_sample && (data->sample_flags & PERF_SAMPLE_ADDR)) in __perf_event_overflow()
/openbmc/linux/arch/powerpc/perf/
H A Dcore-book3s.c2229 #define PERF_SAMPLE_ADDR_TYPE (PERF_SAMPLE_ADDR | \
/openbmc/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt1079 PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR |