Home
last modified time | relevance | path

Searched refs:perf_event_sample_format (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/external/strace/xlat/
H A Dperf_event_sample_format.h151 # error static const struct xlat perf_event_sample_format in mpers mode
156 const struct xlat perf_event_sample_format[] = {
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs399 pub const PERF_SAMPLE_IP: perf_event_sample_format = 1;
400 pub const PERF_SAMPLE_TID: perf_event_sample_format = 2;
401 pub const PERF_SAMPLE_TIME: perf_event_sample_format = 4;
402 pub const PERF_SAMPLE_ADDR: perf_event_sample_format = 8;
403 pub const PERF_SAMPLE_READ: perf_event_sample_format = 16;
404 pub const PERF_SAMPLE_CALLCHAIN: perf_event_sample_format = 32;
405 pub const PERF_SAMPLE_ID: perf_event_sample_format = 64;
406 pub const PERF_SAMPLE_CPU: perf_event_sample_format = 128;
407 pub const PERF_SAMPLE_PERIOD: perf_event_sample_format = 256;
408 pub const PERF_SAMPLE_STREAM_ID: perf_event_sample_format = 512;
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/
H A Dperf_event.h201 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Dperf_event.h120 enum perf_event_sample_format { enum
/aosp_15_r20/external/strace/
H A Dperf.c254 PRINT_FIELD_FLAGS(", ", *attr, sample_type, perf_event_sample_format, in print_perf_event_attr()
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h84 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h84 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h81 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h81 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h84 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h81 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h81 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h81 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h81 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h81 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h84 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h81 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/linux/
H A Dperf_event.h72 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h84 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/
Dperf_event.h84 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/
H A Dperf_event.h72 enum perf_event_sample_format { enum
/aosp_15_r20/external/bpftool/include/uapi/linux/
H A Dperf_event.h139 enum perf_event_sample_format { enum
/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h139 enum perf_event_sample_format { enum
/aosp_15_r20/bionic/libc/kernel/uapi/linux/
H A Dperf_event.h72 enum perf_event_sample_format { enum
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/
H A Dperf_event.h72 enum perf_event_sample_format { enum

123