Searched refs:evlist__add (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | sw-clock.c | 63 evlist__add(evlist, evsel); in __test__sw_clock_freq()
|
H A D | openat-syscall-tp-fields.c | 57 evlist__add(evlist, evsel); in test__syscall_openat_tp_fields()
|
H A D | mmap-basic.c | 96 evlist__add(evlist, evsels[i]); in test__basic_mmap()
|
/openbmc/linux/tools/perf/util/ |
H A D | sideband_evlist.c | 31 evlist__add(evlist, evsel); in evlist__add_sb_event()
|
H A D | evlist.c | 191 void evlist__add(struct evlist *evlist, struct evsel *entry) in evlist__add() function 214 evlist__add(evlist, evsel); in evlist__splice_list_tail() 222 evlist__add(evlist, evsel); in evlist__splice_list_tail() 277 evlist__add(evlist, evsel); in evlist__add_dummy() 295 evlist__add(evlist, evsel); in evlist__add_aux_dummy() 313 evlist__add(evlist, evsel); in evlist__add_sched_switch() 396 evlist__add(evlist, evsel); in evlist__add_newtp()
|
H A D | pfm.c | 99 evlist__add(evlist, evsel); in parse_libpfm_events_option()
|
H A D | bpf_off_cpu.c | 63 evlist__add(evlist, evsel); in off_cpu_config()
|
H A D | evlist.h | 100 void evlist__add(struct evlist *evlist, struct evsel *entry);
|
H A D | cgroup.c | 477 evlist__add(tmp_list, evsel); in evlist__expand_cgroup()
|
H A D | python.c | 1122 evlist__add(evlist, evsel); in pyrf_evlist__add()
|
H A D | header.c | 4259 evlist__add(session->evlist, evsel); in perf_session__read_header() 4403 evlist__add(evlist, evsel); in perf_event__process_attr()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 3229 evlist__add(evlist, sys_enter); 3230 evlist__add(evlist, sys_exit); 3839 evlist__add(evlist, pgfault_maj); 3847 evlist__add(evlist, pgfault_min);
|