Searched refs:open_perf_counter (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 2172 static long open_perf_counter(int cpu, unsigned int type, unsigned int config, int group_fd, __u64 … in open_perf_counter() function 2199 …fd_instr_count_percpu[cpu] = open_perf_counter(cpu, PERF_TYPE_HARDWARE, PERF_COUNT_HW_INSTRUCTIONS… in get_instr_count_fd() 7790 fd = open_perf_counter(base_cpu, PERF_TYPE_HARDWARE, PERF_COUNT_HW_INSTRUCTIONS, -1, 0); in has_instr_count_access() 7824 open_perf_counter(cpu, rapl_type, rapl_energy_pkg_config, rci->fd_perf, PERF_FORMAT_GROUP); in add_rapl_perf_counter_() 7988 const int fd_counter = open_perf_counter(cpu, type, config, *pfd_group, PERF_FORMAT_GROUP); in add_cstate_perf_counter_() 8018 const int fd_counter = open_perf_counter(cpu, type, config, cci->fd_perf, PERF_FORMAT_GROUP); in add_msr_perf_counter_() 9071 fd_perf = open_perf_counter(cpu, perf_type, perf_config, -1, 0); in added_perf_counters_init_()
|