Searched defs:PERF_SAMPLE_TIME (Results 1 - 3 of 3) sorted by relevance

/external/v8/tools/
H A Dll_prof.py564 PERF_SAMPLE_TIME = 1 << 2 variable
579 ("time", "u64", PERF_SAMPLE_TIME),
/external/kernel-headers/original/linux/
H A Dperf_event.h119 PERF_SAMPLE_TIME = 1U << 2, enumerator in enum:perf_event_sample_format
410 * { u64 time; } && PERF_SAMPLE_TIME
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h129 PERF_SAMPLE_TIME = 1U << 2, enumerator in enum:perf_event_sample_format
437 * { u64 time; } && PERF_SAMPLE_TIME

Completed in 152 milliseconds