Lines Matching refs:evsel

18 #include "evsel.h"
837 struct hists *hists = evsel__hists(iter->evsel);
870 struct evsel *evsel = iter->evsel;
871 struct hists *hists = evsel__hists(evsel);
943 struct evsel *evsel = iter->evsel;
944 struct hists *hists = evsel__hists(evsel);
995 struct evsel *evsel = iter->evsel;
999 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL,
1013 struct evsel *evsel = iter->evsel;
1021 hists__inc_nr_samples(evsel__hists(evsel), he->filtered);
1057 struct evsel *evsel = iter->evsel;
1058 struct hists *hists = evsel__hists(evsel);
1116 struct evsel *evsel = iter->evsel;
1121 .hists = evsel__hists(evsel),
1167 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL,
1232 iter->evsel, al, max_stack_depth);
1973 void evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog,
1978 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph)
1979 use_callchain = evsel__has_callchain(evsel);
1985 output_resort(evsel__hists(evsel), prog, use_callchain, cb, cb_arg);
1988 void evsel__output_resort(struct evsel *evsel, struct ui_progress *prog)
1990 return evsel__output_resort_cb(evsel, prog, NULL, NULL);
2712 struct evsel *pos;
2749 struct evsel *evsel = hists_to_evsel(hists);
2750 const char *ev_name = evsel__name(evsel);
2761 if (evsel__is_group_event(evsel)) {
2762 struct evsel *pos;
2764 evsel__group_desc(evsel, buf, buflen);
2767 for_each_group_member(pos, evsel) {
2785 scnprintf(sample_freq_str, sizeof(sample_freq_str), " %d Hz,", evsel->core.attr.sample_freq);
2790 nr_samples, unit, evsel->core.nr_members > 1 ? "s" : "",
2878 static void hists_evsel__exit(struct evsel *evsel)
2880 struct hists *hists = evsel__hists(evsel);
2896 static int hists_evsel__init(struct evsel *evsel)
2898 struct hists *hists = evsel__hists(evsel);