Home
last modified time | relevance | path

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

/Linux-v5.4/arch/ia64/kernel/
Dperfmon.c577 static int pfm_context_unload(pfm_context_t *ctx, void *arg, int count, struct pt_regs *regs);
1740 ret = pfm_context_unload(ctx, NULL, 0, regs); in pfm_syswide_force_stop()
1856 pfm_context_unload(ctx, NULL, 0, regs); in pfm_flush()
2031 pfm_context_unload(ctx, NULL, 0, regs); in pfm_close()
4362 pfm_context_unload(pfm_context_t *ctx, void *arg, int count, struct pt_regs *regs) in pfm_context_unload() function
4520 ret = pfm_context_unload(ctx, NULL, 0, regs); in pfm_exit_thread()
4529 ret = pfm_context_unload(ctx, NULL, 0, regs); in pfm_exit_thread()
4582 /* 17 */PFM_CMD_S(pfm_context_unload, PFM_CMD_PCLRWS),
4909 ret = pfm_context_unload(ctx, NULL, 0, regs); in pfm_context_force_terminate()