Searched refs:pevlist (Results 1 - 7 of 7) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dparse-no-sample-id-all.c11 static int process_event(struct perf_evlist **pevlist, union perf_event *event) argument
16 if (perf_event__process_attr(NULL, event, pevlist)) {
26 if (!*pevlist)
29 if (perf_evlist__parse_sample(*pevlist, event, &sample)) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtool.h23 struct perf_evlist **pevlist);
H A Dpython.c694 static int pyrf_evlist__init(struct pyrf_evlist *pevlist, argument
706 perf_evlist__init(&pevlist->evlist, cpus, threads);
710 static void pyrf_evlist__delete(struct pyrf_evlist *pevlist) argument
712 perf_evlist__exit(&pevlist->evlist);
713 pevlist->ob_type->tp_free((PyObject*)pevlist);
716 static PyObject *pyrf_evlist__mmap(struct pyrf_evlist *pevlist, argument
719 struct perf_evlist *evlist = &pevlist->evlist;
736 static PyObject *pyrf_evlist__poll(struct pyrf_evlist *pevlist, argument
739 struct perf_evlist *evlist = &pevlist
755 pyrf_evlist__get_pollfd(struct pyrf_evlist *pevlist, PyObject *args __maybe_unused, PyObject *kwargs __maybe_unused) argument
788 pyrf_evlist__add(struct pyrf_evlist *pevlist, PyObject *args, PyObject *kwargs __maybe_unused) argument
807 pyrf_evlist__read_on_cpu(struct pyrf_evlist *pevlist, PyObject *args, PyObject *kwargs) argument
841 pyrf_evlist__open(struct pyrf_evlist *pevlist, PyObject *args, PyObject *kwargs) argument
905 struct pyrf_evlist *pevlist = (void *)obj; local
912 struct pyrf_evlist *pevlist = (void *)obj; local
[all...]
H A Dheader.h136 struct perf_evlist **pevlist);
H A Dheader.c2904 struct perf_evlist **pevlist)
2908 struct perf_evlist *evlist = *pevlist;
2911 *pevlist = evlist = perf_evlist__new();
2902 perf_event__process_attr(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_evlist **pevlist) argument
H A Dsession.c214 struct perf_evlist **pevlist
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-inject.c72 struct perf_evlist **pevlist)
76 ret = perf_event__process_attr(tool, event, pevlist);
70 perf_event__repipe_attr(struct perf_tool *tool, union perf_event *event, struct perf_evlist **pevlist) argument

Completed in 2178 milliseconds