Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dpython.c1275 static int pyrf_evlist__init(struct pyrf_evlist *pevlist, in pyrf_evlist__init() argument
1287 evlist__init(&pevlist->evlist, cpus, threads); in pyrf_evlist__init()
1291 static void pyrf_evlist__delete(struct pyrf_evlist *pevlist) in pyrf_evlist__delete() argument
1293 evlist__exit(&pevlist->evlist); in pyrf_evlist__delete()
1294 Py_TYPE(pevlist)->tp_free((PyObject*)pevlist); in pyrf_evlist__delete()
1297 static PyObject *pyrf_evlist__all_cpus(struct pyrf_evlist *pevlist) in pyrf_evlist__all_cpus() argument
1302 pcpu_map->cpus = perf_cpu_map__get(pevlist->evlist.core.all_cpus); in pyrf_evlist__all_cpus()
1307 static PyObject *pyrf_evlist__metrics(struct pyrf_evlist *pevlist) in pyrf_evlist__metrics() argument
1315 for (node = rb_first_cached(&pevlist->evlist.metric_events.entries); node; in pyrf_evlist__metrics()
1407 static PyObject *pyrf_evlist__compute_metric(struct pyrf_evlist *pevlist, in pyrf_evlist__compute_metric() argument
[all …]
H A Dheader.h174 struct evlist **pevlist);
177 struct evlist **pevlist);
H A Dtool.c93 struct evlist **pevlist __maybe_unused) in process_event_synth_attr_stub()
101 struct evlist **pevlist __maybe_unused) in process_event_synth_event_update_stub()
345 struct evlist **pevlist) \
349 return delegate->name(delegate, event, pevlist); \
H A Dtool.h27 struct evlist **pevlist);
H A Dheader.c4449 struct evlist **pevlist) in perf_event__process_attr() argument
4454 struct evlist *evlist = *pevlist; in perf_event__process_attr()
4460 *pevlist = evlist = evlist__new(); in perf_event__process_attr()
4491 struct evlist **pevlist) in perf_event__process_event_update() argument
4501 if (!pevlist || *pevlist == NULL) in perf_event__process_event_update()
4504 evlist = *pevlist; in perf_event__process_event_update()
/linux/tools/perf/tests/
H A Dparse-no-sample-id-all.c13 static int process_event(struct evlist **pevlist, union perf_event *event) in process_event() argument
19 if (perf_event__process_attr(NULL, event, pevlist)) { in process_event()
29 if (!*pevlist) in process_event()
33 ret = evlist__parse_sample(*pevlist, event, &sample); in process_event()
/linux/tools/perf/
H A Dbuiltin-report.c819 struct evlist **pevlist);
1276 struct evlist **pevlist) in process_attr() argument
1283 err = perf_event__process_attr(tool, event, pevlist); in process_attr()
1291 sample_type = evlist__combined_sample_type(*pevlist); in process_attr()
1292 session = (*pevlist)->session; in process_attr()
H A Dbuiltin-inject.c218 struct evlist **pevlist) in perf_event__repipe_attr() argument
224 ret = perf_event__process_attr(tool, event, pevlist); in perf_event__repipe_attr()
237 struct evlist **pevlist __maybe_unused) in perf_event__repipe_event_update()
H A Dbuiltin-script.c2801 struct evlist **pevlist) in process_attr() argument
2809 err = perf_event__process_attr(tool, event, pevlist); in process_attr()
2813 evlist = *pevlist; in process_attr()
2814 evsel = evlist__last(*pevlist); in process_attr()
H A Dbuiltin-lock.c1413 struct evlist **pevlist) in process_event_update() argument
1417 ret = perf_event__process_event_update(tool, event, pevlist); in process_event_update()