Searched refs:perf_counts__set_loaded (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/ |
| A D | counts.h | 32 perf_counts__set_loaded(struct perf_counts *counts, int cpu_map_idx, int thread, bool loaded) in perf_counts__set_loaded() function
|
| A D | evsel.c | 1557 perf_counts__set_loaded(counter->counts, cpu_map_idx, thread, true); in evsel__set_count() 1566 perf_counts__set_loaded(counter->counts, cpu_map_idx, thread, true); in evsel__set_count()
|
| /linux/tools/perf/ |
| A D | builtin-stat.c | 344 perf_counts__set_loaded(counter->counts, cpu_map_idx, thread, false); in read_counter_cpu()
|
Completed in 41 milliseconds