diff options
author | Dave Martin <[email protected]> | 2010-08-03 12:48:35 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2010-08-04 12:41:23 -0300 |
commit | b5a6325464b700c4bdac8799c495970516eed41c (patch) | |
tree | 430502df6156e57c042968978f2921731d5ce479 /tools/perf/scripts | |
parent | 12a81c8df13c60904febcafcf6b90ca1acb67122 (diff) |
perf events: Fix mmap offset determination
Fix buggy-looking code which unnecessarily adjusts the file offset
fields read from /proc/*/maps.
This may have gone unnoticed since the offset is usually 0 (and the
logic in util/symbol.c may work incorrectly for other offset values).
Commiter note:
This fixes a bug introduced in 4af8b35, there is no need to shift pgoff
twice, the show_map_vma routine in fs/proc/task_mmu.c already converts
it from the number of pages to the size in bytes, and that is what
appears in /proc/PID/map.
Cc: Nicolas Pitre <[email protected]>
Cc: Will Deacon <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Dave Martin <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions