Lines Matching defs:evsel

18 #include "evsel.h"
838 struct hists *hists = evsel__hists(iter->evsel);
871 struct evsel *evsel = iter->evsel;
872 struct hists *hists = evsel__hists(evsel);
944 struct evsel *evsel = iter->evsel;
945 struct hists *hists = evsel__hists(evsel);
996 struct evsel *evsel = iter->evsel;
1000 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL,
1014 struct evsel *evsel = iter->evsel;
1022 hists__inc_nr_samples(evsel__hists(evsel), he->filtered);
1058 struct evsel *evsel = iter->evsel;
1059 struct hists *hists = evsel__hists(evsel);
1117 struct evsel *evsel = iter->evsel;
1122 .hists = evsel__hists(evsel),
1168 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL,
1233 iter->evsel, al, max_stack_depth);
1975 void evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog,
1980 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph)
1981 use_callchain = evsel__has_callchain(evsel);
1987 output_resort(evsel__hists(evsel), prog, use_callchain, cb, cb_arg);
1990 void evsel__output_resort(struct evsel *evsel, struct ui_progress *prog)
1992 return evsel__output_resort_cb(evsel, prog, NULL, NULL);
2716 struct evsel *pos;
2753 struct evsel *evsel = hists_to_evsel(hists);
2754 const char *ev_name = evsel__name(evsel);
2765 if (evsel__is_group_event(evsel)) {
2766 struct evsel *pos;
2768 evsel__group_desc(evsel, buf, buflen);
2771 for_each_group_member(pos, evsel) {
2789 scnprintf(sample_freq_str, sizeof(sample_freq_str), " %d Hz,", evsel->core.attr.sample_freq);
2794 nr_samples, unit, evsel->core.nr_members > 1 ? "s" : "",
2882 static void hists_evsel__exit(struct evsel *evsel)
2884 struct hists *hists = evsel__hists(evsel);
2900 static int hists_evsel__init(struct evsel *evsel)
2902 struct hists *hists = evsel__hists(evsel);