Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/kernel/
Dperfmon.c283 typedef struct pfm_context { struct
286 pfm_context_flags_t ctx_flags; /* bitmask of flags (block reason incl.) */ argument
287 unsigned int ctx_state; /* state: active/inactive (no bitfield) */
289 struct task_struct *ctx_task; /* task to which context is attached */
291 unsigned long ctx_ovfl_regs[4]; /* which registers overflowed (notification) */
293 struct completion ctx_restart_done; /* use for blocking notification mode */
295 unsigned long ctx_used_pmds[4]; /* bitmask of PMD used */
296 unsigned long ctx_all_pmds[4]; /* bitmask of all accessible PMDs */
297 unsigned long ctx_reload_pmds[4]; /* bitmask of force reload PMD on ctxsw in */
299 unsigned long ctx_all_pmcs[4]; /* bitmask of all accessible PMCs */
[all …]
/linux-3.4.99/arch/ia64/include/asm/
Dprocessor.h288 void *pfm_context; /* pointer to detailed PMU context */ member