]> Gentwo Git Trees - linux/.git/commit
perf annotate: Fix signature of annotate_browser__show()
authorNamhyung Kim <namhyung@kernel.org>
Mon, 8 Sep 2025 06:10:48 +0000 (23:10 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 9 Sep 2025 18:05:23 +0000 (15:05 -0300)
commit48330efae9ccf44884af2b2f66fe695447240570
tree408ca161c5abf335055c15b30c8b702e32f23fb3
parentedf93f2a24de5791bfaa15d82794e38e97c9498c
perf annotate: Fix signature of annotate_browser__show()

According to convention, the first argument should be 'struct
annotate_browser' instead of 'struct ui_brwoser'.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20250908061050.27517-1-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/browsers/annotate.c