Home
last modified time | relevance | path

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

/tools/perf/util/bpf_skel/
Dsample_filter.bpf.c73 case PERF_SAMPLE_TRANSACTION: in perf_get_sample()
/tools/perf/util/
Dbpf-filter.l78 txn { return sample(PERF_SAMPLE_TRANSACTION); }
Ddata-convert-bt.c662 if (type & PERF_SAMPLE_TRANSACTION) { in add_generic_values()
1148 if (type & PERF_SAMPLE_TRANSACTION) in add_generic_types()
Dsynthetic-events.c1519 if (type & PERF_SAMPLE_TRANSACTION) in perf_event__sample_event_size()
1720 if (type & PERF_SAMPLE_TRANSACTION) { in perf_event__synthesize_sample()
Devsel.c2630 if (type & PERF_SAMPLE_TRANSACTION) { in evsel__parse_sample()
Dsession.c1395 if (sample_type & PERF_SAMPLE_TRANSACTION) in dump_sample()
Dintel-pt.c2353 if (sample_type & PERF_SAMPLE_TRANSACTION && items->has_tsx_aux_info) { in intel_pt_do_synth_pebs_sample()
/tools/perf/tests/
Dsample-parsing.c156 if (type & PERF_SAMPLE_TRANSACTION) in samples_same()
/tools/include/uapi/linux/
Dperf_event.h157 PERF_SAMPLE_TRANSACTION = 1U << 17, enumerator
/tools/perf/Documentation/
Dperf-dlfilter.txt96 __u64 transaction; /* Refer PERF_SAMPLE_TRANSACTION in <linux/perf_event.h> */
Dperf-intel-pt.txt1082 PERF_SAMPLE_TRANSACTION | PERF_SAMPLE_PHYS_ADDR |