Home
last modified time | relevance | path

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

/tools/perf/tests/shell/attr/
A Dtest-record-data8 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/tools/perf/
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()
A Dbuiltin-script.c510 …evsel__do_check_stype(evsel, PERF_SAMPLE_DATA_SRC, "DATA_SRC", PERF_OUTPUT_DATA_SRC, allow_user_se… in evsel__check_attr()
/tools/perf/tests/
A Dsample-parsing.c161 if (type & PERF_SAMPLE_DATA_SRC) in samples_same()
/tools/include/uapi/linux/
A Dperf_event.h158 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/tools/perf/util/
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()
A Dsynthetic-events.c1540 if (type & PERF_SAMPLE_DATA_SRC) in perf_event__sample_event_size()
1749 if (type & PERF_SAMPLE_DATA_SRC) { in perf_event__synthesize_sample()
A Darm-spe.c1615 PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC | in arm_spe_synth_events()
A Dsession.c1107 if (sample_type & PERF_SAMPLE_DATA_SRC) in dump_sample()
A Devsel.c3267 if (type & PERF_SAMPLE_DATA_SRC) { in evsel__parse_sample()
A Dintel-pt.c2537 if (sample_type & PERF_SAMPLE_DATA_SRC) { in intel_pt_do_synth_pebs_sample()
/tools/perf/Documentation/
A Dperf-dlfilter.txt101 __u64 data_src; /* Refer PERF_SAMPLE_DATA_SRC in <linux/perf_event.h> */
A Dperf-record.txt195 Error: cycles event does not have PERF_SAMPLE_DATA_SRC
A Dperf-intel-pt.txt1139 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER |

Completed in 50 milliseconds