Lines Matching refs:cpu_hw_sf
80 struct cpu_hw_sf { struct
89 static DEFINE_PER_CPU(struct cpu_hw_sf, cpu_hw_sf); argument
108 static int sf_buffer_available(struct cpu_hw_sf *cpuhw) in sf_buffer_available()
360 static void deallocate_buffers(struct cpu_hw_sf *cpuhw) in deallocate_buffers()
366 static int allocate_buffers(struct cpu_hw_sf *cpuhw, struct hw_perf_event *hwc) in allocate_buffers()
481 static void sfb_account_overflows(struct cpu_hw_sf *cpuhw, in sfb_account_overflows()
565 struct cpu_hw_sf *cpusf = this_cpu_ptr(&cpu_hw_sf); in setup_pmc_cpu()
670 struct cpu_hw_sf *cpuhw; in __hw_perf_event_init()
709 cpuhw = &per_cpu(cpu_hw_sf, event->cpu); in __hw_perf_event_init()
791 cpuhw = &per_cpu(cpu_hw_sf, cpu); in __hw_perf_event_init()
852 struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumsf_pmu_enable()
901 struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumsf_pmu_disable()
1308 struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumsf_pmu_start()
1329 struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumsf_pmu_stop()
1348 struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumsf_pmu_add()
1398 struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumsf_pmu_del()
1460 struct cpu_hw_sf *cpuhw; in cpumf_measurement_alert()
1465 cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumf_measurement_alert()