Searched refs:perf_evlist__add (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/perf/tests/ |
H A D | test-evlist.c | 52 perf_evlist__add(evlist, evsel); in test_stat_cpu() 57 perf_evlist__add(evlist, evsel); in test_stat_cpu() 109 perf_evlist__add(evlist, evsel); in test_stat_thread() 114 perf_evlist__add(evlist, evsel); in test_stat_thread() 162 perf_evlist__add(evlist, evsel); in test_stat_thread_enable() 167 perf_evlist__add(evlist, evsel); in test_stat_thread_enable() 257 perf_evlist__add(evlist, evsel); in test_mmap_thread() 342 perf_evlist__add(evlist, evsel); in test_mmap_cpus()
|
/kernel/linux/linux-6.6/tools/lib/perf/tests/ |
H A D | test-evlist.c | 58 perf_evlist__add(evlist, evsel); in test_stat_cpu() 63 perf_evlist__add(evlist, evsel); in test_stat_cpu() 119 perf_evlist__add(evlist, evsel); in test_stat_thread() 124 perf_evlist__add(evlist, evsel); in test_stat_thread() 176 perf_evlist__add(evlist, evsel); in test_stat_thread_enable() 181 perf_evlist__add(evlist, evsel); in test_stat_thread_enable() 276 perf_evlist__add(evlist, evsel); in test_mmap_thread() 363 perf_evlist__add(evlist, evsel); in test_mmap_cpus() 505 perf_evlist__add(evlist, evsel); in test_stat_multiplexing()
|
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/examples/ |
H A D | counting.c | 56 perf_evlist__add(evlist, evsel); in main() 62 perf_evlist__add(evlist, evsel); in main()
|
H A D | sampling.c | 60 perf_evlist__add(evlist, evsel); in main()
|
/kernel/linux/linux-6.6/tools/lib/perf/Documentation/examples/ |
H A D | counting.c | 56 perf_evlist__add(evlist, evsel); in main() 62 perf_evlist__add(evlist, evsel); in main()
|
H A D | sampling.c | 60 perf_evlist__add(evlist, evsel); in main()
|
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/ |
H A D | evlist.h | 13 LIBPERF_API void perf_evlist__add(struct perf_evlist *evlist,
|
/kernel/linux/linux-6.6/tools/lib/perf/include/perf/ |
H A D | evlist.h | 13 LIBPERF_API void perf_evlist__add(struct perf_evlist *evlist,
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | evlist.c | 69 void perf_evlist__add(struct perf_evlist *evlist, in perf_evlist__add() function
|
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | evlist.c | 91 void perf_evlist__add(struct perf_evlist *evlist, in perf_evlist__add() function
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evlist.c | 168 perf_evlist__add(&evlist->core, &entry->core); in evlist__add()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evlist.c | 192 perf_evlist__add(&evlist->core, &entry->core); in evlist__add()
|
Completed in 12 milliseconds