diff options
author | Oleg Nesterov <[email protected]> | 2012-06-15 17:43:55 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2012-06-16 09:10:48 +0200 |
commit | 816c03fbabe64fa09f66fbb64e932081af381415 (patch) | |
tree | 3294289d5f51d7c6eae3ada88602e891c9edef3c /tools/perf/scripts/python/check-perf-trace.py | |
parent | 449d0d7c9fb87277175db34c009c70cb348004a8 (diff) |
uprobes: Don't use loff_t for the valid virtual address
loff_t looks confusing when it is used for the virtual address.
Change map_info and install_breakpoint/remove_breakpoint paths
to use "unsigned long".
The patch doesn't change vma_address(), it can't return "long"
because it is used to verify the mapping. But probably this
needs some cleanups too.
Signed-off-by: Oleg Nesterov <[email protected]>
Signed-off-by: Anton Arapov <[email protected]>
Acked-by: Srikar Dronamraju <[email protected]>
Acked-by: Ananth N Mavinakayanahalli <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions