Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/extended/perf/
Dperf_output.c34 STATIC PERF_BUF_NOTIFY_HOOK g_perfBufNotifyHook = NULL; variable
60 g_perfBufNotifyHook = OsPerfDefaultNotify; in OsPerfOutputInit()
95 if (g_perfBufNotifyHook != NULL) { in OsPerfOutputEnd()
96 g_perfBufNotifyHook(); in OsPerfOutputEnd()
120 g_perfBufNotifyHook = func; in OsPerfNotifyHookReg()