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

  /external/chromium_org/v8/tools/
ll_prof.py 583 PERF_SAMPLE_TID = 1 << 1
598 ("pid", "u32", PERF_SAMPLE_TID),
599 ("tid", "u32", PERF_SAMPLE_TID),
    [all...]
  /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 160 milliseconds