Searched defs:pfm_context (Results 1 – 2 of 2) sorted by relevance
256 typedef struct pfm_context { struct261 pfm_context_flags_t ctx_flags; /* block/noblock */ argument263 struct task_struct *ctx_notify_task; /* who to notify on overflow */264 struct task_struct *ctx_owner; /* pid of creator (debug) */289 } pfm_context_t; argument291 #define PFM_GET_CTX(t) ((pfm_context_t *)(t)->thread.pfm_context) argument
284 void *pfm_context; /* pointer to detailed PMU context */ member