diff options
author | 2024-09-10 09:05:20 -0700 | |
---|---|---|
committer | 2024-09-10 09:05:20 -0700 | |
commit | 8d8d276ba2fb5f9ac4984f5c10ae60858090babc (patch) | |
tree | 9728da1d91543da1f74329126a48d17febae5dfb /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Merge tag 'bcachefs-2024-09-09' of git://evilpiepirate.org/bcachefs (diff) | |
parent | tracing: Drop unused helper function to fix the build (diff) | |
download | wireguard-linux-8d8d276ba2fb5f9ac4984f5c10ae60858090babc.tar.xz wireguard-linux-8d8d276ba2fb5f9ac4984f5c10ae60858090babc.zip |
Merge tag 'trace-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull tracing fixes from Steven Rostedt:
- Move declaration of interface_lock outside of CONFIG_TIMERLAT_TRACER
The fix to some locking races moved the declaration of the
interface_lock up in the file, but also moved it into the
CONFIG_TIMERLAT_TRACER #ifdef block, breaking the build when that
wasn't set. Move it further up and out of that #ifdef block.
- Remove unused function run_tracer_selftest() stub
When CONFIG_FTRACE_STARTUP_TEST is not set the stub function
run_tracer_selftest() is not used and clang is warning about it.
Remove the function stub as it is not needed.
* tag 'trace-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
tracing: Drop unused helper function to fix the build
tracing/osnoise: Fix build when timerlat is not enabled
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions