summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>2016-03-16 16:28:28 -0600
committerKyle Yan <kyan@codeaurora.org>2016-04-28 16:47:34 -0700
commit28e988cc2ffac301f8270ef50de268b4b4c44e93 (patch)
treeef185536068081ee39262769e23a1b7a1958a92d /tools/perf/scripts/python
parentcc83850fd310d1ad22294e2ee29ec5e15eb4983d (diff)
net: rmnet_data: Change the print format for addresses
Print format %p displays the kernel address while bypassing the kptr_restrict sysctl settings. Change the print format for addresses from %p to %pK. If kptr_restrict is enabled, addresses are printed as zeroes. To view the actual addresses, disable kptr_restrict by - echo 0 > /proc/sys/kernel/kptr_restrict CRs-Fixed: 987054 Change-Id: Icb8ef62c8263ae7b17d6883c0e6a1c93d2156a6a Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions