Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_TID (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dperf_event_sample_format.h5 #if !(defined(PERF_SAMPLE_TID) || (defined(HAVE_DECL_PERF_SAMPLE_TID) && HAVE_DECL_PERF_SAMPLE_TID))
6 # define PERF_SAMPLE_TID 1 << 1 macro
69 XLAT(PERF_SAMPLE_TID),
Dperf_event_sample_format.in2 PERF_SAMPLE_TID 1 << 1
/external/v8/tools/
Dll_prof.py545 PERF_SAMPLE_TID = 1 << 1 variable
560 ("pid", "u32", PERF_SAMPLE_TID),
561 ("tid", "u32", PERF_SAMPLE_TID),
/external/kernel-headers/original/uapi/linux/
Dperf_event.h124 PERF_SAMPLE_TID = 1U << 1, enumerator