Home
last modified time | relevance | path

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

/tools/perf/tests/attr/
Dtest-record-data9 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/tools/include/uapi/linux/
Dperf_event.h138 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/tools/perf/tests/
Dsample-parsing.c123 if (type & PERF_SAMPLE_DATA_SRC) in samples_same()
/tools/perf/util/
Ddata-convert-bt.c566 if (type & PERF_SAMPLE_DATA_SRC) { in add_generic_values()
1036 if (type & PERF_SAMPLE_DATA_SRC) in add_generic_types()
Devsel.c1953 if (type & PERF_SAMPLE_DATA_SRC) { in perf_evsel__parse_sample()
2072 if (type & PERF_SAMPLE_DATA_SRC) in perf_event__sample_event_size()
2256 if (type & PERF_SAMPLE_DATA_SRC) { in perf_event__synthesize_sample()
Dsession.c1113 if (sample_type & PERF_SAMPLE_DATA_SRC) in dump_sample()
/tools/perf/
Dbuiltin-script.c259 perf_evsel__check_stype(evsel, PERF_SAMPLE_DATA_SRC, "DATA_SRC", in perf_evsel__check_attr()