Home
last modified time | relevance | path

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

12

/tools/perf/arch/x86/tests/
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()
/tools/perf/tests/
A Dparse-events.c85 struct evsel *evsel = evlist__first(evlist); in test__checkevent_tracepoint()
154 struct evsel *evsel = evlist__first(evlist); in test__checkevent_numeric()
218 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_alias()
241 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint()
255 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_x()
268 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_r()
283 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_w()
298 struct evsel *evsel = evlist__first(evlist); in test__checkevent_breakpoint_rw()
313 struct evsel *evsel = evlist__first(evlist); in test__checkevent_tracepoint_modifier()
406 struct evsel *evsel = evlist__first(evlist); in test__checkevent_symbolic_alias_modifier()
[all …]
A Dexpand-cgroup.c46 was_group_event = evsel__is_group_event(evlist__first(evlist)); in test_expand_events()
47 nr_members = evlist__first(evlist)->core.nr_members; in test_expand_events()
A Dswitch-tracking.c409 if (cycles_evsel == evlist__first(evlist)) { in test__switch_tracking()
414 if (cycles_evsel != evlist__first(evlist)) { in test__switch_tracking()
442 if (cycles_evsel != evlist__first(evlist)) { in test__switch_tracking()
A Dtask-exit.c88 evsel = evlist__first(evlist); in test__task_exit()
A Devent_update.c88 evsel = evlist__first(evlist); in test__event_update()
A Dkeep-tracking.c97 evsel = evlist__first(evlist); in test__keep_tracking()
A Dperf-record.c108 evsel = evlist__first(evlist); in test__PERF_RECORD()
A Dhists_link.c333 first = evlist__first(evlist); in test__hists_link()
A Dpmu.c235 evsel = evlist__first(evlist); in test__pmu_events()
A Dhists_cumulate.c737 evsel = evlist__first(evlist); in test__hists_cumulate()
A Dhists_output.c624 evsel = evlist__first(evlist); in test__hists_output()
/tools/perf/util/
A Devlist.c147 struct evsel *first = evlist__first(evlist); in evlist__set_id_pos()
369 itr.evsel = evlist__first(evlist); in evlist__cpu_begin()
620 return evlist__first(evlist); in evlist__id2evsel()
627 return evlist__first(evlist); in evlist__id2evsel()
668 struct evsel *first = evlist__first(evlist); in evlist__event2evsel()
1301 struct evsel *first = evlist__first(evlist); in evlist__id_hdr_size()
1320 struct evsel *first = evlist__first(evlist); in evlist__sample_id_all()
1633 struct evsel *first = evlist__first(evlist); in evlist__strerror_open()
1694 if (move_evsel == evlist__first(evlist)) in evlist__to_front()
1714 return evlist__first(evlist); in evlist__get_tracking_event()
[all …]
A Dperf_api_probe.c29 evsel = evlist__first(evlist); in perf_do_probe_api()
A Dtop.c75 struct evsel *first = evlist__first(top->evlist); in perf_top__header_snprintf()
A Dbpf_off_cpu.c208 if (evlist__first(evlist)->cgrp) { in off_cpu_prepare()
274 if (evlist__first(evlist)->cgrp) { in off_cpu_prepare()
A Drecord.c126 struct evsel *first = evlist__first(evlist); in evlist__config()
A Devlist.h237 static inline struct evsel *evlist__first(struct evlist *evlist) in evlist__first() function
A Dstat-display.c1068 evsel = evlist__first(evlist); in print_metric_begin()
1267 os.cgrp = evlist__first(evlist)->cgrp; in print_metric_headers()
1599 evlist->selected = evlist__first(evlist); in evlist__print_counters()
A Djitdump.c897 first = evlist__first(session->evlist); in jit_process()
A Dannotate.c1843 struct evsel *pos = evsel ? evlist__first(evsel->evlist) : NULL; in annotation_br_cntr_entry()
/tools/perf/
A Dbuiltin-top.c542 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()
551 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()
980 if (evsel == evlist__first(evlist)) in perf_top__overwrite_check()
1004 if (evsel != evlist__first(evlist)) in perf_top_overwrite_fallback()
1826 top.sym_evsel = evlist__first(top.evlist); in cmd_top()
A Dbuiltin-stat.c2858 evlist__first(evsel_list)->ignore_missing_thread = target.pid; in cmd_stat()
/tools/perf/arch/x86/util/
A Diostat.c460 struct evsel *counter = evlist__first(evlist); in iostat_print_counters()
/tools/perf/ui/browsers/
A Dhists.c3562 pos = evlist__first(evlist); in perf_evsel_menu__run()
3670 struct evsel *first = evlist__first(evlist); in evlist__tui_browse_hists()

Completed in 53 milliseconds

12