HomeSort by relevance Sort by last modified time
    Searched defs:PERF_SAMPLE_TIME (Results 1 - 15 of 15) sorted by null

  /external/v8/tools/
ll_prof.py 546 PERF_SAMPLE_TIME = 1 << 2
562 ("time", "u64", PERF_SAMPLE_TIME),
    [all...]
  /external/perf_data_converter/src/quipper/kernel/
perf_event.h 124 PERF_SAMPLE_TIME = 1U << 2,
539 * { u64 time; } && PERF_SAMPLE_TIME
647 * { u64 time; } && PERF_SAMPLE_TIME
  /bionic/libc/kernel/uapi/linux/
perf_event.h 84 PERF_SAMPLE_TIME = 1U << 2,
  /external/kernel-headers/original/uapi/linux/
perf_event.h 126 PERF_SAMPLE_TIME = 1U << 2,
716 * { u64 time; } && PERF_SAMPLE_TIME
824 * { u64 time; } && PERF_SAMPLE_TIME
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_386.go 1010 PERF_SAMPLE_TIME = 0x4
    [all...]
ztypes_linux_amd64.go 1028 PERF_SAMPLE_TIME = 0x4
    [all...]
ztypes_linux_arm.go 998 PERF_SAMPLE_TIME = 0x4
    [all...]
ztypes_linux_arm64.go 1007 PERF_SAMPLE_TIME = 0x4
    [all...]
ztypes_linux_mips.go 1002 PERF_SAMPLE_TIME = 0x4
    [all...]
ztypes_linux_mips64.go 1009 PERF_SAMPLE_TIME = 0x4
    [all...]
ztypes_linux_mips64le.go 1009 PERF_SAMPLE_TIME = 0x4
    [all...]
ztypes_linux_mipsle.go 1002 PERF_SAMPLE_TIME = 0x4
    [all...]
ztypes_linux_ppc64.go 1017 PERF_SAMPLE_TIME = 0x4
    [all...]
ztypes_linux_ppc64le.go 1017 PERF_SAMPLE_TIME = 0x4
    [all...]
ztypes_linux_s390x.go 1033 PERF_SAMPLE_TIME = 0x4
    [all...]

Completed in 389 milliseconds