mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
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>
This commit is contained in:
parent
b84e081e07
commit
0d40fedcd1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user