Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_STACK (Results 1 – 25 of 25) sorted by relevance

/external/strace/xlat/
Dperf_event_sample_format.h83 #if defined(PERF_SAMPLE_BRANCH_STACK) || (defined(HAVE_DECL_PERF_SAMPLE_BRANCH_STACK) && HAVE_DECL_…
85 static_assert((PERF_SAMPLE_BRANCH_STACK) == (1 << 11), "PERF_SAMPLE_BRANCH_STACK != 1 << 11");
88 # define PERF_SAMPLE_BRANCH_STACK 1 << 11
168 XLAT(PERF_SAMPLE_BRANCH_STACK),
Dperf_event_sample_format.in12 PERF_SAMPLE_BRANCH_STACK 1 << 11
/external/syzkaller/sys/linux/
Dperf_amd64.const43 PERF_SAMPLE_BRANCH_STACK = 2048
Dperf_386.const43 PERF_SAMPLE_BRANCH_STACK = 2048
Dperf_ppc64le.const43 PERF_SAMPLE_BRANCH_STACK = 2048
Dperf_arm64.const43 PERF_SAMPLE_BRANCH_STACK = 2048
Dperf_arm.const43 PERF_SAMPLE_BRANCH_STACK = 2048
Dperf.txt29 …PU, PERF_SAMPLE_PERIOD, PERF_SAMPLE_STREAM_ID, PERF_SAMPLE_RAW, PERF_SAMPLE_BRANCH_STACK, PERF_SAM…
/external/perf_data_converter/src/quipper/
Dsample_info_reader.cc263 if (sample_fields & PERF_SAMPLE_BRANCH_STACK) { in ReadPerfSampleFromData()
468 if (sample_fields & PERF_SAMPLE_BRANCH_STACK) { in WritePerfSampleToData()
Dperf_reader_test.cc408 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_BRANCH_STACK, in TEST()
571 PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_BRANCH_STACK; in TEST()
Dperf_serializer.cc395 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in SerializeSampleEvent()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h133 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
/external/strace/
Dperf.c357 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) { in print_perf_event_attr()
/external/kernel-headers/original/uapi/linux/
Dperf_event.h135 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1042 PERF_SAMPLE_BRANCH_STACK = 0x800 const
Dztypes_linux_386.go1019 PERF_SAMPLE_BRANCH_STACK = 0x800 const
Dztypes_linux_mips.go1011 PERF_SAMPLE_BRANCH_STACK = 0x800 const
Dztypes_linux_amd64.go1037 PERF_SAMPLE_BRANCH_STACK = 0x800 const
Dztypes_linux_ppc64.go1026 PERF_SAMPLE_BRANCH_STACK = 0x800 const
Dztypes_linux_mips64.go1018 PERF_SAMPLE_BRANCH_STACK = 0x800 const
Dztypes_linux_mipsle.go1011 PERF_SAMPLE_BRANCH_STACK = 0x800 const
Dztypes_linux_arm.go1007 PERF_SAMPLE_BRANCH_STACK = 0x800 const
Dztypes_linux_arm64.go1016 PERF_SAMPLE_BRANCH_STACK = 0x800 const
Dztypes_linux_mips64le.go1018 PERF_SAMPLE_BRANCH_STACK = 0x800 const
Dztypes_linux_ppc64le.go1026 PERF_SAMPLE_BRANCH_STACK = 0x800 const