diff options
author | Konstantin Khlebnikov <koct9i@gmail.com> | 2016-05-20 02:09:11 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-05-20 04:12:14 +0200 |
commit | 310c6dd06a0b3c6e808067379cfb56c864e95ffc (patch) | |
tree | 2ba2bc37011138ef9dffb74a09a22d867d834c7c /security/inode.c | |
parent | time: remove timespec_add_safe() (diff) | |
download | linux-310c6dd06a0b3c6e808067379cfb56c864e95ffc.tar.xz linux-310c6dd06a0b3c6e808067379cfb56c864e95ffc.zip |
scripts/decode_stacktrace.sh: handle symbols in modules
scripts/decode_stacktrace.sh presently displays module symbols as
func+0x0ff/0x5153 [module]
Add a third argument: the pathname of a directory where the script
should look for the file module.ko so that the output appears as
func (foo/bar.c:123) module
Without the argument or if the module file isn't found the script prints
such symbols as is without decoding.
Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
Cc: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'security/inode.c')
0 files changed, 0 insertions, 0 deletions