summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>2016-06-01 16:00:27 -0600
committerKyle Yan <kyan@codeaurora.org>2016-06-02 16:13:53 -0700
commitcdd6e17060c924df2caf410029445fab820f8502 (patch)
tree5d50a9ab37cce6b121f96e50955dacb00b03cf63 /tools/perf/scripts/python/bin
parent0ee5931d85dc7a959f8591a99a869706294665bb (diff)
net: core: neighbour: 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: 987041 Change-Id: I2eb33c63168ab26818dfdb3e11315f2ce8f24fa5 Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions