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

  /external/v8/tools/
ll_prof.py 557 # Reference: /usr/include/perf_event.h, the comment for PERF_RECORD_SAMPLE.
581 PERF_RECORD_SAMPLE = 9
936 elif header.type == PERF_RECORD_SAMPLE:
    [all...]
  /external/perf_data_converter/src/quipper/kernel/
perf_event.h 531 * IDENTIFIER) described in PERF_RECORD_SAMPLE below, it will be stashed
688 PERF_RECORD_SAMPLE = 9,
  /bionic/libc/kernel/uapi/linux/
perf_event.h 322 PERF_RECORD_SAMPLE = 9,
  /external/kernel-headers/original/uapi/linux/
perf_event.h 660 * PERF_RECORD_MISC_EXACT_IP - PERF_RECORD_SAMPLE of precise events
708 * IDENTIFIER) described in PERF_RECORD_SAMPLE below, it will be stashed
868 PERF_RECORD_SAMPLE = 9,
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_386.go 1042 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_amd64.go 1060 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_arm.go 1030 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_arm64.go 1039 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_mips.go 1034 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_mips64.go 1041 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_mips64le.go 1041 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_mipsle.go 1034 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_ppc64.go 1049 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_ppc64le.go 1049 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_s390x.go 1065 PERF_RECORD_SAMPLE = 0x9
    [all...]

Completed in 492 milliseconds