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

  /external/perf_data_converter/src/quipper/kernel/
perf_event.h 211 * { u64 time_enabled; } && PERF_FORMAT_TOTAL_TIME_ENABLED
217 * { u64 time_enabled; } && PERF_FORMAT_TOTAL_TIME_ENABLED
226 PERF_FORMAT_TOTAL_TIME_ENABLED = 1U << 0,
  /bionic/libc/kernel/uapi/linux/
perf_event.h 179 PERF_FORMAT_TOTAL_TIME_ENABLED = 1U << 0,
  /external/kernel-headers/original/uapi/linux/
perf_event.h 273 * { u64 time_enabled; } && PERF_FORMAT_TOTAL_TIME_ENABLED
279 * { u64 time_enabled; } && PERF_FORMAT_TOTAL_TIME_ENABLED
288 PERF_FORMAT_TOTAL_TIME_ENABLED = 1U << 0,
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_386.go 1029 PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1
    [all...]
ztypes_linux_amd64.go 1047 PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1
    [all...]
ztypes_linux_arm.go 1017 PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1
    [all...]
ztypes_linux_arm64.go 1026 PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1
    [all...]
ztypes_linux_mips.go 1021 PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1
    [all...]
ztypes_linux_mips64.go 1028 PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1
    [all...]
ztypes_linux_mips64le.go 1028 PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1
    [all...]
ztypes_linux_mipsle.go 1021 PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1
    [all...]
ztypes_linux_ppc64.go 1036 PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1
    [all...]
ztypes_linux_ppc64le.go 1036 PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1
    [all...]
ztypes_linux_s390x.go 1052 PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1
    [all...]

Completed in 1174 milliseconds