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

/external/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
541 * { u32 pid, tid; } && PERF_SAMPLE_TID
649 * { u32 pid, tid; } && PERF_SAMPLE_TID

Completed in 179 milliseconds