Searched refs:evlist__add (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/perf/tests/ |
| H A D | sw-clock.c | 64 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 | 99 evlist__add(evlist, evsels[i]); in test__basic_mmap()
|
| /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 | 207 void evlist__add(struct evlist *evlist, struct evsel *entry) in evlist__add() function 230 evlist__add(evlist, evsel); in evlist__splice_list_tail() 238 evlist__add(evlist, evsel); in evlist__splice_list_tail() 293 evlist__add(evlist, evsel); in evlist__add_dummy() 311 evlist__add(evlist, evsel); in evlist__add_aux_dummy() 330 evlist__add(evlist, evsel); in evlist__add_sched_switch() 357 evlist__add(evlist, evsel); in evlist__add_newtp()
|
| H A D | pfm.c | 96 evlist__add(evlist, evsel); in parse_libpfm_events_option()
|
| H A D | evlist.h | 114 void evlist__add(struct evlist *evlist, struct evsel *entry);
|
| H A D | cgroup.c | 483 evlist__add(tmp_list, evsel); in evlist__expand_cgroup()
|
| H A D | python.c | 1561 evlist__add(evlist, evsel); in pyrf_evlist__add() 2013 evlist__add(&pevlist->evlist, &pevsel->evsel); in pyrf_evlist__from_evlist()
|
| H A D | header.c | 4620 evlist__add(session->evlist, evsel); in perf_session__read_header() 4779 evlist__add(evlist, evsel); in perf_event__process_attr()
|
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 3678 evlist__add(evlist, sys_enter); in trace__add_syscall_newtp() 3679 evlist__add(evlist, sys_exit); in trace__add_syscall_newtp() 4407 evlist__add(evlist, pgfault_maj); in trace__run() 4415 evlist__add(evlist, pgfault_min); in trace__run()
|