Home
last modified time | relevance | path

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

/external/strace/xlat/
Dperf_event_sample_format.h125 #if defined(PERF_SAMPLE_TRANSACTION) || (defined(HAVE_DECL_PERF_SAMPLE_TRANSACTION) && HAVE_DECL_PE…
127 static_assert((PERF_SAMPLE_TRANSACTION) == (1 << 17), "PERF_SAMPLE_TRANSACTION != 1 << 17");
130 # define PERF_SAMPLE_TRANSACTION 1 << 17
174 XLAT(PERF_SAMPLE_TRANSACTION),
Dperf_event_sample_format.in18 PERF_SAMPLE_TRANSACTION 1 << 17
/external/syzkaller/sys/linux/
Dperf_amd64.const62 PERF_SAMPLE_TRANSACTION = 131072
Dperf_386.const62 PERF_SAMPLE_TRANSACTION = 131072
Dperf_ppc64le.const62 PERF_SAMPLE_TRANSACTION = 131072
Dperf_arm64.const62 PERF_SAMPLE_TRANSACTION = 131072
Dperf_arm.const62 PERF_SAMPLE_TRANSACTION = 131072
Dperf.txt29 …ERF_SAMPLE_WEIGHT, PERF_SAMPLE_DATA_SRC, PERF_SAMPLE_IDENTIFIER, PERF_SAMPLE_TRANSACTION, PERF_SAM…
/external/perf_data_converter/src/quipper/
Dsample_info_reader.cc312 if (sample_fields & PERF_SAMPLE_TRANSACTION) { in ReadPerfSampleFromData()
508 if (sample_fields & PERF_SAMPLE_TRANSACTION) { in WritePerfSampleToData()
Dsample_info_reader_test.cc32 PERF_SAMPLE_TRANSACTION; in TEST()
Dperf_serializer.cc408 if (sample_type & PERF_SAMPLE_TRANSACTION) in SerializeSampleEvent()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h139 PERF_SAMPLE_TRANSACTION = 1U << 17, enumerator
/external/kernel-headers/original/uapi/linux/
Dperf_event.h141 PERF_SAMPLE_TRANSACTION = 1U << 17, enumerator