Searched refs:PERF_SAMPLE_BRANCH_STACK (Results 1 – 25 of 25) sorted by relevance
/external/strace/xlat/ |
D | perf_event_sample_format.h | 83 #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),
|
D | perf_event_sample_format.in | 12 PERF_SAMPLE_BRANCH_STACK 1 << 11
|
/external/syzkaller/sys/linux/ |
D | perf_amd64.const | 43 PERF_SAMPLE_BRANCH_STACK = 2048
|
D | perf_386.const | 43 PERF_SAMPLE_BRANCH_STACK = 2048
|
D | perf_ppc64le.const | 43 PERF_SAMPLE_BRANCH_STACK = 2048
|
D | perf_arm64.const | 43 PERF_SAMPLE_BRANCH_STACK = 2048
|
D | perf_arm.const | 43 PERF_SAMPLE_BRANCH_STACK = 2048
|
D | perf.txt | 29 …PU, PERF_SAMPLE_PERIOD, PERF_SAMPLE_STREAM_ID, PERF_SAMPLE_RAW, PERF_SAMPLE_BRANCH_STACK, PERF_SAM…
|
/external/perf_data_converter/src/quipper/ |
D | sample_info_reader.cc | 263 if (sample_fields & PERF_SAMPLE_BRANCH_STACK) { in ReadPerfSampleFromData() 468 if (sample_fields & PERF_SAMPLE_BRANCH_STACK) { in WritePerfSampleToData()
|
D | perf_reader_test.cc | 408 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_BRANCH_STACK, in TEST() 571 PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_BRANCH_STACK; in TEST()
|
D | perf_serializer.cc | 395 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in SerializeSampleEvent()
|
/external/perf_data_converter/src/quipper/kernel/ |
D | perf_event.h | 133 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
|
/external/strace/ |
D | perf.c | 357 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) { in print_perf_event_attr()
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 135 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_s390x.go | 1042 PERF_SAMPLE_BRANCH_STACK = 0x800 const
|
D | ztypes_linux_386.go | 1019 PERF_SAMPLE_BRANCH_STACK = 0x800 const
|
D | ztypes_linux_mips.go | 1011 PERF_SAMPLE_BRANCH_STACK = 0x800 const
|
D | ztypes_linux_amd64.go | 1037 PERF_SAMPLE_BRANCH_STACK = 0x800 const
|
D | ztypes_linux_ppc64.go | 1026 PERF_SAMPLE_BRANCH_STACK = 0x800 const
|
D | ztypes_linux_mips64.go | 1018 PERF_SAMPLE_BRANCH_STACK = 0x800 const
|
D | ztypes_linux_mipsle.go | 1011 PERF_SAMPLE_BRANCH_STACK = 0x800 const
|
D | ztypes_linux_arm.go | 1007 PERF_SAMPLE_BRANCH_STACK = 0x800 const
|
D | ztypes_linux_arm64.go | 1016 PERF_SAMPLE_BRANCH_STACK = 0x800 const
|
D | ztypes_linux_mips64le.go | 1018 PERF_SAMPLE_BRANCH_STACK = 0x800 const
|
D | ztypes_linux_ppc64le.go | 1026 PERF_SAMPLE_BRANCH_STACK = 0x800 const
|