Searched refs:pfm_context (Results 1 – 3 of 3) sorted by relevance
285 void *pfm_context; /* pointer to detailed PMU context */ member287 # define INIT_THREAD_PM .pfm_context = NULL, \
437 if (current->thread.pfm_context) in copy_thread()584 if (tsk->thread.pfm_context) in exit_thread()
286 typedef struct pfm_context { struct347 #define PFM_GET_CTX(t) ((pfm_context_t *)(t)->thread.pfm_context) argument3428 pfm_context_t *ctx = task->thread.pfm_context; in pfm_use_debug_registers()4138 if (t->thread.pfm_context == ctx) { in pfm_check_task_exist()4269 thread->pfm_context, ctx)); in pfm_context_load()4272 old = ia64_cmpxchg(acq, &thread->pfm_context, NULL, ctx, sizeof(pfm_context_t *)); in pfm_context_load()4468 task->thread.pfm_context = NULL; in pfm_context_unload()4522 task->thread.pfm_context = NULL; in pfm_context_unload()5782 task->thread.pfm_context = NULL; in pfm_force_cleanup()6746 thread->pfm_context = NULL; in pfm_inherit()