Home
last modified time | relevance | path

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

/tools/perf/util/
Dpython.c687 static int pyrf_evlist__init(struct pyrf_evlist *pevlist, in pyrf_evlist__init()
703 static void pyrf_evlist__delete(struct pyrf_evlist *pevlist) in pyrf_evlist__delete()
709 static PyObject *pyrf_evlist__mmap(struct pyrf_evlist *pevlist, in pyrf_evlist__mmap()
729 static PyObject *pyrf_evlist__poll(struct pyrf_evlist *pevlist, in pyrf_evlist__poll()
748 static PyObject *pyrf_evlist__get_pollfd(struct pyrf_evlist *pevlist, in pyrf_evlist__get_pollfd()
781 static PyObject *pyrf_evlist__add(struct pyrf_evlist *pevlist, in pyrf_evlist__add()
800 static PyObject *pyrf_evlist__read_on_cpu(struct pyrf_evlist *pevlist, in pyrf_evlist__read_on_cpu()
834 static PyObject *pyrf_evlist__open(struct pyrf_evlist *pevlist, in pyrf_evlist__open()
898 struct pyrf_evlist *pevlist = (void *)obj; in pyrf_evlist__length() local
905 struct pyrf_evlist *pevlist = (void *)obj; in pyrf_evlist__item() local
Dheader.c2966 struct perf_evlist **pevlist) in perf_event__process_attr()
/tools/perf/tests/
Dparse-no-sample-id-all.c12 static int process_event(struct perf_evlist **pevlist, union perf_event *event) in process_event()
/tools/perf/
Dbuiltin-inject.c66 struct perf_evlist **pevlist) in perf_event__repipe_attr()
Dbuiltin-script.c599 struct perf_evlist **pevlist) in process_attr()