Home
last modified time | relevance | path

Searched refs:current_perf_hook (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dperf-hooks.c19 static const struct perf_hook_desc *current_perf_hook; variable
29 *(current_perf_hook->p_hook_func) = NULL; in perf_hooks__invoke()
31 current_perf_hook = desc; in perf_hooks__invoke()
34 current_perf_hook = NULL; in perf_hooks__invoke()
39 if (current_perf_hook) in perf_hooks__recover()