Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dds.c1706 PERF_SAMPLE_TRANSACTION | \
2295 if (sample_type & PERF_SAMPLE_TRANSACTION) { in setup_pebs_fixed_sample_data()
2298 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in setup_pebs_fixed_sample_data()
2495 if (sample_type & PERF_SAMPLE_TRANSACTION) { in __setup_pebs_meminfo_group()
2497 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in __setup_pebs_meminfo_group()
3409 PERF_SAMPLE_TRANSACTION | in intel_ds_pebs_init()
/linux/tools/perf/tests/
H A Dsample-parsing.c164 if (type & PERF_SAMPLE_TRANSACTION) in samples_same()
/linux/include/uapi/linux/
H A Dperf_event.h160 PERF_SAMPLE_TRANSACTION = 1U << 17, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h160 PERF_SAMPLE_TRANSACTION = 1U << 17, enumerator
/linux/tools/perf/util/
H A Ddata-convert-bt.c670 if (type & PERF_SAMPLE_TRANSACTION) { in add_generic_values()
1162 if (type & PERF_SAMPLE_TRANSACTION) in add_generic_types()
H A Dsynthetic-events.c1548 if (type & PERF_SAMPLE_TRANSACTION) in perf_event__sample_event_size()
1759 if (type & PERF_SAMPLE_TRANSACTION) { in perf_event__synthesize_sample()
H A Dsession.c1172 if (sample_type & PERF_SAMPLE_TRANSACTION) in dump_sample()
H A Devsel.c3524 if (type & PERF_SAMPLE_TRANSACTION) { in evsel__parse_sample()
H A Dintel-pt.c2549 if (sample_type & PERF_SAMPLE_TRANSACTION && items->has_tsx_aux_info) { in intel_pt_do_synth_pebs_sample()
/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt96 __u64 transaction; /* Refer PERF_SAMPLE_TRANSACTION in <linux/perf_event.h> */
/linux/arch/x86/events/
H A Dperf_event.h165 PERF_SAMPLE_TRANSACTION | PERF_SAMPLE_PHYS_ADDR | \
/linux/kernel/events/
H A Dcore.c2073 if (sample_type & PERF_SAMPLE_TRANSACTION) in __perf_event_header_size()
8319 if (sample_type & PERF_SAMPLE_TRANSACTION) in perf_output_sample()
8644 if (filtered_sample_type & PERF_SAMPLE_TRANSACTION) { in perf_prepare_sample()
8646 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in perf_prepare_sample()