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

/external/chromium_org/v8/tools/
H A Dll_prof.py589 PERF_SAMPLE_ID = 1 << 6 variable
603 ("id", "u64", PERF_SAMPLE_ID),
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h128 PERF_SAMPLE_ID = 1U << 6, enumerator in enum:perf_event_sample_format
537 * { u64 id; } && PERF_SAMPLE_ID
543 * Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID. The
636 * # Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID.
646 * { u64 id; } && PERF_SAMPLE_ID
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dperf_event.h128 PERF_SAMPLE_ID = 1U << 6, enumerator in enum:perf_event_sample_format
514 * { u64 id; } && PERF_SAMPLE_ID
520 * Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID. The
613 * # Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID.
623 * { u64 id; } && PERF_SAMPLE_ID

Completed in 2024 milliseconds