Home
last modified time | relevance | path

Searched refs:sample_hbp (Results 1 – 1 of 1) sorted by relevance

/linux/samples/hw_breakpoint/
A Ddata_breakpoint.c24 struct perf_event * __percpu *sample_hbp; variable
54 sample_hbp = register_wide_hw_breakpoint(&attr, sample_hbp_handler, NULL); in hw_break_module_init()
55 if (IS_ERR((void __force *)sample_hbp)) { in hw_break_module_init()
56 ret = PTR_ERR((void __force *)sample_hbp); in hw_break_module_init()
72 unregister_wide_hw_breakpoint(sample_hbp); in hw_break_module_exit()

Completed in 2 milliseconds