Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dperf_event_sample_format.h34 #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),
Dperf_event_sample_format.in5 PERF_SAMPLE_READ 1 << 4
/external/perf_data_converter/src/quipper/
Dsample_info_reader_test.cc214 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()
Dsample_info_reader.cc242 if (sample_fields & PERF_SAMPLE_READ) { in ReadPerfSampleFromData()
421 if (sample_fields & PERF_SAMPLE_READ) { in WritePerfSampleToData()
Dperf_reader_test.cc568 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/
Dperf_amd64.const55 PERF_SAMPLE_READ = 16
Dperf_386.const55 PERF_SAMPLE_READ = 16
Dperf_ppc64le.const55 PERF_SAMPLE_READ = 16
Dperf_arm64.const55 PERF_SAMPLE_READ = 16
Dperf_arm.const55 PERF_SAMPLE_READ = 16
Dperf.txt29 …ERF_SAMPLE_IP, PERF_SAMPLE_TID, PERF_SAMPLE_TIME, PERF_SAMPLE_ADDR, PERF_SAMPLE_READ, PERF_SAMPLE_…
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h126 PERF_SAMPLE_READ = 1U << 4, enumerator
/external/kernel-headers/original/uapi/linux/
Dperf_event.h128 PERF_SAMPLE_READ = 1U << 4, enumerator
/external/v8/tools/
Dll_prof.py548 PERF_SAMPLE_READ = 1 << 4 variable
656 assert (sample_type & PERF_SAMPLE_READ) == 0, \
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1035 PERF_SAMPLE_READ = 0x10 const
Dztypes_linux_386.go1012 PERF_SAMPLE_READ = 0x10 const
Dztypes_linux_mips.go1004 PERF_SAMPLE_READ = 0x10 const
Dztypes_linux_amd64.go1030 PERF_SAMPLE_READ = 0x10 const
Dztypes_linux_ppc64.go1019 PERF_SAMPLE_READ = 0x10 const
Dztypes_linux_mips64.go1011 PERF_SAMPLE_READ = 0x10 const
Dztypes_linux_mipsle.go1004 PERF_SAMPLE_READ = 0x10 const
Dztypes_linux_arm.go1000 PERF_SAMPLE_READ = 0x10 const
Dztypes_linux_arm64.go1009 PERF_SAMPLE_READ = 0x10 const
Dztypes_linux_mips64le.go1011 PERF_SAMPLE_READ = 0x10 const
Dztypes_linux_ppc64le.go1019 PERF_SAMPLE_READ = 0x10 const

12