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, \
506 if (current->thread.pfm_context) in copy_thread()704 if (current->thread.pfm_context) in exit_thread()
284 typedef struct pfm_context { struct345 #define PFM_GET_CTX(t) ((pfm_context_t *)(t)->thread.pfm_context) argument3475 pfm_context_t *ctx = task->thread.pfm_context; in pfm_use_debug_registers()4185 if (t->thread.pfm_context == ctx) { in pfm_check_task_exist()4316 thread->pfm_context, ctx)); in pfm_context_load()4319 old = ia64_cmpxchg(acq, &thread->pfm_context, NULL, ctx, sizeof(pfm_context_t *)); in pfm_context_load()4515 task->thread.pfm_context = NULL; in pfm_context_unload()4569 task->thread.pfm_context = NULL; in pfm_context_unload()5852 task->thread.pfm_context = NULL; in pfm_force_cleanup()6824 thread->pfm_context = NULL; in pfm_inherit()