Commit 54d7d2e
perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_on_all_cpus test
[ Upstream commit 93faa52e8371f0291ee1ff4994edae2b336b6233 ]
=================================================================
==7497==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 40 byte(s) in 1 object(s) allocated from:
#0 0x7f0333a88f30 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xedf30)
Dil3mm4#1 0x5625e5326213 in cpu_map__trim_new util/cpumap.c:45
Dil3mm4#2 0x5625e5326703 in cpu_map__read util/cpumap.c:103
Dil3mm4#3 0x5625e53267ef in cpu_map__read_all_cpu_map util/cpumap.c:120
Dil3mm4#4 0x5625e5326915 in cpu_map__new util/cpumap.c:135
Dil3mm4#5 0x5625e517b355 in test__openat_syscall_event_on_all_cpus tests/openat-syscall-all-cpus.c:36
Dil3mm4#6 0x5625e51528e6 in run_test tests/builtin-test.c:358
Dil3mm4#7 0x5625e5152baf in test_and_print tests/builtin-test.c:388
Dil3mm4#8 0x5625e51543fe in __cmd_test tests/builtin-test.c:583
Dil3mm4#9 0x5625e515572f in cmd_test tests/builtin-test.c:722
Dil3mm4#10 0x5625e51c3fb8 in run_builtin /home/changbin/work/linux/tools/perf/perf.c:302
Dil3mm4#11 0x5625e51c44f7 in handle_internal_command /home/changbin/work/linux/tools/perf/perf.c:354
Dil3mm4#12 0x5625e51c48fb in run_argv /home/changbin/work/linux/tools/perf/perf.c:398
Dil3mm4#13 0x5625e51c5069 in main /home/changbin/work/linux/tools/perf/perf.c:520
Dil3mm4#14 0x7f033214d09a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2409a)
Signed-off-by: Changbin Du <changbin.du@gmail.com>
Reviewed-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt (VMware) <rostedt@goodmis.org>
Fixes: f30a79b ("perf tools: Add reference counting for cpu_map object")
Link: http://lkml.kernel.org/r/20190316080556.3075-15-changbin.du@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>1 parent 551efc7 commit 54d7d2e
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
0 commit comments