[PATCH 4/8] hw_breakpoint: Factor out __modify_user_hw_breakpoint function

2018-03-12 Thread Jiri Olsa
Moving out the all the functionality without the events disabling/enabling calls, because we want to call another disabling/enabling functions in following change. Signed-off-by: Jiri Olsa --- kernel/events/hw_breakpoint.c | 46 +++ 1 file changed, 29 inse

[PATCH 4/8] hw_breakpoint: Factor out __modify_user_hw_breakpoint function

2017-11-29 Thread Jiri Olsa
Moving out the all the functionality without the events disabling/enabling calls, because we want to call another disabling/enabling functions in following change. Signed-off-by: Jiri Olsa --- kernel/events/hw_breakpoint.c | 46 +++ 1 file changed, 29 inse