]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf test: Add missing __exit calls in tool/hwmon tests
authorIan Rogers <irogers@google.com>
Fri, 15 Nov 2024 20:12:58 +0000 (12:12 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 16 Nov 2024 19:30:40 +0000 (16:30 -0300)
commitdb26a8c9e3c285092ed3e14a33755582c04e0269
tree3d8cdea5b31e5c2ecf731b96bd2d42943b9d2038
parent180fd0c1eac7cd8c5aa9a9f8b54088a61d9e05db
perf test: Add missing __exit calls in tool/hwmon tests

Address sanitizer flagged the missing parse_events_error__exit when
testing on ARM.

Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20241115201258.509477-1-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/hwmon_pmu.c
tools/perf/tests/tool_pmu.c