Skip to content

tps: Fix hook execution with --profiling option

segfault requested to merge fix-tps-profiling-hooks into stable

We already call prepare_for_profiling() in the _run() method which is called by check_call(), so we don't have to call it in execute_hooks().

This fixes hook execution failing with "Operation not permitted" when using the --profiling option.

Merge request reports