perf: Remove the nmi parameter from the swevent and overflow interface
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / samples / hw_breakpoint / data_breakpoint.c
index 063653955f9fd7690ba5f588541c2dd288500958..7b164d3200ffe8061b63d33603c3f11b1b3e82f9 100644 (file)
@@ -41,7 +41,7 @@ module_param_string(ksym, ksym_name, KSYM_NAME_LEN, S_IRUGO);
 MODULE_PARM_DESC(ksym, "Kernel symbol to monitor; this module will report any"
                        " write operations on the kernel symbol");
 
-static void sample_hbp_handler(struct perf_event *bp, int nmi,
+static void sample_hbp_handler(struct perf_event *bp,
                               struct perf_sample_data *data,
                               struct pt_regs *regs)
 {