Home
last modified time | relevance | path

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

12

/openbmc/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()
201 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_alias()
224 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint()
238 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_x()
251 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_r()
266 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_w()
281 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_rw()
297 struct evsel *evsel = evlist__first(evlist); in test__checkevent_tracepoint_modifier()
391 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 Devent_update.c88 evsel = evlist__first(evlist); in test__event_update()
H A Dkeep-tracking.c97 evsel = evlist__first(evlist); in test__keep_tracking()
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 Dhists_output.c624 evsel = evlist__first(evlist); in test__hists_output()
/openbmc/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()
H A Dintel-cqm.c66 evsel = evlist__first(evlist); in test__intel_cqm_count_nmi_context()
/openbmc/linux/tools/perf/util/
H A Devlist.c141 struct evsel *first = evlist__first(evlist); in evlist__set_id_pos()
417 itr.evsel = evlist__first(evlist); in evlist__cpu_begin()
445 evlist_cpu_itr->evsel = evlist__first(evlist_cpu_itr->container); in evlist_cpu_iterator__next()
668 return evlist__first(evlist); in evlist__id2evsel()
675 return evlist__first(evlist); in evlist__id2evsel()
716 struct evsel *first = evlist__first(evlist); in evlist__event2evsel()
1266 struct evsel *first = evlist__first(evlist), *pos = first; in evlist__valid_read_format()
1288 struct evsel *first = evlist__first(evlist); in evlist__id_hdr_size()
1295 struct evsel *first = evlist__first(evlist), *pos = first; in evlist__valid_sample_id_all()
1307 struct evsel *first = evlist__first(evlist); in evlist__sample_id_all()
[all …]
H A Dbpf_off_cpu.c181 if (evlist__first(evlist)->cgrp) { in off_cpu_prepare()
250 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.c74 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.h238 static inline struct evsel *evlist__first(struct evlist *evlist) in evlist__first() function
H A Dstat-display.c1023 evsel = evlist__first(evlist); in print_metric_begin()
1206 os.cgrp = evlist__first(evlist)->cgrp; in print_metric_headers()
1545 evlist->selected = evlist__first(evlist); in evlist__print_counters()
H A Djitdump.c872 first = evlist__first(session->evlist); in jit_process()
H A Dsort.c2888 evsel = evlist__first(evlist); in find_evsel()
/openbmc/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()
1776 top.sym_evsel = evlist__first(top.evlist); in cmd_top()
H A Dbuiltin-stat.c2843 evlist__first(evsel_list)->ignore_missing_thread = target.pid; in cmd_stat()
/openbmc/linux/tools/perf/arch/x86/util/
H A Diostat.c456 struct evsel *counter = evlist__first(evlist); in iostat_print_counters()
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c3502 pos = evlist__first(evlist); in perf_evsel_menu__run()
3609 struct evsel *first = evlist__first(evlist); in evlist__tui_browse_hists()

12