Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/attr/
Dtest-record-data9 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/linux-4.4.14/include/uapi/linux/
Dperf_event.h138 PERF_SAMPLE_DATA_SRC = 1U << 15, enumerator
/linux-4.4.14/tools/perf/tests/
Dsample-parsing.c123 if (type & PERF_SAMPLE_DATA_SRC) in samples_same()
/linux-4.4.14/tools/perf/util/
Ddata-convert-bt.c415 if (type & PERF_SAMPLE_DATA_SRC) { in add_generic_values()
793 if (type & PERF_SAMPLE_DATA_SRC) in add_generic_types()
Devsel.c1818 if (type & PERF_SAMPLE_DATA_SRC) { in perf_evsel__parse_sample()
1937 if (type & PERF_SAMPLE_DATA_SRC) in perf_event__sample_event_size()
2121 if (type & PERF_SAMPLE_DATA_SRC) { in perf_event__synthesize_sample()
Dsession.c945 if (sample_type & PERF_SAMPLE_DATA_SRC) in dump_sample()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.h102 PERF_SAMPLE_DATA_SRC | PERF_SAMPLE_IDENTIFIER | \
Dperf_event_intel_ds.c1003 dsrc = sample_type & PERF_SAMPLE_DATA_SRC; in setup_pebs_sample_data()
/linux-4.4.14/kernel/events/
Dcore.c1301 if (sample_type & PERF_SAMPLE_DATA_SRC) in __perf_event_header_size()
5446 if (sample_type & PERF_SAMPLE_DATA_SRC) in perf_output_sample()