Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c573 static int pfm_context_unload(pfm_context_t *ctx, void *arg, int count, struct pt_regs *regs);
1803 ret = pfm_context_unload(ctx, NULL, 0, regs); in pfm_syswide_force_stop()
1919 pfm_context_unload(ctx, NULL, 0, regs); in pfm_flush()
2094 pfm_context_unload(ctx, NULL, 0, regs); in pfm_close()
4456 pfm_context_unload(pfm_context_t *ctx, void *arg, int count, struct pt_regs *regs) in pfm_context_unload() function
4614 ret = pfm_context_unload(ctx, NULL, 0, regs); in pfm_exit_thread()
4623 ret = pfm_context_unload(ctx, NULL, 0, regs); in pfm_exit_thread()
4676 /* 17 */PFM_CMD_S(pfm_context_unload, PFM_CMD_PCLRWS),
5003 ret = pfm_context_unload(ctx, NULL, 0, regs); in pfm_context_force_terminate()