diff options
author | 2024-07-21 09:23:46 +0200 | |
---|---|---|
committer | 2024-08-14 17:06:01 +0530 | |
commit | 4e39bb49c2de445848c2668d7f9fec6ba70724ae (patch) | |
tree | 582d937d5b73189b8a576eae7bfc813fcab472ef /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | refscale: Add TINY scenario (diff) | |
download | wireguard-linux-4e39bb49c2de445848c2668d7f9fec6ba70724ae.tar.xz wireguard-linux-4e39bb49c2de445848c2668d7f9fec6ba70724ae.zip |
refscale: Optimize process_durations()
process_durations() is not a hot path, but there is no good reason to
iterate over and over the data already in 'buf'.
Using a seq_buf saves some useless strcat() and the need of a temp buffer.
Data is written directly at the correct place.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Tested-by: "Paul E. McKenney" <paulmck@kernel.org>
Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions