Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_DATA_SRC (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/tools/perf/tests/shell/attr/
H A Dtest-record-data8 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/linux-6.15/tools/perf/
H A Dbuiltin-report.c437 !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
438 evsel->core.attr.sample_type |= PERF_SAMPLE_DATA_SRC; in report__setup_sample_type()
439 sample_type |= PERF_SAMPLE_DATA_SRC; in report__setup_sample_type()
443 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
H A Dbuiltin-script.c508 …evsel__do_check_stype(evsel, PERF_SAMPLE_DATA_SRC, "DATA_SRC", PERF_OUTPUT_DATA_SRC, allow_user_se… in evsel__check_attr()
/linux-6.15/arch/x86/events/intel/
H A Dds.c1376 #define PERF_PEBS_MEMINFO_TYPE (PERF_SAMPLE_ADDR | PERF_SAMPLE_DATA_SRC | \
1844 if (sample_type & PERF_SAMPLE_DATA_SRC) { in setup_pebs_fixed_sample_data()
1846 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in setup_pebs_fixed_sample_data()
2156 if (sample_type & PERF_SAMPLE_DATA_SRC) { in setup_pebs_adaptive_sample_data()
2158 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in setup_pebs_adaptive_sample_data()
2758 PERF_SAMPLE_DATA_SRC | in intel_ds_init()
H A Dcore.c4281 (event->attr.sample_type & PERF_SAMPLE_DATA_SRC) && in intel_pmu_hw_config()
/linux-6.15/arch/x86/events/amd/
H A Dibs.c1110 if (sample_type & PERF_SAMPLE_DATA_SRC) { in perf_ibs_parse_ld_st_data()
1112 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_ibs_parse_ld_st_data()
1145 sample_type & (PERF_SAMPLE_DATA_SRC | in perf_ibs_is_mem_sample_type()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h155 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h155 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/linux-6.15/tools/perf/tests/
H A Dsample-parsing.c155 if (type & PERF_SAMPLE_DATA_SRC) in samples_same()
/linux-6.15/arch/powerpc/perf/
H A Dcore-book3s.c2308 if (event->attr.sample_type & PERF_SAMPLE_DATA_SRC && in record_and_restart()
2335 if (event->attr.sample_type & PERF_SAMPLE_DATA_SRC && in record_and_restart()
2338 data.sample_flags |= PERF_SAMPLE_DATA_SRC; in record_and_restart()
/linux-6.15/tools/perf/util/
H A Ddata-convert-bt.c656 if (type & PERF_SAMPLE_DATA_SRC) { in add_generic_values()
1147 if (type & PERF_SAMPLE_DATA_SRC) in add_generic_types()
H A Dsynthetic-events.c1534 if (type & PERF_SAMPLE_DATA_SRC) in perf_event__sample_event_size()
1737 if (type & PERF_SAMPLE_DATA_SRC) { in perf_event__synthesize_sample()
H A Darm-spe.c1519 PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC | in arm_spe_synth_events()
H A Dsession.c1102 if (sample_type & PERF_SAMPLE_DATA_SRC) in dump_sample()
H A Devsel.c3213 if (type & PERF_SAMPLE_DATA_SRC) { in evsel__parse_sample()
/linux-6.15/tools/perf/Documentation/
H A Dperf-dlfilter.txt101 __u64 data_src; /* Refer PERF_SAMPLE_DATA_SRC in <linux/perf_event.h> */
H A Dperf-record.txt195 Error: cycles event does not have PERF_SAMPLE_DATA_SRC
H A Dperf-intel-pt.txt1139 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER |
/linux-6.15/arch/x86/events/
H A Dperf_event.h154 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
/linux-6.15/kernel/events/
H A Dcore.c1954 if (sample_type & PERF_SAMPLE_DATA_SRC) in __perf_event_header_size()
7879 if (sample_type & PERF_SAMPLE_DATA_SRC) in perf_output_sample()
8188 if (filtered_sample_type & PERF_SAMPLE_DATA_SRC) { in perf_prepare_sample()
8190 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_prepare_sample()