Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dperf_event.h139 PERF_SAMPLE_TRANSACTION = 1U << 17, enumerator
/linux-4.1.27/tools/perf/util/
Ddata-convert-bt.c374 if (type & PERF_SAMPLE_TRANSACTION) { in add_generic_values()
543 if (type & PERF_SAMPLE_TRANSACTION) in add_generic_types()
Devsel.c1652 if (type & PERF_SAMPLE_TRANSACTION) { in perf_evsel__parse_sample()
1767 if (type & PERF_SAMPLE_TRANSACTION) in perf_event__sample_event_size()
1953 if (type & PERF_SAMPLE_TRANSACTION) { in perf_event__synthesize_sample()
Dsession.c792 if (sample_type & PERF_SAMPLE_TRANSACTION) in dump_sample()
/linux-4.1.27/tools/perf/tests/
Dsample-parsing.c126 if (type & PERF_SAMPLE_TRANSACTION) in samples_same()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c957 if (sample_type & PERF_SAMPLE_TRANSACTION) in __intel_pmu_pebs_event()
/linux-4.1.27/kernel/events/
Dcore.c1323 if (sample_type & PERF_SAMPLE_TRANSACTION) in perf_event__header_size()
5277 if (sample_type & PERF_SAMPLE_TRANSACTION) in perf_output_sample()