Lines Matching defs:evsel
17 #include "../../util/evsel.h"
2250 perf_evsel_browser__new(struct evsel *evsel,
2255 struct hist_browser *browser = hist_browser__new(evsel__hists(evsel));
2420 struct evsel *evsel;
2429 struct evsel *evsel;
2443 evsel = browser->block_evsel;
2445 evsel = hists_to_evsel(browser->hists);
2447 err = map_symbol__tui_annotate(&act->ms, evsel, browser->hbt,
2701 script_browse(script_opt, act->evsel);
2713 res_sample_browse(he->res_samples, he->num_res, act->evsel, act->rstype);
2721 struct evsel *evsel, const char *tstr)
2739 act->evsel = evsel;
2748 struct evsel *evsel)
2753 n = add_script_opt_2(browser, act, optstr, thread, sym, evsel, "");
2768 evsel, tstr);
2778 struct evsel *evsel,
2790 act->evsel = evsel;
2939 static int perf_evsel__hists_browse(struct evsel *evsel, int nr_events,
2948 struct hists *hists = evsel__hists(evsel);
2949 struct hist_browser *browser = perf_evsel_browser__new(evsel, hbt, env, annotation_opts);
3054 evsel->core.nr_members < 2) {
3066 if (symbol_conf.group_sort_idx >= evsel->core.nr_members) {
3069 evsel->core.nr_members - 1,
3070 evsel->core.nr_members - 1);
3332 thread, NULL, evsel);
3348 evsel);
3352 &options[nr_options], NULL, NULL, evsel);
3356 evsel, A_NORMAL);
3360 evsel, A_ASM);
3364 evsel, A_SOURCE);
3398 struct evsel *selection;
3410 struct evsel *evsel = list_entry(entry, struct evsel, core.node);
3411 struct hists *hists = evsel__hists(evsel);
3414 const char *ev_name = evsel__name(evsel);
3422 if (evsel__is_group_event(evsel)) {
3423 struct evsel *pos;
3425 ev_name = evsel__group_name(evsel);
3427 for_each_group_member(pos, evsel) {
3452 menu->selection = evsel;
3461 struct evsel *pos;
3494 * default evsel resorted hists tree.
3550 struct evsel *evsel = list_entry(entry, struct evsel, core.node);
3552 if (symbol_conf.event_group && !evsel__is_group_leader(evsel))
3566 struct evsel *pos;
3604 struct evsel *last = evlist__last(evlist);
3624 struct evsel *first = evlist__first(evlist);
3634 struct evsel *pos;
3667 int block_hists_tui_browse(struct block_hist *bh, struct evsel *evsel,
3682 browser->block_evsel = evsel;