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.h181 struct evlist **pevlist);
184 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()
365 struct evlist **pevlist) \
369 return delegate->name(delegate, event, pevlist); \
H A Dtool.h27 struct evlist **pevlist);
H A Dheader.c5095 struct evlist **pevlist)
5100 struct evlist *evlist = *pevlist;
5106 *pevlist = evlist = evlist__new();
5137 struct evlist **pevlist)
5147 if (!pevlist || *pevlist == NULL)
5150 evlist = *pevlist;
4759 perf_event__process_attr(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct evlist ** pevlist) perf_event__process_attr() argument
4801 perf_event__process_event_update(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct evlist ** pevlist) perf_event__process_event_update() argument
/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.c814 struct evlist **pevlist); in count_lost_samples_event()
1278 struct evlist **pevlist) in report_parse_addr2line_config()
1284 err = perf_event__process_attr(tool, event, pevlist); in process_attr()
1292 sample_type = evlist__combined_sample_type(*pevlist); in process_attr()
1293 session = (*pevlist)->session; in process_attr()
1283 process_attr(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct evlist ** pevlist) process_attr() argument
H A Dbuiltin-inject.c220 struct evlist **pevlist) in perf_event__repipe_attr() argument
226 ret = perf_event__process_attr(tool, event, pevlist); in perf_event__repipe_attr()
239 struct evlist **pevlist __maybe_unused) in perf_event__repipe_event_update()
H A Dbuiltin-script.c2821 struct evlist **pevlist) in process_attr()
2830 err = perf_event__process_attr(tool, event, pevlist); in process_attr()
2834 evlist = *pevlist; in process_attr()
2835 evsel = evlist__last(*pevlist); in process_attr()
2816 process_attr(const struct perf_tool * tool,union perf_event * event,struct evlist ** pevlist) process_attr() argument
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()