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

/external/chromium_org/v8/tools/
H A Dll_prof.py596 # Reference: /usr/include/perf_event.h, the comment for PERF_RECORD_SAMPLE.
619 PERF_RECORD_SAMPLE = 9 variable
959 elif header.type == PERF_RECORD_SAMPLE:
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h528 * IDENTIFIER) described in PERF_RECORD_SAMPLE below, it will be stashed
685 PERF_RECORD_SAMPLE = 9, enumerator in enum:perf_event_type
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dperf_event.h505 * IDENTIFIER) described in PERF_RECORD_SAMPLE below, it will be stashed
661 PERF_RECORD_SAMPLE = 9, enumerator in enum:perf_event_type

Completed in 290 milliseconds