Lines Matching defs:task

579 pfm_put_task(struct task_struct *task)  in pfm_put_task()
921 pfm_mask_monitoring(struct task_struct *task) in pfm_mask_monitoring()
995 pfm_restore_monitoring(struct task_struct *task) in pfm_restore_monitoring()
1123 pfm_copy_pmds(struct task_struct *task, pfm_context_t *ctx) in pfm_copy_pmds()
1159 pfm_copy_pmcs(struct task_struct *task, pfm_context_t *ctx) in pfm_copy_pmcs()
1194 pfm_buf_fmt_exit(pfm_buffer_fmt_t *fmt, struct task_struct *task, void *buf, struct pt_regs *regs) in pfm_buf_fmt_exit()
1202 pfm_buf_fmt_getsize(pfm_buffer_fmt_t *fmt, struct task_struct *task, unsigned int flags, int cpu, v… in pfm_buf_fmt_getsize()
1211 pfm_buf_fmt_validate(pfm_buffer_fmt_t *fmt, struct task_struct *task, unsigned int flags, in pfm_buf_fmt_validate()
1220 pfm_buf_fmt_init(pfm_buffer_fmt_t *fmt, struct task_struct *task, void *buf, unsigned int flags, in pfm_buf_fmt_init()
1229 pfm_buf_fmt_restart(pfm_buffer_fmt_t *fmt, struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *b… in pfm_buf_fmt_restart()
1237 pfm_buf_fmt_restart_active(pfm_buffer_fmt_t *fmt, struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, … in pfm_buf_fmt_restart_active()
1327 pfm_reserve_session(struct task_struct *task, int is_syswide, unsigned int cpu) in pfm_reserve_session()
1448 struct task_struct *task = current; in pfm_remove_smpl_mapping() local
1813 struct task_struct *task; in pfm_flush() local
1952 struct task_struct *task; in pfm_close() local
2239 pfm_smpl_buffer_alloc(struct task_struct *task, struct file *filp, pfm_context_t *ctx, unsigned lon… in pfm_smpl_buffer_alloc()
2359 pfm_bad_permissions(struct task_struct *task) in pfm_bad_permissions()
2391 pfarg_is_sane(struct task_struct *task, pfarg_context_t *pfx) in pfarg_is_sane()
2416 pfm_setup_buffer_fmt(struct task_struct *task, struct file *filp, pfm_context_t *ctx, unsigned int … in pfm_setup_buffer_fmt()
2557 pfm_task_incompatible(pfm_context_t *ctx, struct task_struct *task) in pfm_task_incompatible()
2603 pfm_get_task(pfm_context_t *ctx, pid_t pid, struct task_struct **task) in pfm_get_task()
2823 struct task_struct *task; in pfm_write_pmcs() local
3063 struct task_struct *task; in pfm_write_pmds() local
3259 struct task_struct *task; in pfm_read_pmds() local
3388 pfm_mod_write_pmcs(struct task_struct *task, void *req, unsigned int nreq, struct pt_regs *regs) in pfm_mod_write_pmcs()
3409 pfm_mod_read_pmds(struct task_struct *task, void *req, unsigned int nreq, struct pt_regs *regs) in pfm_mod_read_pmds()
3434 pfm_use_debug_registers(struct task_struct *task) in pfm_use_debug_registers()
3489 pfm_release_debug_registers(struct task_struct *task) in pfm_release_debug_registers()
3512 struct task_struct *task; in pfm_restart() local
3685 struct task_struct *task; in pfm_write_ibr_dbr() local
3889 pfm_mod_write_ibrs(struct task_struct *task, void *req, unsigned int nreq, struct pt_regs *regs) in pfm_mod_write_ibrs()
3910 pfm_mod_write_dbrs(struct task_struct *task, void *req, unsigned int nreq, struct pt_regs *regs) in pfm_mod_write_dbrs()
3944 struct task_struct *task = PFM_CTX_TASK(ctx); in pfm_stop() local
4162 struct task_struct *task; in pfm_context_load() local
4419 struct task_struct *task = PFM_CTX_TASK(ctx); in pfm_context_unload() local
4550 pfm_exit_thread(struct task_struct *task) in pfm_exit_thread()
4660 struct task_struct *task; in pfm_check_task_state() local
5175 static void pfm_overflow_handler(struct task_struct *task, pfm_context_t *ctx, in pfm_overflow_handler()
5459 struct task_struct *task; in pfm_do_interrupt_handler() local
5731 pfm_syst_wide_update_task(struct task_struct *task, unsigned long info, int is_ctxswin) in pfm_syst_wide_update_task()
5781 struct task_struct *task = ctx->ctx_task; in pfm_force_cleanup() local
5808 pfm_save_regs(struct task_struct *task) in pfm_save_regs()
5897 pfm_save_regs(struct task_struct *task) in pfm_save_regs()
5928 pfm_lazy_save_regs (struct task_struct *task) in pfm_lazy_save_regs()
5990 pfm_load_regs (struct task_struct *task) in pfm_load_regs()
6153 pfm_load_regs (struct task_struct *task) in pfm_load_regs()
6269 pfm_flush_pmds(struct task_struct *task, pfm_context_t *ctx) in pfm_flush_pmds()
6685 struct task_struct *task; in dump_pmu_state() local
6757 pfm_inherit(struct task_struct *task, struct pt_regs *regs) in pfm_inherit()