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

/external/chromium_org/v8/tools/
H A Dll_prof.py595 # Reference: /usr/include/perf_event.h, the comment for PERF_RECORD_SAMPLE.
618 PERF_RECORD_SAMPLE = 9 variable
958 elif header.type == PERF_RECORD_SAMPLE:
/external/v8/tools/
H A Dll_prof.py597 PERF_RECORD_SAMPLE = 9 variable
913 elif header.type == PERF_RECORD_SAMPLE:
/external/kernel-headers/original/linux/
H A Dperf_event.h437 PERF_RECORD_SAMPLE = 9, enumerator in enum:perf_event_type
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h350 * described in PERF_RECORD_SAMPLE below, it will be stashed just after
464 PERF_RECORD_SAMPLE = 9, enumerator in enum:perf_event_type

Completed in 97 milliseconds