summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2025-11-13 12:07:14 +0000
committerDavid Sterba <dsterba@suse.com>2025-11-24 22:42:25 +0100
commitc2b2504ece4089697bb7db115dc91e344dfed76f (patch)
tree540e16bb5c5eb8808280bf8368cfffb0ef4c8832 /tools/perf/scripts/python/bin/flamegraph-record
parent5d8222a50ad37c98455da08b33ce49fe6b726c72 (diff)
downloadkernel-c2b2504ece4089697bb7db115dc91e344dfed76f.tar.gz
btrfs: update check_skip variable after unlocking current node
There's no need to update the local variable 'check_skip' to false inside the critical section delimited by the lock of the current node, so do it after unlocking the node. Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-record')
0 files changed, 0 insertions, 0 deletions
>2022-05-26tracing: Fix comments for event_trigger_separate_filter()sunliming 2022-04-27tracing: Replace usage of found with dedicated list iterator variableJakob Koschel 2022-04-26tracing: Have existing event_command.parse() implementations use helpersTom Zanussi 2022-04-26tracing: Remove redundant trigger_ops paramsTom Zanussi 2022-04-26tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi 2022-02-25tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy 2022-02-25tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google) 2022-02-24tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira 2022-01-10tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi 2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi 2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi 2022-01-10tracing: Change event_command func() to parse()Tom Zanussi 2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware) 2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware) 2021-06-10tracing: Fix set_named_trigger_data() kernel-doc commentQiujun Huang 2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware) 2020-06-23tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu 2020-04-14tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang 2020-01-30trigger_next should increase position indexVasily Averin 2020-01-13tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu 2020-01-13tracing/boot: Add per-event settingsMasami Hiramatsu 2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)