Home
last modified time | relevance | path

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

/external/strace/xlat/
Dperf_event_sample_format.h20 #if !(defined(PERF_SAMPLE_ID) || (defined(HAVE_DECL_PERF_SAMPLE_ID) && HAVE_DECL_PERF_SAMPLE_ID))
21 # define PERF_SAMPLE_ID 1 << 6 macro
74 XLAT(PERF_SAMPLE_ID),
Dperf_event_sample_format.in7 PERF_SAMPLE_ID 1 << 6
/external/kernel-headers/original/uapi/linux/
Dperf_event.h129 PERF_SAMPLE_ID = 1U << 6, enumerator
/external/v8/tools/
Dll_prof.py550 PERF_SAMPLE_ID = 1 << 6 variable
564 ("id", "u64", PERF_SAMPLE_ID),