aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLi Bin <[email protected]>2015-12-04 11:38:39 +0800
committerWill Deacon <[email protected]>2015-12-04 12:03:25 +0000
commit81a6a146e88eca5d6726569779778d61489d85aa (patch)
treed5c26b2e23bae83c1e7fa8ae5475c2d46ca069f8 /tools/perf/scripts/python/bin
parentd86b8da04dfa4771a68bdbad6c424d40f22f0d14 (diff)
arm64: ftrace: stop using kstop_machine to enable/disable tracing
For ftrace on arm64, kstop_machine which is hugely disruptive to a running system is not needed to convert nops to ftrace calls or back, because that to be modified instrucions, that NOP, B or BL, are all safe instructions which called "concurrent modification and execution of instructions", that can be executed by one thread of execution as they are being modified by another thread of execution without requiring explicit synchronization. Signed-off-by: Li Bin <[email protected]> Reviewed-by: Steven Rostedt <[email protected]> Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions