Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dperf_event_sample_format.h41 #if defined(PERF_SAMPLE_CALLCHAIN) || (defined(HAVE_DECL_PERF_SAMPLE_CALLCHAIN) && HAVE_DECL_PERF_S…
43 static_assert((PERF_SAMPLE_CALLCHAIN) == (1 << 5), "PERF_SAMPLE_CALLCHAIN != 1 << 5");
46 # define PERF_SAMPLE_CALLCHAIN 1 << 5
162 XLAT(PERF_SAMPLE_CALLCHAIN),
Dperf_event_sample_format.in6 PERF_SAMPLE_CALLCHAIN 1 << 5
/external/syzkaller/sys/linux/
Dperf_amd64.const46 PERF_SAMPLE_CALLCHAIN = 32
Dperf_386.const46 PERF_SAMPLE_CALLCHAIN = 32
Dperf_ppc64le.const46 PERF_SAMPLE_CALLCHAIN = 32
Dperf_arm64.const46 PERF_SAMPLE_CALLCHAIN = 32
Dperf_arm.const46 PERF_SAMPLE_CALLCHAIN = 32
Dperf.txt29 …SAMPLE_TID, PERF_SAMPLE_TIME, PERF_SAMPLE_ADDR, PERF_SAMPLE_READ, PERF_SAMPLE_CALLCHAIN, PERF_SAMP…
/external/ltp/testcases/cve/
Dcve-2015-3290.c349 PERF_SAMPLE_TIME|PERF_SAMPLE_CALLCHAIN| in child_thread()
/external/perf_data_converter/src/quipper/
Dsample_info_reader.cc251 if (sample_fields & PERF_SAMPLE_CALLCHAIN) { in ReadPerfSampleFromData()
444 if (sample_fields & PERF_SAMPLE_CALLCHAIN) { in WritePerfSampleToData()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h127 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
/external/v8/tools/
Dll_prof.py549 PERF_SAMPLE_CALLCHAIN = 1 << 5 variable
571 ("nr", "u64", PERF_SAMPLE_CALLCHAIN)
607 (perf_event_attr.sample_type & PERF_SAMPLE_CALLCHAIN) != 0
/external/kernel-headers/original/uapi/linux/
Dperf_event.h129 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.c777 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in test_tp_attach_query()
974 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in test_stacktrace_map()
1160 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in test_stacktrace_build_id()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1036 PERF_SAMPLE_CALLCHAIN = 0x20 const
Dztypes_linux_386.go1013 PERF_SAMPLE_CALLCHAIN = 0x20 const
Dztypes_linux_mips.go1005 PERF_SAMPLE_CALLCHAIN = 0x20 const
Dztypes_linux_amd64.go1031 PERF_SAMPLE_CALLCHAIN = 0x20 const
Dztypes_linux_ppc64.go1020 PERF_SAMPLE_CALLCHAIN = 0x20 const
Dztypes_linux_mips64.go1012 PERF_SAMPLE_CALLCHAIN = 0x20 const
Dztypes_linux_mipsle.go1005 PERF_SAMPLE_CALLCHAIN = 0x20 const
Dztypes_linux_arm.go1001 PERF_SAMPLE_CALLCHAIN = 0x20 const
Dztypes_linux_arm64.go1010 PERF_SAMPLE_CALLCHAIN = 0x20 const
Dztypes_linux_mips64le.go1012 PERF_SAMPLE_CALLCHAIN = 0x20 const
Dztypes_linux_ppc64le.go1020 PERF_SAMPLE_CALLCHAIN = 0x20 const

12