Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_RAW (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/xlat/
Dperf_event_sample_format.h76 #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),
Dperf_event_sample_format.in11 PERF_SAMPLE_RAW 1 << 10
/external/bcc/src/python/bcc/
Dperf.py56 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/
Dperf_amd64.const54 PERF_SAMPLE_RAW = 1024
Dperf_386.const54 PERF_SAMPLE_RAW = 1024
Dperf_ppc64le.const54 PERF_SAMPLE_RAW = 1024
Dperf_arm64.const54 PERF_SAMPLE_RAW = 1024
Dperf_arm.const54 PERF_SAMPLE_RAW = 1024
Dperf.txt29 …MPLE_ID, PERF_SAMPLE_CPU, PERF_SAMPLE_PERIOD, PERF_SAMPLE_STREAM_ID, PERF_SAMPLE_RAW, PERF_SAMPLE_…
/external/linux-kselftest/tools/testing/selftests/bpf/
Dget_cgroup_id_user.c105 attr.sample_type = PERF_SAMPLE_RAW; in main()
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()
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/
Dsample_info_reader.cc257 if (sample_fields & PERF_SAMPLE_RAW) { in ReadPerfSampleFromData()
456 if (sample_fields & PERF_SAMPLE_RAW) { in WritePerfSampleToData()
Dtest_perf_data.cc215 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | PERF_SAMPLE_RAW); in WriteTo()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h132 PERF_SAMPLE_RAW = 1U << 10, enumerator
/external/kernel-headers/original/uapi/linux/
Dperf_event.h134 PERF_SAMPLE_RAW = 1U << 10, enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1041 PERF_SAMPLE_RAW = 0x400 const
Dztypes_linux_386.go1018 PERF_SAMPLE_RAW = 0x400 const
Dztypes_linux_mips.go1010 PERF_SAMPLE_RAW = 0x400 const
Dztypes_linux_amd64.go1036 PERF_SAMPLE_RAW = 0x400 const
Dztypes_linux_ppc64.go1025 PERF_SAMPLE_RAW = 0x400 const
Dztypes_linux_mips64.go1017 PERF_SAMPLE_RAW = 0x400 const
Dztypes_linux_mipsle.go1010 PERF_SAMPLE_RAW = 0x400 const
Dztypes_linux_arm.go1006 PERF_SAMPLE_RAW = 0x400 const
Dztypes_linux_arm64.go1015 PERF_SAMPLE_RAW = 0x400 const
Dztypes_linux_mips64le.go1017 PERF_SAMPLE_RAW = 0x400 const

12