Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhw_breakpoint.h20 extern int __init init_hw_breakpoint(void);
103 static inline int __init init_hw_breakpoint(void) { return 0; } in init_hw_breakpoint() function
/openbmc/linux/kernel/events/
H A Dhw_breakpoint.c1006 int __init init_hw_breakpoint(void) in init_hw_breakpoint() function
H A Dcore.c13813 ret = init_hw_breakpoint(); in perf_event_init()