Home
last modified time | relevance | path

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

/linux-4.1.27/samples/hw_breakpoint/
Ddata_breakpoint.c37 struct perf_event * __percpu *sample_hbp; variable
63 sample_hbp = register_wide_hw_breakpoint(&attr, sample_hbp_handler, NULL); in hw_break_module_init()
64 if (IS_ERR((void __force *)sample_hbp)) { in hw_break_module_init()
65 ret = PTR_ERR((void __force *)sample_hbp); in hw_break_module_init()
81 unregister_wide_hw_breakpoint(sample_hbp); in hw_break_module_exit()