Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c575 static int pfm_context_unload(pfm_context_t *ctx, void *arg, int count, struct pt_regs *regs);
1785 ret = pfm_context_unload(ctx, NULL, 0, regs); in pfm_syswide_force_stop()
1901 pfm_context_unload(ctx, NULL, 0, regs); in pfm_flush()
2076 pfm_context_unload(ctx, NULL, 0, regs); in pfm_close()
4409 pfm_context_unload(pfm_context_t *ctx, void *arg, int count, struct pt_regs *regs) in pfm_context_unload() function
4567 ret = pfm_context_unload(ctx, NULL, 0, regs); in pfm_exit_thread()
4576 ret = pfm_context_unload(ctx, NULL, 0, regs); in pfm_exit_thread()
4629 /* 17 */PFM_CMD_S(pfm_context_unload, PFM_CMD_PCLRWS),
4956 ret = pfm_context_unload(ctx, NULL, 0, regs); in pfm_context_force_terminate()