summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2020-02-24 17:01:35 +0300
committerAlexei Starovoitov <ast@kernel.org>2020-02-25 03:12:20 +0300
commitf03efe49bd16c017107ff5079d08ea428e390dde (patch)
tree50cd6a079cead0ca2eb56fd805f860599238eaaf /tools/perf/scripts/python/export-to-sqlite.py
parentdbca151cad736c99f4817076daf9fd02ed0c2daa (diff)
downloadlinux-f03efe49bd16c017107ff5079d08ea428e390dde.tar.xz
bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()
__bpf_trace_run() disables preemption around the BPF_PROG_RUN() invocation. This is redundant because __bpf_trace_run() is invoked from a trace point via __DO_TRACE() which already disables preemption _before_ invoking any of the functions which are attached to a trace point. Remove it and add a cant_sleep() check. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20200224145642.847220186@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions