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

  /external/linux-tools-perf/util/
evlist.h 56 union perf_event *perf_evlist__mmap_read(struct perf_evlist *self, int idx);
evlist.c 175 union perf_event *perf_evlist__mmap_read(struct perf_evlist *evlist, int idx) function
python.c 684 event = perf_evlist__mmap_read(evlist, cpu);
  /external/linux-tools-perf/
builtin-test.c 557 while ((event = perf_evlist__mmap_read(evlist, 0)) != NULL) {
builtin-top.c 857 while ((event = perf_evlist__mmap_read(top.evlist, idx)) != NULL) {

Completed in 467 milliseconds