Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbpf-filter.l89 mem_op { return sample_part(PERF_SAMPLE_DATA_SRC, 1); }
90 mem_lvlnum { return sample_part(PERF_SAMPLE_DATA_SRC, 2); }
91 mem_lvl { return sample_part(PERF_SAMPLE_DATA_SRC, 2); } /* alias for mem_lvlnum */
92 mem_snoop { return sample_part(PERF_SAMPLE_DATA_SRC, 3); } /* include snoopx */
93 mem_remote { return sample_part(PERF_SAMPLE_DATA_SRC, 4); }
94 mem_lock { return sample_part(PERF_SAMPLE_DATA_SRC, 5); }
95 mem_dtlb { return sample_part(PERF_SAMPLE_DATA_SRC, 6); }
96 mem_blk { return sample_part(PERF_SAMPLE_DATA_SRC, 7); }
97 mem_hops { return sample_part(PERF_SAMPLE_DATA_SRC, 8); }
H A 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()
H A Dsynthetic-events.c1516 if (type & PERF_SAMPLE_DATA_SRC) in perf_event__sample_event_size()
1715 if (type & PERF_SAMPLE_DATA_SRC) { in perf_event__synthesize_sample()
H A Darm-spe.c1148 PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC | in arm_spe_synth_events()
H A Devsel.c2624 if (type & PERF_SAMPLE_DATA_SRC) { in evsel__parse_sample()
H A Dsession.c1383 if (sample_type & PERF_SAMPLE_DATA_SRC) in dump_sample()
/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/bpf_skel/
H A Dsample_filter.bpf.c91 case PERF_SAMPLE_DATA_SRC: in perf_get_sample()
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c430 !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
431 evsel->core.attr.sample_type |= PERF_SAMPLE_DATA_SRC; in report__setup_sample_type()
432 sample_type |= PERF_SAMPLE_DATA_SRC; in report__setup_sample_type()
436 if (!is_pipe && !(sample_type & PERF_SAMPLE_DATA_SRC)) { in report__setup_sample_type()
H A Dbuiltin-script.c481 …evsel__do_check_stype(evsel, PERF_SAMPLE_DATA_SRC, "DATA_SRC", PERF_OUTPUT_DATA_SRC, allow_user_se… in evsel__check_attr()
/openbmc/linux/arch/x86/events/intel/
H A Dds.c1180 #define PERF_PEBS_MEMINFO_TYPE (PERF_SAMPLE_ADDR | PERF_SAMPLE_DATA_SRC | \
1646 if (sample_type & PERF_SAMPLE_DATA_SRC) { in setup_pebs_fixed_sample_data()
1648 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in setup_pebs_fixed_sample_data()
1887 if (sample_type & PERF_SAMPLE_DATA_SRC) { in setup_pebs_adaptive_sample_data()
1889 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in setup_pebs_adaptive_sample_data()
2405 PERF_SAMPLE_DATA_SRC | in intel_ds_init()
H A Dcore.c4002 (event->attr.sample_type & PERF_SAMPLE_DATA_SRC) && in intel_pmu_hw_config()
/openbmc/linux/arch/x86/events/amd/
H A Dibs.c975 if (sample_type & PERF_SAMPLE_DATA_SRC) { in perf_ibs_parse_ld_st_data()
977 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_ibs_parse_ld_st_data()
1009 (sample_type & PERF_SAMPLE_DATA_SRC || in perf_ibs_get_offset_max()
/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c153 if (type & PERF_SAMPLE_DATA_SRC) in samples_same()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h155 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h155 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/openbmc/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.txt191 Error: cycles event does not have PERF_SAMPLE_DATA_SRC
H A Dperf-intel-pt.txt1081 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER |
/openbmc/linux/arch/powerpc/perf/
H A Dcore-book3s.c2318 if (event->attr.sample_type & PERF_SAMPLE_DATA_SRC && in record_and_restart()
2321 data.sample_flags |= PERF_SAMPLE_DATA_SRC; in record_and_restart()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h137 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
/openbmc/linux/kernel/events/
H A Dcore.c1868 if (sample_type & PERF_SAMPLE_DATA_SRC) in __perf_event_header_size()
7470 if (sample_type & PERF_SAMPLE_DATA_SRC) in perf_output_sample()
7779 if (filtered_sample_type & PERF_SAMPLE_DATA_SRC) { in perf_prepare_sample()
7781 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_prepare_sample()