Home
last modified time | relevance | path

Searched refs:evlist__first (Results 1 – 25 of 29) sorted by relevance

12

/linux/tools/perf/tests/
H A Dparse-events.c87 struct evsel *evsel = evlist__first(evlist); in test__checkevent_tracepoint()
157 struct evsel *evsel = evlist__first(evlist); in test__checkevent_numeric()
221 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_alias()
244 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint()
258 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_x()
271 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_r()
286 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_w()
301 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_rw()
317 struct evsel *evsel = evlist__first(evlist); in test__checkevent_tracepoint_modifier()
411 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_alias_modifier()
[all …]
H A Dexpand-cgroup.c47 was_group_event = evsel__is_group_event(evlist__first(evlist)); in test_expand_events()
48 nr_members = evlist__first(evlist)->core.nr_members; in test_expand_events()
H A Dswitch-tracking.c403 if (cycles_evsel == evlist__first(evlist)) { in test__switch_tracking()
408 if (cycles_evsel != evlist__first(evlist)) { in test__switch_tracking()
436 if (cycles_evsel != evlist__first(evlist)) { in test__switch_tracking()
H A Dtask-exit.c89 evsel = evlist__first(evlist); in test__task_exit()
H A Dkeep-tracking.c97 evsel = evlist__first(evlist); in test__keep_tracking()
H A Devent_update.c88 evsel = evlist__first(evlist); in test__event_update()
H A Dperf-record.c108 evsel = evlist__first(evlist); in test__PERF_RECORD()
H A Dhists_link.c333 first = evlist__first(evlist); in test__hists_link()
H A Dhists_cumulate.c737 evsel = evlist__first(evlist); in test__hists_cumulate()
H A Dpmu.c234 evsel = evlist__first(evlist); in test__pmu_events()
H A Dcode-reading.c
H A Dhists_output.c624 evsel = evlist__first(evlist); in test__hists_output()
/linux/tools/perf/arch/x86/tests/
H A Dhybrid.c27 struct evsel *evsel = evlist__first(evlist); in test__hybrid_hw_event_with_pmu()
40 evsel = leader = evlist__first(evlist); in test__hybrid_hw_group_event()
59 evsel = leader = evlist__first(evlist); in test__hybrid_sw_hw_group_event()
76 evsel = leader = evlist__first(evlist); in test__hybrid_hw_sw_group_event()
93 evsel = leader = evlist__first(evlist); in test__hybrid_group_modifier1()
128 struct evsel *evsel = evlist__first(evlist); in test__hybrid_raw2()
138 struct evsel *evsel = evlist__first(evlist); in test__hybrid_cache_event()
149 struct evsel *evsel = evlist__first(evlist); in test__checkevent_pmu()
170 evsel = leader = evlist__first(evlist); in test__hybrid_hw_group_event_2()
H A Dintel-cqm.c66 evsel = evlist__first(evlist); in test__intel_cqm_count_nmi_context()
/linux/tools/perf/util/
H A Devlist.c143 struct evsel *first = evlist__first(evlist); in evlist__set_id_pos()
421 itr.evsel = evlist__first(evlist); in evlist__cpu_begin()
449 evlist_cpu_itr->evsel = evlist__first(evlist_cpu_itr->container); in evlist_cpu_iterator__next()
672 return evlist__first(evlist); in evlist__id2evsel()
679 return evlist__first(evlist); in evlist__id2evsel()
720 struct evsel *first = evlist__first(evlist); in evlist__event2evsel()
1337 struct evsel *first = evlist__first(evlist), *pos = first; in evlist__valid_read_format()
1359 struct evsel *first = evlist__first(evlist); in evlist__id_hdr_size()
1366 struct evsel *first = evlist__first(evlist), *pos = first; in evlist__valid_sample_id_all()
1378 struct evsel *first = evlist__first(evlist); in evlist__sample_id_all()
[all …]
H A Dbpf_off_cpu.c187 if (evlist__first(evlist)->cgrp) { in off_cpu_prepare()
253 if (evlist__first(evlist)->cgrp) { in off_cpu_prepare()
H A Dperf_api_probe.c29 evsel = evlist__first(evlist); in perf_do_probe_api()
H A Dtop.c75 struct evsel *first = evlist__first(top->evlist); in perf_top__header_snprintf()
H A Drecord.c126 struct evsel *first = evlist__first(evlist); in evlist__config()
H A Devlist.h241 static inline struct evsel *evlist__first(struct evlist *evlist) in evlist__first() function
H A Dstat-display.c1037 evsel = evlist__first(evlist); in print_metric_begin()
1236 os.cgrp = evlist__first(evlist)->cgrp; in print_metric_headers()
1576 evlist->selected = evlist__first(evlist); in evlist__print_counters()
H A Djitdump.c873 first = evlist__first(session->evlist); in jit_process()
/linux/tools/perf/
H A Dbuiltin-top.c541 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()
550 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()
978 if (evsel == evlist__first(evlist)) in perf_top__overwrite_check()
1002 if (evsel != evlist__first(evlist)) in perf_top_overwrite_fallback()
1785 top.sym_evsel = evlist__first(top.evlist); in cmd_top()
/linux/tools/perf/arch/x86/util/
H A Diostat.c456 struct evsel *counter = evlist__first(evlist); in iostat_print_counters()
/linux/tools/perf/ui/browsers/
H A Dhists.c3534 pos = evlist__first(evlist); in perf_evsel_menu__run()
3641 struct evsel *first = evlist__first(evlist); in evlist__tui_browse_hists()

12