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

/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h124 PERF_SAMPLE_TID = 1U << 1, enumerator in enum:perf_event_sample_format
614 * { u32 pid, tid; } && PERF_SAMPLE_TID
722 * { u32 pid, tid; } && PERF_SAMPLE_TID
/external/v8/tools/
H A Dll_prof.py598 PERF_SAMPLE_TID = 1 << 1 variable
613 ("pid", "u32", PERF_SAMPLE_TID),
614 ("tid", "u32", PERF_SAMPLE_TID),

Completed in 216 milliseconds