diff options
author | 2024-04-04 10:57:09 -0700 | |
---|---|---|
committer | 2024-04-08 17:43:20 -0300 | |
commit | bfd98ceb6267712ae298f10144ba0576cc03c70f (patch) | |
tree | 43ab16934687b3f13b1872387f56ac6750d59bc6 /tools/perf/util/annotate-data.c | |
parent | perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline() (diff) | |
download | wireguard-linux-bfd98ceb6267712ae298f10144ba0576cc03c70f.tar.xz wireguard-linux-bfd98ceb6267712ae298f10144ba0576cc03c70f.zip |
perf annotate: Staticize some local functions
I found annotation__mark_jump_targets(), annotation__set_offsets()
and annotation__init_column_widths() are only used in the same file.
Let's make them static.
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/20240404175716.1225482-3-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/annotate-data.c')
0 files changed, 0 insertions, 0 deletions