Searched refs:PERF_SAMPLE_CPU (Results 1 - 3 of 3) sorted by relevance

/external/strace/xlat/
H A Dperf_event_sample_format.h23 #if !(defined(PERF_SAMPLE_CPU) || (defined(HAVE_DECL_PERF_SAMPLE_CPU) && HAVE_DECL_PERF_SAMPLE_CPU))
24 # define PERF_SAMPLE_CPU 1 << 7 macro
75 XLAT(PERF_SAMPLE_CPU),
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h130 PERF_SAMPLE_CPU = 1U << 7, enumerator in enum:perf_event_sample_format
630 * { u32 cpu, res; } && PERF_SAMPLE_CPU
739 * { u32 cpu, res; } && PERF_SAMPLE_CPU
/external/v8/tools/
H A Dll_prof.py551 PERF_SAMPLE_CPU = 1 << 7 variable
566 ("cpu", "u32", PERF_SAMPLE_CPU),
567 ("res", "u32", PERF_SAMPLE_CPU),

Completed in 374 milliseconds