Skip to content

Commit

Permalink
Fix blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Sep 7, 2023
1 parent a204760 commit 62688f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xprof/xprof.sh.erb.in
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ trace_and_summary_live() {
# Run the binary
trap 'trace_epilogue_live' EXIT SIGABRT SIGSEGV
preload_lib_tracers
"$@"
LTTNG_UST_ALLOW_BLOCKING=1 "$@"
}


Expand Down

0 comments on commit 62688f5

Please sign in to comment.