Home
last modified time | relevance | path

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

12

/Linux-v6.6/tools/perf/tests/
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 …]
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()
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()
Dtask-exit.c89 evsel = evlist__first(evlist); in test__task_exit()
Devent_update.c88 evsel = evlist__first(evlist); in test__event_update()
Dkeep-tracking.c97 evsel = evlist__first(evlist); in test__keep_tracking()
Dperf-record.c108 evsel = evlist__first(evlist); in test__PERF_RECORD()
Dhists_link.c333 first = evlist__first(evlist); in test__hists_link()
Dhists_cumulate.c737 evsel = evlist__first(evlist); in test__hists_cumulate()
Dcode-reading.c660 evsel = evlist__first(evlist); in do_test_code_reading()
Dhists_output.c624 evsel = evlist__first(evlist); in test__hists_output()
/Linux-v6.6/tools/perf/arch/x86/tests/
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()
Dintel-cqm.c66 evsel = evlist__first(evlist); in test__intel_cqm_count_nmi_context()
/Linux-v6.6/tools/perf/util/
Devlist.c133 struct evsel *first = evlist__first(evlist); in evlist__set_id_pos()
408 itr.evsel = evlist__first(evlist); in evlist__cpu_begin()
436 evlist_cpu_itr->evsel = evlist__first(evlist_cpu_itr->container); in evlist_cpu_iterator__next()
659 return evlist__first(evlist); in evlist__id2evsel()
666 return evlist__first(evlist); in evlist__id2evsel()
707 struct evsel *first = evlist__first(evlist); in evlist__event2evsel()
1257 struct evsel *first = evlist__first(evlist), *pos = first; in evlist__valid_read_format()
1279 struct evsel *first = evlist__first(evlist); in evlist__id_hdr_size()
1286 struct evsel *first = evlist__first(evlist), *pos = first; in evlist__valid_sample_id_all()
1298 struct evsel *first = evlist__first(evlist); in evlist__sample_id_all()
[all …]
Dbpf_off_cpu.c180 if (evlist__first(evlist)->cgrp) { in off_cpu_prepare()
249 if (evlist__first(evlist)->cgrp) { in off_cpu_prepare()
Dperf_api_probe.c29 evsel = evlist__first(evlist); in perf_do_probe_api()
Dtop.c74 struct evsel *first = evlist__first(top->evlist); in perf_top__header_snprintf()
Drecord.c126 struct evsel *first = evlist__first(evlist); in evlist__config()
Devlist.h237 static inline struct evsel *evlist__first(struct evlist *evlist) in evlist__first() function
Dstat-display.c1023 evsel = evlist__first(evlist); in print_metric_begin()
1206 os.cgrp = evlist__first(evlist)->cgrp; in print_metric_headers()
1541 evlist->selected = evlist__first(evlist); in evlist__print_counters()
Djitdump.c872 first = evlist__first(session->evlist); in jit_process()
/Linux-v6.6/tools/perf/
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()
979 if (evsel == evlist__first(evlist)) in perf_top__overwrite_check()
1003 if (evsel != evlist__first(evlist)) in perf_top_overwrite_fallback()
1776 top.sym_evsel = evlist__first(top.evlist); in cmd_top()
Dbuiltin-stat.c2817 evlist__first(evsel_list)->ignore_missing_thread = target.pid; in cmd_stat()
/Linux-v6.6/tools/perf/arch/x86/util/
Diostat.c456 struct evsel *counter = evlist__first(evlist); in iostat_print_counters()
/Linux-v6.6/tools/perf/ui/browsers/
Dhists.c3508 pos = evlist__first(evlist); in perf_evsel_menu__run()
3617 struct evsel *first = evlist__first(evlist); in evlist__tui_browse_hists()

12