Searched refs:evlist__first (Results 1 – 25 of 27) sorted by relevance
12
53 struct evsel *evsel = evlist__first(evlist); in test__checkevent_tracepoint()85 struct evsel *evsel = evlist__first(evlist); in test__checkevent_raw()95 struct evsel *evsel = evlist__first(evlist); in test__checkevent_numeric()683 evsel = leader = evlist__first(evlist); in test__group1()725 evsel = leader = evlist__first(evlist); in test__group2()781 evsel = leader = evlist__first(evlist); in test__group3()874 evsel = leader = evlist__first(evlist); in test__group4()918 evsel = leader = evlist__first(evlist); in test__group5()1004 evsel = leader = evlist__first(evlist); in test__group_gh1()1044 evsel = leader = evlist__first(evlist); in test__group_gh2()[all …]
47 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()
413 if (cycles_evsel == evlist__first(evlist)) { in test__switch_tracking()418 if (cycles_evsel != evlist__first(evlist)) { in test__switch_tracking()446 if (cycles_evsel != evlist__first(evlist)) { in test__switch_tracking()
89 evsel = evlist__first(evlist); in test__task_exit()
38 evsel = evlist__first(evlist); in perf_evsel__roundtrip_cache_name_test()
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()
314 first = evlist__first(evlist); in test__hists_link()
724 evsel = evlist__first(evlist); in test__hists_cumulate()
649 evsel = evlist__first(evlist); in do_test_code_reading()
611 evsel = evlist__first(evlist); in test__hists_output()
124 struct evsel *first = evlist__first(evlist); in evlist__set_id_pos()411 itr.evsel = evlist__first(evlist); in evlist__cpu_begin()662 return evlist__first(evlist); in evlist__id2evsel()669 return evlist__first(evlist); in evlist__id2evsel()710 struct evsel *first = evlist__first(evlist); in evlist__event2evsel()1272 struct evsel *first = evlist__first(evlist); in evlist__id_hdr_size()1291 struct evsel *first = evlist__first(evlist); in evlist__sample_id_all()1591 struct evsel *first = evlist__first(evlist); in evlist__strerror_open()1652 if (move_evsel == evlist__first(evlist)) in evlist__to_front()1672 return evlist__first(evlist); in evlist__get_tracking_event()[all …]
180 if (evlist__first(evlist)->cgrp) { in off_cpu_prepare()249 if (evlist__first(evlist)->cgrp) { in off_cpu_prepare()
29 evsel = evlist__first(evlist); in perf_do_probe_api()
74 struct evsel *first = evlist__first(top->evlist); in perf_top__header_snprintf()
126 struct evsel *first = evlist__first(evlist); in evlist__config()
244 static inline struct evsel *evlist__first(struct evlist *evlist) in evlist__first() function
900 evsel = evlist__first(evlist); in print_metric_begin()1083 os.cgrp = evlist__first(evlist)->cgrp; in print_metric_headers()1414 evlist->selected = evlist__first(evlist); in evlist__print_counters()
864 first = evlist__first(session->evlist); in jit_process()
66 evsel = evlist__first(evlist); in test__intel_cqm_count_nmi_context()
539 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()548 top->sym_evsel = evlist__first(top->evlist); in perf_top__handle_keypress()974 if (evsel == evlist__first(evlist)) in perf_top__overwrite_check()998 if (evsel != evlist__first(evlist)) in perf_top_overwrite_fallback()1720 top.sym_evsel = evlist__first(top.evlist); in cmd_top()
2636 evlist__first(evsel_list)->ignore_missing_thread = target.pid; in cmd_stat()
455 struct evsel *counter = evlist__first(evlist); in iostat_print_counters()
3513 pos = evlist__first(evlist); in perf_evsel_menu__run()3622 struct evsel *first = evlist__first(evlist); in evlist__tui_browse_hists()
Completed in 45 milliseconds