Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/intel/
H A Dds.c1379 PERF_SAMPLE_TRANSACTION | \
1938 if (sample_type & PERF_SAMPLE_TRANSACTION) { in setup_pebs_fixed_sample_data()
1941 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in setup_pebs_fixed_sample_data()
2166 if (sample_type & PERF_SAMPLE_TRANSACTION) { in setup_pebs_adaptive_sample_data()
2169 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in setup_pebs_adaptive_sample_data()
2759 PERF_SAMPLE_TRANSACTION | in intel_ds_init()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h157 PERF_SAMPLE_TRANSACTION = 1U << 17, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h157 PERF_SAMPLE_TRANSACTION = 1U << 17, enumerator
/linux-6.15/tools/perf/tests/
H A Dsample-parsing.c158 if (type & PERF_SAMPLE_TRANSACTION) in samples_same()
/linux-6.15/tools/perf/util/
H A Ddata-convert-bt.c663 if (type & PERF_SAMPLE_TRANSACTION) { in add_generic_values()
1150 if (type & PERF_SAMPLE_TRANSACTION) in add_generic_types()
H A Dsynthetic-events.c1537 if (type & PERF_SAMPLE_TRANSACTION) in perf_event__sample_event_size()
1742 if (type & PERF_SAMPLE_TRANSACTION) { in perf_event__synthesize_sample()
H A Dsession.c1114 if (sample_type & PERF_SAMPLE_TRANSACTION) in dump_sample()
H A Devsel.c3219 if (type & PERF_SAMPLE_TRANSACTION) { in evsel__parse_sample()
H A Dintel-pt.c2396 if (sample_type & PERF_SAMPLE_TRANSACTION && items->has_tsx_aux_info) { in intel_pt_do_synth_pebs_sample()
/linux-6.15/tools/perf/Documentation/
H A Dperf-dlfilter.txt96 __u64 transaction; /* Refer PERF_SAMPLE_TRANSACTION in <linux/perf_event.h> */
H A Dperf-intel-pt.txt1140 PERF_SAMPLE_TRANSACTION | PERF_SAMPLE_PHYS_ADDR |
/linux-6.15/arch/x86/events/
H A Dperf_event.h155 PERF_SAMPLE_TRANSACTION | PERF_SAMPLE_PHYS_ADDR | \
/linux-6.15/kernel/events/
H A Dcore.c1957 if (sample_type & PERF_SAMPLE_TRANSACTION) in __perf_event_header_size()
7882 if (sample_type & PERF_SAMPLE_TRANSACTION) in perf_output_sample()
8193 if (filtered_sample_type & PERF_SAMPLE_TRANSACTION) { in perf_prepare_sample()
8195 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in perf_prepare_sample()