diff options
author | He Zhe <[email protected]> | 2019-08-02 16:29:51 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-08-08 15:41:10 -0300 |
commit | cf30ae726c011e0372fd4c2d588466c8b50a8907 (patch) | |
tree | de3be5a37b33a98b6cd2808aaa551db025f5be48 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 3de7ae0b2a1d86dbb23d0cb135150534fdb2e836 (diff) |
perf ftrace: Fix failure to set cpumask when only one cpu is present
The buffer containing the string used to set cpumask is overwritten at
the end of the string later in cpu_map__snprint_mask due to not enough
memory space, when there is only one cpu.
And thus causes the following failure:
$ perf ftrace ls
failed to reset ftrace
$
This patch fixes the calculation of the cpumask string size.
Signed-off-by: He Zhe <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Alexey Budankov <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Fixes: dc23103278c5 ("perf ftrace: Add support for -a and -C option")
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions