/external/strace/xlat/ |
D | perf_event_sample_format.h | 76 #if defined(PERF_SAMPLE_RAW) || (defined(HAVE_DECL_PERF_SAMPLE_RAW) && HAVE_DECL_PERF_SAMPLE_RAW) 78 static_assert((PERF_SAMPLE_RAW) == (1 << 10), "PERF_SAMPLE_RAW != 1 << 10"); 81 # define PERF_SAMPLE_RAW 1 << 10 167 XLAT(PERF_SAMPLE_RAW),
|
D | perf_event_sample_format.in | 11 PERF_SAMPLE_RAW 1 << 10
|
/external/bcc/src/python/bcc/ |
D | perf.py | 56 PERF_SAMPLE_RAW = 1024 # it's a u32; could also try zero args variable in Perf 99 attr.sample_type = Perf.PERF_SAMPLE_RAW
|
/external/syzkaller/sys/linux/ |
D | perf_amd64.const | 54 PERF_SAMPLE_RAW = 1024
|
D | perf_386.const | 54 PERF_SAMPLE_RAW = 1024
|
D | perf_ppc64le.const | 54 PERF_SAMPLE_RAW = 1024
|
D | perf_arm64.const | 54 PERF_SAMPLE_RAW = 1024
|
D | perf_arm.const | 54 PERF_SAMPLE_RAW = 1024
|
D | perf.txt | 29 …MPLE_ID, PERF_SAMPLE_CPU, PERF_SAMPLE_PERIOD, PERF_SAMPLE_STREAM_ID, PERF_SAMPLE_RAW, PERF_SAMPLE_…
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | get_cgroup_id_user.c | 105 attr.sample_type = PERF_SAMPLE_RAW; in main()
|
D | test_progs.c | 777 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() 1507 attr.sample_type = PERF_SAMPLE_RAW; in test_get_stack_raw_tp() 1650 attr.sample_type = PERF_SAMPLE_RAW; in test_task_fd_query_tp_core()
|
/external/perf_data_converter/src/quipper/ |
D | sample_info_reader.cc | 257 if (sample_fields & PERF_SAMPLE_RAW) { in ReadPerfSampleFromData() 456 if (sample_fields & PERF_SAMPLE_RAW) { in WritePerfSampleToData()
|
D | test_perf_data.cc | 215 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | PERF_SAMPLE_RAW); in WriteTo()
|
/external/perf_data_converter/src/quipper/kernel/ |
D | perf_event.h | 132 PERF_SAMPLE_RAW = 1U << 10, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 134 PERF_SAMPLE_RAW = 1U << 10, enumerator
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_s390x.go | 1041 PERF_SAMPLE_RAW = 0x400 const
|
D | ztypes_linux_386.go | 1018 PERF_SAMPLE_RAW = 0x400 const
|
D | ztypes_linux_mips.go | 1010 PERF_SAMPLE_RAW = 0x400 const
|
D | ztypes_linux_amd64.go | 1036 PERF_SAMPLE_RAW = 0x400 const
|
D | ztypes_linux_ppc64.go | 1025 PERF_SAMPLE_RAW = 0x400 const
|
D | ztypes_linux_mips64.go | 1017 PERF_SAMPLE_RAW = 0x400 const
|
D | ztypes_linux_mipsle.go | 1010 PERF_SAMPLE_RAW = 0x400 const
|
D | ztypes_linux_arm.go | 1006 PERF_SAMPLE_RAW = 0x400 const
|
D | ztypes_linux_arm64.go | 1015 PERF_SAMPLE_RAW = 0x400 const
|
D | ztypes_linux_mips64le.go | 1017 PERF_SAMPLE_RAW = 0x400 const
|