diff options
author | Andy Shevchenko <[email protected]> | 2024-09-09 13:53:14 +0300 |
---|---|---|
committer | Steven Rostedt (Google) <[email protected]> | 2024-09-09 16:04:25 -0400 |
commit | 4e378158e5c15bd237a6ff44b7abb9184d61208c (patch) | |
tree | df5ceb07f87799bdd23945d8f0bc9001a1fc1f7d /tools/perf/scripts/python/libxed.py | |
parent | af178143343028fdec9d5960a22d17f5587fd3f5 (diff) |
tracing: Drop unused helper function to fix the build
A helper function defined but not used. This, in particular,
prevents kernel builds with clang, `make W=1` and CONFIG_WERROR=y:
kernel/trace/trace.c:2229:19: error: unused function 'run_tracer_selftest' [-Werror,-Wunused-function]
2229 | static inline int run_tracer_selftest(struct tracer *type)
| ^~~~~~~~~~~~~~~~~~~
Fix this by dropping unused functions.
See also commit 6863f5643dd7 ("kbuild: allow Clang to find unused static
inline functions for W=1 build").
Cc: Masami Hiramatsu <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Cc: Nathan Chancellor <[email protected]>
Cc: Nick Desaulniers <[email protected]>
Cc: Bill Wendling <[email protected]>
Cc: Justin Stitt <[email protected]>
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions