Searched refs:PERF_SAMPLE_PERIOD (Results 1 – 25 of 29) sorted by relevance
12
/external/strace/xlat/ |
D | perf_event_sample_format.h | 62 #if defined(PERF_SAMPLE_PERIOD) || (defined(HAVE_DECL_PERF_SAMPLE_PERIOD) && HAVE_DECL_PERF_SAMPLE_… 64 static_assert((PERF_SAMPLE_PERIOD) == (1 << 8), "PERF_SAMPLE_PERIOD != 1 << 8"); 67 # define PERF_SAMPLE_PERIOD 1 << 8 165 XLAT(PERF_SAMPLE_PERIOD),
|
D | perf_event_sample_format.in | 9 PERF_SAMPLE_PERIOD 1 << 8
|
/external/perf_data_converter/src/quipper/ |
D | sample_info_reader_test.cc | 29 PERF_SAMPLE_PERIOD | in TEST() 94 PERF_SAMPLE_PERIOD; in TEST() 151 PERF_SAMPLE_PERIOD; in TEST()
|
D | sample_info_reader.cc | 237 if (sample_fields & PERF_SAMPLE_PERIOD) { in ReadPerfSampleFromData() 416 if (sample_fields & PERF_SAMPLE_PERIOD) { in WritePerfSampleToData()
|
D | test_perf_data.cc | 215 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | PERF_SAMPLE_RAW); in WriteTo()
|
D | perf_reader_test.cc | 570 PERF_SAMPLE_ID | PERF_SAMPLE_PERIOD | in TEST() 803 PERF_SAMPLE_PERIOD; in TEST()
|
/external/syzkaller/sys/linux/ |
D | perf_amd64.const | 52 PERF_SAMPLE_PERIOD = 256
|
D | perf_386.const | 52 PERF_SAMPLE_PERIOD = 256
|
D | perf_ppc64le.const | 52 PERF_SAMPLE_PERIOD = 256
|
D | perf_arm64.const | 52 PERF_SAMPLE_PERIOD = 256
|
D | perf_arm.const | 52 PERF_SAMPLE_PERIOD = 256
|
D | perf.txt | 29 …MPLE_READ, PERF_SAMPLE_CALLCHAIN, PERF_SAMPLE_ID, PERF_SAMPLE_CPU, PERF_SAMPLE_PERIOD, PERF_SAMPLE…
|
/external/ltp/testcases/cve/ |
D | cve-2015-3290.c | 350 PERF_SAMPLE_ID|PERF_SAMPLE_PERIOD, in child_thread()
|
/external/perf_data_converter/src/quipper/kernel/ |
D | perf_event.h | 130 PERF_SAMPLE_PERIOD = 1U << 8, enumerator
|
D | perf_internals.h | 167 PERF_SAMPLE_PERIOD | PERF_SAMPLE_IDENTIFIER)
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 132 PERF_SAMPLE_PERIOD = 1U << 8, enumerator
|
/external/v8/tools/ |
D | ll_prof.py | 552 PERF_SAMPLE_PERIOD = 1 << 8 variable 568 ("period", "u64", PERF_SAMPLE_PERIOD),
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_s390x.go | 1039 PERF_SAMPLE_PERIOD = 0x100 const
|
D | ztypes_linux_386.go | 1016 PERF_SAMPLE_PERIOD = 0x100 const
|
D | ztypes_linux_mips.go | 1008 PERF_SAMPLE_PERIOD = 0x100 const
|
D | ztypes_linux_amd64.go | 1034 PERF_SAMPLE_PERIOD = 0x100 const
|
D | ztypes_linux_ppc64.go | 1023 PERF_SAMPLE_PERIOD = 0x100 const
|
D | ztypes_linux_mips64.go | 1015 PERF_SAMPLE_PERIOD = 0x100 const
|
D | ztypes_linux_mipsle.go | 1008 PERF_SAMPLE_PERIOD = 0x100 const
|
D | ztypes_linux_arm.go | 1004 PERF_SAMPLE_PERIOD = 0x100 const
|
12