HomeSort by relevance Sort by last modified time
    Searched refs:PERF_SAMPLE_READ (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/common/linux/
perf_event.h 95 PERF_SAMPLE_READ = 1U << 4,
  /external/linux-tools-perf/util/
evsel.c 413 if (type & PERF_SAMPLE_READ) {
414 fprintf(stderr, "PERF_SAMPLE_READ is unsuported for now\n");
python.c 835 { "SAMPLE_READ", PERF_SAMPLE_READ },
  /external/v8/tools/
ll_prof.py 566 PERF_SAMPLE_READ = 1 << 4
663 assert (sample_type & PERF_SAMPLE_READ) == 0, \
  /external/kernel-headers/original/linux/
perf_event.h 121 PERF_SAMPLE_READ = 1U << 4,
417 * { struct read_format values; } && PERF_SAMPLE_READ
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 131 PERF_SAMPLE_READ = 1U << 4,
444 * { struct read_format values; } && PERF_SAMPLE_READ

Completed in 595 milliseconds