Home
last modified time | relevance | path

Searched defs:pfm_context (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c256 typedef struct pfm_context { struct
261 pfm_context_flags_t ctx_flags; /* block/noblock */ argument
263 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; argument
291 #define PFM_GET_CTX(t) ((pfm_context_t *)(t)->thread.pfm_context) argument
/linux-2.4.37.9/include/asm-ia64/
Dprocessor.h284 void *pfm_context; /* pointer to detailed PMU context */ member