Searched defs:PERF_SAMPLE_TID (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/tools/
H A Dll_prof.py584 PERF_SAMPLE_TID = 1 << 1 variable
599 ("pid", "u32", PERF_SAMPLE_TID),
600 ("tid", "u32", PERF_SAMPLE_TID),
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h123 PERF_SAMPLE_TID = 1U << 1, enumerator in enum:perf_event_sample_format
535 * { u32 pid, tid; } && PERF_SAMPLE_TID
643 * { u32 pid, tid; } && PERF_SAMPLE_TID
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dperf_event.h123 PERF_SAMPLE_TID = 1U << 1, enumerator in enum:perf_event_sample_format
512 * { u32 pid, tid; } && PERF_SAMPLE_TID
620 * { u32 pid, tid; } && PERF_SAMPLE_TID

Completed in 1173 milliseconds