Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbpf-filter.l78 txn { return sample(PERF_SAMPLE_TRANSACTION); }
H A Ddata-convert-bt.c662 if (type & PERF_SAMPLE_TRANSACTION) { in add_generic_values()
1148 if (type & PERF_SAMPLE_TRANSACTION) in add_generic_types()
H A 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()
H A Devsel.c2630 if (type & PERF_SAMPLE_TRANSACTION) { in evsel__parse_sample()
H A Dsession.c1395 if (sample_type & PERF_SAMPLE_TRANSACTION) in dump_sample()
H A Dintel-pt.c2353 if (sample_type & PERF_SAMPLE_TRANSACTION && items->has_tsx_aux_info) { in intel_pt_do_synth_pebs_sample()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c73 case PERF_SAMPLE_TRANSACTION: in perf_get_sample()
/openbmc/linux/arch/x86/events/intel/
H A Dds.c1183 PERF_SAMPLE_TRANSACTION | \
1741 if (sample_type & PERF_SAMPLE_TRANSACTION) { in setup_pebs_fixed_sample_data()
1744 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in setup_pebs_fixed_sample_data()
1897 if (sample_type & PERF_SAMPLE_TRANSACTION) { in setup_pebs_adaptive_sample_data()
1900 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in setup_pebs_adaptive_sample_data()
2406 PERF_SAMPLE_TRANSACTION | in intel_ds_init()
/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c156 if (type & PERF_SAMPLE_TRANSACTION) in samples_same()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h157 PERF_SAMPLE_TRANSACTION = 1U << 17, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h157 PERF_SAMPLE_TRANSACTION = 1U << 17, enumerator
/openbmc/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt96 __u64 transaction; /* Refer PERF_SAMPLE_TRANSACTION in <linux/perf_event.h> */
H A Dperf-intel-pt.txt1082 PERF_SAMPLE_TRANSACTION | PERF_SAMPLE_PHYS_ADDR |
/openbmc/linux/arch/x86/events/
H A Dperf_event.h138 PERF_SAMPLE_TRANSACTION | PERF_SAMPLE_PHYS_ADDR | \
/openbmc/linux/kernel/events/
H A Dcore.c1871 if (sample_type & PERF_SAMPLE_TRANSACTION) in __perf_event_header_size()
7473 if (sample_type & PERF_SAMPLE_TRANSACTION) in perf_output_sample()
7784 if (filtered_sample_type & PERF_SAMPLE_TRANSACTION) { in perf_prepare_sample()
7786 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in perf_prepare_sample()