Lines Matching defs:evsel

17 #include "evsel.h"
818 struct hists *hists = evsel__hists(iter->evsel);
851 struct evsel *evsel = iter->evsel;
852 struct hists *hists = evsel__hists(evsel);
922 struct evsel *evsel = iter->evsel;
923 struct hists *hists = evsel__hists(evsel);
974 struct evsel *evsel = iter->evsel;
978 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL,
992 struct evsel *evsel = iter->evsel;
1000 hists__inc_nr_samples(evsel__hists(evsel), he->filtered);
1032 struct evsel *evsel = iter->evsel;
1033 struct hists *hists = evsel__hists(evsel);
1091 struct evsel *evsel = iter->evsel;
1096 .hists = evsel__hists(evsel),
1139 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL,
1204 iter->evsel, al, max_stack_depth);
1933 void evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog,
1938 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph)
1939 use_callchain = evsel__has_callchain(evsel);
1945 output_resort(evsel__hists(evsel), prog, use_callchain, cb, cb_arg);
1948 void evsel__output_resort(struct evsel *evsel, struct ui_progress *prog)
1950 return evsel__output_resort_cb(evsel, prog, NULL, NULL);
2663 struct evsel *pos;
2690 struct evsel *evsel = hists_to_evsel(hists);
2691 const char *ev_name = evsel__name(evsel);
2702 if (evsel__is_group_event(evsel)) {
2703 struct evsel *pos;
2705 evsel__group_desc(evsel, buf, buflen);
2708 for_each_group_member(pos, evsel) {
2726 scnprintf(sample_freq_str, sizeof(sample_freq_str), " %d Hz,", evsel->core.attr.sample_freq);
2731 nr_samples, unit, evsel->core.nr_members > 1 ? "s" : "",
2819 static void hists_evsel__exit(struct evsel *evsel)
2821 struct hists *hists = evsel__hists(evsel);
2837 static int hists_evsel__init(struct evsel *evsel)
2839 struct hists *hists = evsel__hists(evsel);