Searched refs:evlist__first (Results 1 – 25 of 27) sorted by relevance
12
27 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()
85 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 …]
46 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()
409 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()
88 evsel = evlist__first(evlist); in test__task_exit()
88 evsel = evlist__first(evlist); in test__event_update()
97 evsel = evlist__first(evlist); in test__keep_tracking()
108 evsel = evlist__first(evlist); in test__PERF_RECORD()
333 first = evlist__first(evlist); in test__hists_link()
235 evsel = evlist__first(evlist); in test__pmu_events()
737 evsel = evlist__first(evlist); in test__hists_cumulate()
624 evsel = evlist__first(evlist); in test__hists_output()
147 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 …]
29 evsel = evlist__first(evlist); in perf_do_probe_api()
75 struct evsel *first = evlist__first(top->evlist); in perf_top__header_snprintf()
208 if (evlist__first(evlist)->cgrp) { in off_cpu_prepare()274 if (evlist__first(evlist)->cgrp) { in off_cpu_prepare()
126 struct evsel *first = evlist__first(evlist); in evlist__config()
237 static inline struct evsel *evlist__first(struct evlist *evlist) in evlist__first() function
1068 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()
897 first = evlist__first(session->evlist); in jit_process()
1843 struct evsel *pos = evsel ? evlist__first(evsel->evlist) : NULL; in annotation_br_cntr_entry()
542 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()
2858 evlist__first(evsel_list)->ignore_missing_thread = target.pid; in cmd_stat()
460 struct evsel *counter = evlist__first(evlist); in iostat_print_counters()
3562 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