Lines Matching refs:cpu_hw_sf

88 struct cpu_hw_sf {  struct
98 static DEFINE_PER_CPU(struct cpu_hw_sf, cpu_hw_sf); argument
168 static int sf_buffer_available(struct cpu_hw_sf *cpuhw) in sf_buffer_available()
420 static void deallocate_buffers(struct cpu_hw_sf *cpuhw) in deallocate_buffers()
426 static int allocate_buffers(struct cpu_hw_sf *cpuhw, struct hw_perf_event *hwc) in allocate_buffers()
515 static void sfb_account_overflows(struct cpu_hw_sf *cpuhw, in sfb_account_overflows()
597 struct cpu_hw_sf *cpusf = this_cpu_ptr(&cpu_hw_sf); in setup_pmc_cpu()
809 struct cpu_hw_sf *cpuhw; in __hw_perf_event_init()
847 cpuhw = &per_cpu(cpu_hw_sf, event->cpu); in __hw_perf_event_init()
905 cpuhw = &per_cpu(cpu_hw_sf, cpu); in __hw_perf_event_init()
978 struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumsf_pmu_enable()
1036 struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumsf_pmu_disable()
1461 struct cpu_hw_sf *cpuhw) in aux_output_begin()
1635 static void hw_collect_aux(struct cpu_hw_sf *cpuhw) in hw_collect_aux()
1872 struct cpu_hw_sf *cpuhw = &per_cpu(cpu_hw_sf, event->cpu); in cpumsf_pmu_check_period()
1897 struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumsf_pmu_start()
1918 struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumsf_pmu_stop()
1937 struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumsf_pmu_add()
1999 struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumsf_pmu_del()
2090 struct cpu_hw_sf *cpuhw; in cpumf_measurement_alert()
2095 cpuhw = this_cpu_ptr(&cpu_hw_sf); in cpumf_measurement_alert()