summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2026-07-22 21:59:49 -0700
committerNamhyung Kim <namhyung@kernel.org>2026-07-27 17:30:48 -0700
commit0d40fedcd1b9e809f966c97d40f32943fb89e0d4 (patch)
tree7b897338ef31f51c9f3fa0b00bfde0d29e585ac5
parentb84e081e071da548a531875258fa4b513d786331 (diff)
downloadlinux-next-0d40fedcd1b9e809f966c97d40f32943fb89e0d4.tar.gz
linux-next-0d40fedcd1b9e809f966c97d40f32943fb89e0d4.zip
perf ui hists: Remove duplicated thread in popup_action
struct popup_action has a thread but this is duplicated in the map_symbol. Remove the non-map_symbol version so that there's only ever 1 thread with a popup_action. Assisted-by: Antigravity:gemini-3.5-flash Signed-off-by: Ian Rogers <irogers@google.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
-rw-r--r--tools/perf/ui/browsers/hists.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/ui/browsers/hists.c b/tools/perf/ui/browsers/hists.c
index 39d83f15f23c..c15874a491b4 100644
--- a/tools/perf/ui/browsers/hists.c
+++ b/tools/perf/ui/browsers/hists.c
@@ -2359,7 +2359,6 @@ static int hists_browser__scnprintf_title(struct hist_browser *browser, char *bf
struct popup_action {
unsigned long time;
- struct thread *thread;
int (*fn)(struct hist_browser *browser, struct popup_action *act);
struct map_symbol ms;
int socket;