diff options
author | Joe Perches <joe@perches.com> | 2012-12-12 18:18:50 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-04-30 20:31:16 (GMT) |
commit | b0d33c2bd77bcf2d7c9427d2361ac57fe5b33aa1 (patch) | |
tree | 2acb72d0e39aee019cf8aecc917685b120e506a3 /drivers/base | |
parent | 071361d3473ebb8142907470ff12d59c59f6be72 (diff) | |
download | linux-b0d33c2bd77bcf2d7c9427d2361ac57fe5b33aa1.tar.xz |
vsprintf: Add extension %pSR - print_symbol replacement
print_symbol takes a long and converts it to a function
name and offset. %pS does something similar, but doesn't
translate the address via __builtin_extract_return_addr.
%pSR does the translation.
This will enable replacing multiple calls like
printk(...);
printk_symbol(addr);
printk("\n");
with a single non-interleavable in dmesg
printk("... %pSR\n", (void *)addr);
Update documentation too.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions