diff options
author | Peter Zijlstra <[email protected]> | 2020-03-20 12:56:42 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2020-03-21 16:03:54 +0100 |
commit | ef996916e78e03d25e56c2d372e5e21fdb471882 (patch) | |
tree | 7608fa4e63b0271cc28ef6943b3619a3f60aae2d /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 0d38453c85b426e47375346812d2271680c47988 (diff) |
lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()
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_\(soft\|hard\)\(irq_context\|irqs_enabled\)" | while read file;
do
sed -ie 's/trace_\(soft\|hard\)\(irq_context\|irqs_enabled\)/lockdep_\1\2/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/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions