summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2015-09-09 23:27:02 +0200
committerSteven Rostedt <rostedt@goodmis.org>2015-10-01 09:32:20 -0400
commit6db0290322101f971d6c06ee652d9838f3f4ee92 (patch)
tree3690d972ab36b1647e36ff033bbff0c0011f8db8 /tools/perf/scripts/python/call-graph-from-postgresql.py
parent79ac6ef521075d0f40805df77e8890c55f538fe4 (diff)
ftrace: Remove redundant swap function
To cover the common case of sorting an array of pointers, Daniel Wagner recently modified the library sort() to use a specific swap function for size==8, in addition to the size==4 case which was already handled. Since sizeof(long) is either 4 or 8, ftrace_swap_ips() is redundant and we can just let sort() pick an appropriate and fast swap callback. Link: http://lkml.kernel.org/r/1441834023-13130-1-git-send-email-linux@rasmusvillemoes.dk Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions