Searched refs:PERF_SAMPLE_READ (Results 1 - 6 of 6) sorted by relevance

/external/linux-tools-perf/util/
H A Devsel.c413 if (type & PERF_SAMPLE_READ) {
414 fprintf(stderr, "PERF_SAMPLE_READ is unsuported for now\n");
H A Dpython.c835 { "SAMPLE_READ", PERF_SAMPLE_READ },
/external/chromium_org/v8/tools/
H A Dll_prof.py586 PERF_SAMPLE_READ = 1 << 4 variable
684 assert (sample_type & PERF_SAMPLE_READ) == 0, \
/external/v8/tools/
H A Dll_prof.py566 PERF_SAMPLE_READ = 1 << 4 variable
663 assert (sample_type & PERF_SAMPLE_READ) == 0, \
/external/kernel-headers/original/linux/
H A Dperf_event.h121 PERF_SAMPLE_READ = 1U << 4, enumerator in enum:perf_event_sample_format
417 * { struct read_format values; } && PERF_SAMPLE_READ
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h131 PERF_SAMPLE_READ = 1U << 4, enumerator in enum:perf_event_sample_format
444 * { struct read_format values; } && PERF_SAMPLE_READ

Completed in 87 milliseconds