diff options
| author | Yuan Can <[email protected]> | 2022-09-27 01:39:28 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2022-10-06 11:03:51 +0000 |
| commit | 8d9b1734c7372390428346860f47b11652639fb2 (patch) | |
| tree | 4f0a20b1ebbefdcbbcb1873f9c018cd716f9e266 /tools/perf/ui/browsers/annotate.c | |
| parent | perf machine: Remove unused struct process_args (diff) | |
| download | kernel-8d9b1734c7372390428346860f47b11652639fb2.tar.gz kernel-8d9b1734c7372390428346860f47b11652639fb2.zip | |
perf annotate: Remove unused struct disasm_line_samples
After commit 3ab6db8d0f3b ("perf annotate browser: Use samples data from
struct annotation_line"), no one use struct disasm_line_samples, so
remove it.
Signed-off-by: Yuan Can <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: https://lore.kernel.org/linux-perf-users/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/ui/browsers/annotate.c')
| -rw-r--r-- | tools/perf/ui/browsers/annotate.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/perf/ui/browsers/annotate.c b/tools/perf/ui/browsers/annotate.c index 725662e21b23..c03fa76c02ff 100644 --- a/tools/perf/ui/browsers/annotate.c +++ b/tools/perf/ui/browsers/annotate.c @@ -19,11 +19,6 @@ #include <sys/ttydefaults.h> #include <asm/bug.h> -struct disasm_line_samples { - double percent; - struct sym_hist_entry he; -}; - struct arch; struct annotate_browser { |
