aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFrederic Weisbecker <[email protected]>2009-11-26 05:35:41 +0100
committerIngo Molnar <[email protected]>2009-11-26 09:29:21 +0100
commitc6567f642e20bcc79abed030f44be5b0d6da2ded (patch)
treeeff0dee5075d220b46019019f8e0d8e8a7bd30f3 /scripts
parentd99be40aff88722ab03ee295e4f6c13a4cca9a3d (diff)
hw-breakpoints: Improve in-kernel event creation error granularity
In fail case, perf_event_create_kernel_counter() returns NULL instead of an error, which doesn't help us to inform the user about the origin of the problem from the outer most callers. Often we can just return -EINVAL, which doesn't help anyone when it's eventually about a memory allocation failure. Then, this patch makes perf_event_create_kernel_counter() always return a detailed error code. Signed-off-by: Frederic Weisbecker <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Prasad <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions