]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf trace: Add missing thread__put() in thread__e_machine()
authorIan Rogers <irogers@google.com>
Tue, 1 Apr 2025 20:27:15 +0000 (13:27 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 8 May 2025 14:50:44 +0000 (11:50 -0300)
commit7900938850645ed41770bddba524416f8c84dc2d
tree5a44012017c193095fe612daf7712d6afdc3d9bd
parent8830091383b034981d882773078e18bb2a7e0e53
perf trace: Add missing thread__put() in thread__e_machine()

Add missing thread__put() of the found parent thread in
thread__e_machine().

Reviewed-by: Howard Chu <howardchu95@gmail.com>
Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.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/20250401202715.3493567-1-irogers@google.com
[ split from a larger patch ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/thread.c