aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorMinfei Huang <[email protected]>2015-07-12 17:52:24 +0800
committerSteven Rostedt <[email protected]>2015-07-20 22:30:53 -0400
commitc93bf928fea22c61f6b5c04786b325c9bfbc0462 (patch)
tree10c4ddd17f8b1e2e3040d98a90863a5841262620 /tools/perf/scripts/python/stackcollapse.py
parentb838e1d96c613019095ba008afbee800977b0582 (diff)
ftrace: Format MCOUNT_ADDR address as type unsigned long
Always we use type unsigned long to format the ip address, since the value of ip address is never the negative. This patch uses type unsigned long, instead of long, to format the ip address. The code is more clearly to be viewed by using type unsigned long, although it is correct by using either unsigned long or long. Link: http://lkml.kernel.org/r/[email protected] Cc: Minfei Huang <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: James Hogan <[email protected]> Cc: Michal Simek <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: "David S. Miller" <[email protected]> Signed-off-by: Minfei Huang <[email protected]> Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions