Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dperf_event.h140 PERF_SAMPLE_TRANSACTION = 1U << 17, enumerator
/tools/perf/tests/
Dsample-parsing.c126 if (type & PERF_SAMPLE_TRANSACTION) in samples_same()
/tools/perf/util/
Ddata-convert-bt.c573 if (type & PERF_SAMPLE_TRANSACTION) { in add_generic_values()
1039 if (type & PERF_SAMPLE_TRANSACTION) in add_generic_types()
Devsel.c1960 if (type & PERF_SAMPLE_TRANSACTION) { in perf_evsel__parse_sample()
2075 if (type & PERF_SAMPLE_TRANSACTION) in perf_event__sample_event_size()
2261 if (type & PERF_SAMPLE_TRANSACTION) { in perf_event__synthesize_sample()
Dsession.c1116 if (sample_type & PERF_SAMPLE_TRANSACTION) in dump_sample()