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

  /bionic/libc/kernel/common/linux/
perf_event.h 91 PERF_SAMPLE_TID = 1U << 1,
  /external/linux-tools-perf/util/
event.h 10 * PERF_SAMPLE_IP | PERF_SAMPLE_TID | *
61 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
evsel.c 329 if (type & PERF_SAMPLE_TID) {
374 if (type & PERF_SAMPLE_TID) {
python.c 391 .sample_type = PERF_SAMPLE_PERIOD | PERF_SAMPLE_TID,
832 { "SAMPLE_TID", PERF_SAMPLE_TID },
session.c 95 if (sample_type & 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),
  /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/
builtin-record.c 171 attr->sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID;
builtin-script.c 171 perf_event_attr__check_stype(attr, PERF_SAMPLE_TID, "TID",
builtin-top.c 886 attr->sample_type = PERF_SAMPLE_IP | 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 617 milliseconds