Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-report.c438 !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
439 evsel->core.attr.sample_type |= PERF_SAMPLE_DATA_SRC; in report__setup_sample_type()
440 sample_type |= PERF_SAMPLE_DATA_SRC; in report__setup_sample_type()
444 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
H A Dbuiltin-script.c502 …evsel__do_check_stype(evsel, PERF_SAMPLE_DATA_SRC, "DATA_SRC", PERF_OUTPUT_DATA_SRC, allow_user_se… in evsel__check_attr()
/linux/arch/x86/events/amd/
H A Dibs.c1111 if (sample_type & PERF_SAMPLE_DATA_SRC) { in perf_ibs_parse_ld_st_data()
1113 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_ibs_parse_ld_st_data()
1146 sample_type & (PERF_SAMPLE_DATA_SRC | in perf_ibs_is_mem_sample_type()
/linux/arch/x86/events/intel/
H A Dds.c1703 #define PERF_PEBS_MEMINFO_TYPE (PERF_SAMPLE_ADDR | PERF_SAMPLE_DATA_SRC | \
2201 if (sample_type & PERF_SAMPLE_DATA_SRC) { in setup_pebs_fixed_sample_data()
2203 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in setup_pebs_fixed_sample_data()
2485 if (sample_type & PERF_SAMPLE_DATA_SRC) { in __setup_pebs_meminfo_group()
2487 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in __setup_pebs_meminfo_group()
3408 PERF_SAMPLE_DATA_SRC | in intel_ds_pebs_init()
H A Dcore.c4939 (event->attr.sample_type & PERF_SAMPLE_DATA_SRC) && in intel_pmu_hw_config()
5884 x86_pmu.large_pebs_flags &= ~PERF_SAMPLE_DATA_SRC; in __intel_update_large_pebs_flags()
/linux/tools/perf/tests/
H A Dsample-parsing.c161 if (type & PERF_SAMPLE_DATA_SRC) in samples_same()
/linux/include/uapi/linux/
H A Dperf_event.h158 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h158 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/linux/tools/perf/util/
H A Ddata-convert-bt.c663 if (type & PERF_SAMPLE_DATA_SRC) { in add_generic_values()
1159 if (type & PERF_SAMPLE_DATA_SRC) in add_generic_types()
H A Dsynthetic-events.c1545 if (type & PERF_SAMPLE_DATA_SRC) in perf_event__sample_event_size()
1754 if (type & PERF_SAMPLE_DATA_SRC) { in perf_event__synthesize_sample()
H A Darm-spe.c1720 PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC | in arm_spe_synth_events()
H A Dsession.c1160 if (sample_type & PERF_SAMPLE_DATA_SRC) in dump_sample()
H A Devsel.c3518 if (type & PERF_SAMPLE_DATA_SRC) { in evsel__parse_sample()
H A Dintel-pt.c2537 if (sample_type & PERF_SAMPLE_DATA_SRC) { in intel_pt_do_synth_pebs_sample()
/linux/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
/linux/arch/x86/events/
H A Dperf_event.h164 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
/linux/kernel/events/
H A Dcore.c2070 if (sample_type & PERF_SAMPLE_DATA_SRC) in __perf_event_header_size()
8316 if (sample_type & PERF_SAMPLE_DATA_SRC) in perf_output_sample()
8639 if (filtered_sample_type & PERF_SAMPLE_DATA_SRC) { in perf_prepare_sample()
8641 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_prepare_sample()