Home
last modified time | relevance | path

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

/tools/perf/tests/attr/
Dtest-record-data8 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/tools/perf/tests/
Dsample-parsing.c131 if (type & PERF_SAMPLE_DATA_SRC) in samples_same()
/tools/include/uapi/linux/
Dperf_event.h139 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/tools/perf/util/
Ddata-convert-bt.c646 if (type & PERF_SAMPLE_DATA_SRC) { in add_generic_values()
1136 if (type & PERF_SAMPLE_DATA_SRC) in add_generic_types()
Dsynthetic-events.c1212 if (type & PERF_SAMPLE_DATA_SRC) in perf_event__sample_event_size()
1373 if (type & PERF_SAMPLE_DATA_SRC) { in perf_event__synthesize_sample()
Devsel.c2174 if (type & PERF_SAMPLE_DATA_SRC) { in perf_evsel__parse_sample()
Dsession.c1252 if (sample_type & PERF_SAMPLE_DATA_SRC) in dump_sample()
/tools/perf/
Dbuiltin-script.c420 perf_evsel__check_stype(evsel, PERF_SAMPLE_DATA_SRC, "DATA_SRC", in perf_evsel__check_attr()