aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/hw_breakpoint.c5
-rw-r--r--kernel/hw_breakpoint.c1
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/kernel/hw_breakpoint.c b/arch/x86/kernel/hw_breakpoint.c
index 41e08dff0161..d6cc065f519f 100644
--- a/arch/x86/kernel/hw_breakpoint.c
+++ b/arch/x86/kernel/hw_breakpoint.c
@@ -528,8 +528,3 @@ void hw_breakpoint_pmu_read(struct perf_event *bp)
528{ 528{
529 /* TODO */ 529 /* TODO */
530} 530}
531
532void hw_breakpoint_pmu_unthrottle(struct perf_event *bp)
533{
534 /* TODO */
535}
diff --git a/kernel/hw_breakpoint.c b/kernel/hw_breakpoint.c
index 6542eacb3fa5..03808ed342a6 100644
--- a/kernel/hw_breakpoint.c
+++ b/kernel/hw_breakpoint.c
@@ -489,5 +489,4 @@ struct pmu perf_ops_bp = {
489 .enable = arch_install_hw_breakpoint, 489 .enable = arch_install_hw_breakpoint,
490 .disable = arch_uninstall_hw_breakpoint, 490 .disable = arch_uninstall_hw_breakpoint,
491 .read = hw_breakpoint_pmu_read, 491 .read = hw_breakpoint_pmu_read,
492 .unthrottle = hw_breakpoint_pmu_unthrottle
493}; 492};