Loading kernel/events/core.c +2 −0 Original line number Diff line number Diff line Loading @@ -10949,6 +10949,7 @@ static int __init perf_event_sysfs_init(void) } device_initcall(perf_event_sysfs_init); #ifdef CONFIG_HOTPLUG_CPU static int perf_cpu_hp_init(void) { int ret; Loading @@ -10963,6 +10964,7 @@ static int perf_cpu_hp_init(void) return ret; } subsys_initcall(perf_cpu_hp_init); #endif #ifdef CONFIG_CGROUP_PERF static struct cgroup_subsys_state * Loading Loading
kernel/events/core.c +2 −0 Original line number Diff line number Diff line Loading @@ -10949,6 +10949,7 @@ static int __init perf_event_sysfs_init(void) } device_initcall(perf_event_sysfs_init); #ifdef CONFIG_HOTPLUG_CPU static int perf_cpu_hp_init(void) { int ret; Loading @@ -10963,6 +10964,7 @@ static int perf_cpu_hp_init(void) return ret; } subsys_initcall(perf_cpu_hp_init); #endif #ifdef CONFIG_CGROUP_PERF static struct cgroup_subsys_state * Loading