Searched refs:PERF_SAMPLE_DATA_SRC (Results 1 – 14 of 14) sorted by relevance
8 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
437 !(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()
510 …evsel__do_check_stype(evsel, PERF_SAMPLE_DATA_SRC, "DATA_SRC", PERF_OUTPUT_DATA_SRC, allow_user_se… in evsel__check_attr()
161 if (type & PERF_SAMPLE_DATA_SRC) in samples_same()
158 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
656 if (type & PERF_SAMPLE_DATA_SRC) { in add_generic_values()1147 if (type & PERF_SAMPLE_DATA_SRC) in add_generic_types()
1540 if (type & PERF_SAMPLE_DATA_SRC) in perf_event__sample_event_size()1749 if (type & PERF_SAMPLE_DATA_SRC) { in perf_event__synthesize_sample()
1615 PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC | in arm_spe_synth_events()
1107 if (sample_type & PERF_SAMPLE_DATA_SRC) in dump_sample()
3267 if (type & PERF_SAMPLE_DATA_SRC) { in evsel__parse_sample()
2537 if (sample_type & PERF_SAMPLE_DATA_SRC) { in intel_pt_do_synth_pebs_sample()
101 __u64 data_src; /* Refer PERF_SAMPLE_DATA_SRC in <linux/perf_event.h> */
195 Error: cycles event does not have PERF_SAMPLE_DATA_SRC
1139 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER |
Completed in 50 milliseconds