Skip to content
Commit b2ba535e authored by Pratyush Anand's avatar Pratyush Anand Committed by James Morse
Browse files

register_wide_hw_breakpoint(): modify to accept step_needed arg



arch like ARM64 expects 'step_needed = 1'  in order to use default
single step handler. Therefore, modify register_wide_hw_breakpoint()
implementation,so that we can set this field in struct hw_perf_event to
be used later by arch specific code.

Other arch will not have any affect as they do not use it so far.

Signed-off-by: default avatarPratyush Anand <panand@redhat.com>
parent 5d01890a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment