[PATCH v1 0/2] Fix leak sanitizer warnings in perf top

Ian Rogers posted 2 patches 2 years, 8 months ago
tools/perf/builtin-top.c   | 11 ++++++++++-
tools/perf/util/annotate.c |  3 ++-
2 files changed, 12 insertions(+), 2 deletions(-)
[PATCH v1 0/2] Fix leak sanitizer warnings in perf top
Posted by Ian Rogers 2 years, 8 months ago
With these two patches perf top/report/script will largely run without
leak sanitizer warnings.

Ian Rogers (2):
  perf annotate: Fix parse_objdump_line memory leak
  perf top: Add exit routine for main thread

 tools/perf/builtin-top.c   | 11 ++++++++++-
 tools/perf/util/annotate.c |  3 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

-- 
2.41.0.rc0.172.g3f132b7071-goog