Searched refs:pfm_context (Results 1 – 3 of 3) sorted by relevance
286 void *pfm_context; /* pointer to detailed PMU context */ member288 # define INIT_THREAD_PM .pfm_context = NULL, \
436 if (current->thread.pfm_context) in copy_thread()583 if (tsk->thread.pfm_context) in exit_thread()
284 typedef struct pfm_context { struct345 #define PFM_GET_CTX(t) ((pfm_context_t *)(t)->thread.pfm_context) argument3446 pfm_context_t *ctx = task->thread.pfm_context; in pfm_use_debug_registers()4156 if (t->thread.pfm_context == ctx) { in pfm_check_task_exist()4287 thread->pfm_context, ctx)); in pfm_context_load()4290 old = ia64_cmpxchg(acq, &thread->pfm_context, NULL, ctx, sizeof(pfm_context_t *)); in pfm_context_load()4486 task->thread.pfm_context = NULL; in pfm_context_unload()4540 task->thread.pfm_context = NULL; in pfm_context_unload()5807 task->thread.pfm_context = NULL; in pfm_force_cleanup()6778 thread->pfm_context = NULL; in pfm_inherit()