diff options
author | 2020-05-25 17:45:03 -0700 | |
---|---|---|
committer | 2020-06-29 12:00:44 -0700 | |
commit | 2e90de76f226f11fe26c871aa321be28152f565a (patch) | |
tree | f6c28440faa82b028a41e31db9681c6c81219a2e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | refperf: Dynamically allocate experiment-summary output buffer (diff) | |
download | wireguard-linux-2e90de76f226f11fe26c871aa321be28152f565a.tar.xz wireguard-linux-2e90de76f226f11fe26c871aa321be28152f565a.zip |
refperf: Dynamically allocate thread-summary output buffer
Currently, the buffer used to accumulate the thread-summary output is
fixed size, which will cause problems if someone decides to run on a large
number of PCUs. This commit therefore dynamically allocates this buffer.
[ paulmck: Fix memory allocation as suggested by KASAN. ]
Cc: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions