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()
288 typedef struct pfm_context { struct349 #define PFM_GET_CTX(t) ((pfm_context_t *)(t)->thread.pfm_context) argument3381 pfm_context_t *ctx = task->thread.pfm_context; in pfm_use_debug_registers()4091 if (t->thread.pfm_context == ctx) { in pfm_check_task_exist()4222 thread->pfm_context, ctx)); in pfm_context_load()4225 old = ia64_cmpxchg(acq, &thread->pfm_context, NULL, ctx, sizeof(pfm_context_t *)); in pfm_context_load()4421 task->thread.pfm_context = NULL; in pfm_context_unload()4475 task->thread.pfm_context = NULL; in pfm_context_unload()5735 task->thread.pfm_context = NULL; in pfm_force_cleanup()6691 thread->pfm_context = NULL; in pfm_inherit()