diff options
author | Peter Zijlstra <[email protected]> | 2020-03-20 12:56:41 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2020-03-21 16:03:54 +0100 |
commit | 0d38453c85b426e47375346812d2271680c47988 (patch) | |
tree | 08af8e808257bcf8121d9afe4053081ff7e383a8 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 2502ec37a7b228b34c1e2e89480f98b92f53046a (diff) |
lockdep: Rename trace_softirqs_{on,off}()
Continue what commit:
d820ac4c2fa8 ("locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit]")
started, rename these to avoid confusing them with tracepoints.
git grep -l "trace_softirqs_\(on\|off\)" | while read file;
do
sed -ie 's/trace_softirqs_\(on\|off\)/lockdep_softirqs_\1/g' $file;
done
Reported-by: Thomas Gleixner <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Thomas Gleixner <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions