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

/linux-master/tools/perf/tests/
H A Dparse-no-sample-id-all.c13 static int process_event(struct evlist **pevlist, union perf_event *event) argument
18 if (perf_event__process_attr(NULL, event, pevlist)) {
28 if (!*pevlist)
31 if (evlist__parse_sample(*pevlist, event, &sample)) {
/linux-master/tools/perf/util/
H A Dpython.c1000 static int pyrf_evlist__init(struct pyrf_evlist *pevlist, argument
1012 evlist__init(&pevlist->evlist, cpus, threads);
1016 static void pyrf_evlist__delete(struct pyrf_evlist *pevlist) argument
1018 evlist__exit(&pevlist->evlist);
1019 Py_TYPE(pevlist)->tp_free((PyObject*)pevlist);
1022 static PyObject *pyrf_evlist__mmap(struct pyrf_evlist *pevlist, argument
1025 struct evlist *evlist = &pevlist->evlist;
1042 static PyObject *pyrf_evlist__poll(struct pyrf_evlist *pevlist, argument
1045 struct evlist *evlist = &pevlist
1061 pyrf_evlist__get_pollfd(struct pyrf_evlist *pevlist, PyObject *args __maybe_unused, PyObject *kwargs __maybe_unused) argument
1099 pyrf_evlist__add(struct pyrf_evlist *pevlist, PyObject *args, PyObject *kwargs __maybe_unused) argument
1132 pyrf_evlist__read_on_cpu(struct pyrf_evlist *pevlist, PyObject *args, PyObject *kwargs) argument
1185 pyrf_evlist__open(struct pyrf_evlist *pevlist, PyObject *args, PyObject *kwargs) argument
1241 struct pyrf_evlist *pevlist = (void *)obj; local
1248 struct pyrf_evlist *pevlist = (void *)obj; local
[all...]
H A Dtool.h27 struct evlist **pevlist);
H A Dheader.h160 struct evlist **pevlist);
163 struct evlist **pevlist);
H A Dheader.c4410 struct evlist **pevlist)
4415 struct evlist *evlist = *pevlist;
4418 *pevlist = evlist = evlist__new();
4449 struct evlist **pevlist)
4459 if (!pevlist || *pevlist == NULL)
4462 evlist = *pevlist;
4408 perf_event__process_attr(struct perf_tool *tool __maybe_unused, union perf_event *event, struct evlist **pevlist) argument
4447 perf_event__process_event_update(struct perf_tool *tool __maybe_unused, union perf_event *event, struct evlist **pevlist) argument
H A Dsession.c333 struct evlist **pevlist
342 struct evlist **pevlist
/linux-master/tools/perf/
H A Dbuiltin-report.c797 struct evlist **pevlist);
1240 struct evlist **pevlist)
1245 err = perf_event__process_attr(tool, event, pevlist);
1253 sample_type = evlist__combined_sample_type(*pevlist);
1254 callchain_param_setup(sample_type, perf_env__arch((*pevlist)->env));
1238 process_attr(struct perf_tool *tool __maybe_unused, union perf_event *event, struct evlist **pevlist) argument
H A Dbuiltin-script.c2452 struct evlist **pevlist)
2460 err = perf_event__process_attr(tool, event, pevlist);
2464 evlist = *pevlist;
2465 evsel = evlist__last(*pevlist);
2498 callchain_param_setup(sample_type, perf_env__arch((*pevlist)->env));
2451 process_attr(struct perf_tool *tool, union perf_event *event, struct evlist **pevlist) argument
H A Dbuiltin-inject.c193 struct evlist **pevlist)
199 ret = perf_event__process_attr(tool, event, pevlist);
211 struct evlist **pevlist __maybe_unused)
191 perf_event__repipe_attr(struct perf_tool *tool, union perf_event *event, struct evlist **pevlist) argument
H A Dbuiltin-lock.c1510 struct evlist **pevlist)
1514 ret = perf_event__process_event_update(tool, event, pevlist);
1508 process_event_update(struct perf_tool *tool, union perf_event *event, struct evlist **pevlist) argument

Completed in 166 milliseconds