Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/tests/attr/
Dtest-record-data8 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/linux-6.12.1/arch/x86/events/intel/
Dds.c1294 #define PERF_PEBS_MEMINFO_TYPE (PERF_SAMPLE_ADDR | PERF_SAMPLE_DATA_SRC | \
1760 if (sample_type & PERF_SAMPLE_DATA_SRC) { in setup_pebs_fixed_sample_data()
1762 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in setup_pebs_fixed_sample_data()
2001 if (sample_type & PERF_SAMPLE_DATA_SRC) { in setup_pebs_adaptive_sample_data()
2003 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in setup_pebs_adaptive_sample_data()
2518 PERF_SAMPLE_DATA_SRC | in intel_ds_init()
Dcore.c4125 (event->attr.sample_type & PERF_SAMPLE_DATA_SRC) && in intel_pmu_hw_config()
/linux-6.12.1/tools/perf/
Dbuiltin-report.c433 !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
434 evsel->core.attr.sample_type |= PERF_SAMPLE_DATA_SRC; in report__setup_sample_type()
435 sample_type |= PERF_SAMPLE_DATA_SRC; in report__setup_sample_type()
439 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
Dbuiltin-script.c490 …evsel__do_check_stype(evsel, PERF_SAMPLE_DATA_SRC, "DATA_SRC", PERF_OUTPUT_DATA_SRC, allow_user_se… in evsel__check_attr()
/linux-6.12.1/arch/x86/events/amd/
Dibs.c978 if (sample_type & PERF_SAMPLE_DATA_SRC) { in perf_ibs_parse_ld_st_data()
980 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_ibs_parse_ld_st_data()
1012 (sample_type & PERF_SAMPLE_DATA_SRC || in perf_ibs_get_offset_max()
/linux-6.12.1/tools/perf/tests/
Dsample-parsing.c153 if (type & PERF_SAMPLE_DATA_SRC) in samples_same()
/linux-6.12.1/include/uapi/linux/
Dperf_event.h155 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/linux-6.12.1/tools/include/uapi/linux/
Dperf_event.h155 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/linux-6.12.1/tools/perf/util/
Ddata-convert-bt.c655 if (type & PERF_SAMPLE_DATA_SRC) { in add_generic_values()
1145 if (type & PERF_SAMPLE_DATA_SRC) in add_generic_types()
Dsynthetic-events.c1532 if (type & PERF_SAMPLE_DATA_SRC) in perf_event__sample_event_size()
1731 if (type & PERF_SAMPLE_DATA_SRC) { in perf_event__synthesize_sample()
Darm-spe.c1119 PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC | in arm_spe_synth_events()
Dsession.c1091 if (sample_type & PERF_SAMPLE_DATA_SRC) in dump_sample()
Devsel.c2939 if (type & PERF_SAMPLE_DATA_SRC) { in evsel__parse_sample()
/linux-6.12.1/tools/perf/Documentation/
Dperf-dlfilter.txt101 __u64 data_src; /* Refer PERF_SAMPLE_DATA_SRC in <linux/perf_event.h> */
Dperf-record.txt191 Error: cycles event does not have PERF_SAMPLE_DATA_SRC
Dperf-intel-pt.txt1085 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER |
/linux-6.12.1/arch/powerpc/perf/
Dcore-book3s.c2311 if (event->attr.sample_type & PERF_SAMPLE_DATA_SRC && in record_and_restart()
2314 data.sample_flags |= PERF_SAMPLE_DATA_SRC; in record_and_restart()
/linux-6.12.1/arch/x86/events/
Dperf_event.h142 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
/linux-6.12.1/kernel/events/
Dcore.c1914 if (sample_type & PERF_SAMPLE_DATA_SRC) in __perf_event_header_size()
7605 if (sample_type & PERF_SAMPLE_DATA_SRC) in perf_output_sample()
7914 if (filtered_sample_type & PERF_SAMPLE_DATA_SRC) { in perf_prepare_sample()
7916 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_prepare_sample()