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

  /external/v8/tools/
ll_prof.py 563 PERF_SAMPLE_TID = 1 << 1
577 ("pid", "u32", PERF_SAMPLE_TID),
578 ("tid", "u32", PERF_SAMPLE_TID),
  /bionic/libc/kernel/common/linux/
perf_event.h 91 PERF_SAMPLE_TID = 1U << 1,
  /external/kernel-headers/original/linux/
perf_event.h 118 PERF_SAMPLE_TID = 1U << 1,
409 * { u32 pid, tid; } && PERF_SAMPLE_TID
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 128 PERF_SAMPLE_TID = 1U << 1,
436 * { u32 pid, tid; } && PERF_SAMPLE_TID

Completed in 133 milliseconds