Home
last modified time | relevance | path

Searched defs:pevlist (Results 1 – 4 of 4) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dpython.c694 static int pyrf_evlist__init(struct pyrf_evlist *pevlist, in pyrf_evlist__init()
710 static void pyrf_evlist__delete(struct pyrf_evlist *pevlist) in pyrf_evlist__delete()
716 static PyObject *pyrf_evlist__mmap(struct pyrf_evlist *pevlist, in pyrf_evlist__mmap()
736 static PyObject *pyrf_evlist__poll(struct pyrf_evlist *pevlist, in pyrf_evlist__poll()
755 static PyObject *pyrf_evlist__get_pollfd(struct pyrf_evlist *pevlist, in pyrf_evlist__get_pollfd()
788 static PyObject *pyrf_evlist__add(struct pyrf_evlist *pevlist, in pyrf_evlist__add()
807 static PyObject *pyrf_evlist__read_on_cpu(struct pyrf_evlist *pevlist, in pyrf_evlist__read_on_cpu()
841 static PyObject *pyrf_evlist__open(struct pyrf_evlist *pevlist, in pyrf_evlist__open()
905 struct pyrf_evlist *pevlist = (void *)obj; in pyrf_evlist__length() local
912 struct pyrf_evlist *pevlist = (void *)obj; in pyrf_evlist__item() local
Dheader.c2904 struct perf_evlist **pevlist) in perf_event__process_attr()
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dparse-no-sample-id-all.c11 static int process_event(struct perf_evlist **pevlist, union perf_event *event) in process_event()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-inject.c72 struct perf_evlist **pevlist) in perf_event__repipe_attr()