Searched refs:PERF_SAMPLE_READ (Results 1 – 25 of 26) sorted by relevance
12
/external/strace/xlat/ |
D | perf_event_sample_format.h | 34 #if defined(PERF_SAMPLE_READ) || (defined(HAVE_DECL_PERF_SAMPLE_READ) && HAVE_DECL_PERF_SAMPLE_READ) 36 static_assert((PERF_SAMPLE_READ) == (1 << 4), "PERF_SAMPLE_READ != 1 << 4"); 39 # define PERF_SAMPLE_READ 1 << 4 161 XLAT(PERF_SAMPLE_READ),
|
D | perf_event_sample_format.in | 5 PERF_SAMPLE_READ 1 << 4
|
/external/perf_data_converter/src/quipper/ |
D | sample_info_reader_test.cc | 214 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_READ; in TEST() 266 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_READ; in TEST() 306 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_READ; in TEST() 344 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_READ; in TEST()
|
D | sample_info_reader.cc | 242 if (sample_fields & PERF_SAMPLE_READ) { in ReadPerfSampleFromData() 421 if (sample_fields & PERF_SAMPLE_READ) { in WritePerfSampleToData()
|
D | perf_reader_test.cc | 568 PERF_SAMPLE_ADDR | PERF_SAMPLE_READ | in TEST() 720 const u64 sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ | PERF_SAMPLE_ID; in TEST()
|
/external/syzkaller/sys/linux/ |
D | perf_amd64.const | 55 PERF_SAMPLE_READ = 16
|
D | perf_386.const | 55 PERF_SAMPLE_READ = 16
|
D | perf_ppc64le.const | 55 PERF_SAMPLE_READ = 16
|
D | perf_arm64.const | 55 PERF_SAMPLE_READ = 16
|
D | perf_arm.const | 55 PERF_SAMPLE_READ = 16
|
D | perf.txt | 29 …ERF_SAMPLE_IP, PERF_SAMPLE_TID, PERF_SAMPLE_TIME, PERF_SAMPLE_ADDR, PERF_SAMPLE_READ, PERF_SAMPLE_…
|
/external/perf_data_converter/src/quipper/kernel/ |
D | perf_event.h | 126 PERF_SAMPLE_READ = 1U << 4, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 128 PERF_SAMPLE_READ = 1U << 4, enumerator
|
/external/v8/tools/ |
D | ll_prof.py | 548 PERF_SAMPLE_READ = 1 << 4 variable 656 assert (sample_type & PERF_SAMPLE_READ) == 0, \
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_s390x.go | 1035 PERF_SAMPLE_READ = 0x10 const
|
D | ztypes_linux_386.go | 1012 PERF_SAMPLE_READ = 0x10 const
|
D | ztypes_linux_mips.go | 1004 PERF_SAMPLE_READ = 0x10 const
|
D | ztypes_linux_amd64.go | 1030 PERF_SAMPLE_READ = 0x10 const
|
D | ztypes_linux_ppc64.go | 1019 PERF_SAMPLE_READ = 0x10 const
|
D | ztypes_linux_mips64.go | 1011 PERF_SAMPLE_READ = 0x10 const
|
D | ztypes_linux_mipsle.go | 1004 PERF_SAMPLE_READ = 0x10 const
|
D | ztypes_linux_arm.go | 1000 PERF_SAMPLE_READ = 0x10 const
|
D | ztypes_linux_arm64.go | 1009 PERF_SAMPLE_READ = 0x10 const
|
D | ztypes_linux_mips64le.go | 1011 PERF_SAMPLE_READ = 0x10 const
|
D | ztypes_linux_ppc64le.go | 1019 PERF_SAMPLE_READ = 0x10 const
|
12