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

/external/v8/tools/
H A Dll_prof.py568 PERF_SAMPLE_ID = 1 << 6 variable
581 ("id", "u64", PERF_SAMPLE_ID),
/external/kernel-headers/original/linux/
H A Dperf_event.h123 PERF_SAMPLE_ID = 1U << 6, enumerator in enum:perf_event_sample_format
412 * { u64 id; } && PERF_SAMPLE_ID
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h133 PERF_SAMPLE_ID = 1U << 6, enumerator in enum:perf_event_sample_format
439 * { u64 id; } && PERF_SAMPLE_ID

Completed in 84 milliseconds