Home
last modified time | relevance | path

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

/tools/perf/tests/
Dsample-parsing.c134 if (type & PERF_SAMPLE_TRANSACTION) in samples_same()
/tools/include/uapi/linux/
Dperf_event.h141 PERF_SAMPLE_TRANSACTION = 1U << 17, enumerator
/tools/perf/util/
Ddata-convert-bt.c653 if (type & PERF_SAMPLE_TRANSACTION) { in add_generic_values()
1139 if (type & PERF_SAMPLE_TRANSACTION) in add_generic_types()
Dsynthetic-events.c1215 if (type & PERF_SAMPLE_TRANSACTION) in perf_event__sample_event_size()
1378 if (type & PERF_SAMPLE_TRANSACTION) { in perf_event__synthesize_sample()
Devsel.c2180 if (type & PERF_SAMPLE_TRANSACTION) { in perf_evsel__parse_sample()
Dsession.c1258 if (sample_type & PERF_SAMPLE_TRANSACTION) in dump_sample()
Dintel-pt.c1810 if (sample_type & PERF_SAMPLE_TRANSACTION && items->has_tsx_aux_info) { in intel_pt_synth_pebs_sample()