Lines Matching defs:trans

29 void trans_ibs_fetch (struct transient * trans, unsigned int selected_flag)
31 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
127 void trans_ibs_op (struct transient * trans, unsigned int selected_flag)
129 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
209 void trans_ibs_op_ls (struct transient * trans, unsigned int selected_flag)
211 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
414 void trans_ibs_op_nb (struct transient * trans, unsigned int selected_flag)
416 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
513 int trans_ibs_op_rip_invalid (struct transient * trans)
515 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
524 void trans_ibs_op_mask_reserved (unsigned int family, struct transient * trans)
526 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
564 void trans_ibs_op_bta(struct transient * trans)
571 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
581 || old_app_cookie != trans->app_cookie) {
582 app = find_cookie(trans->app_cookie);
583 old_app_cookie = trans->cookie;
586 if (trans->in_kernel == 1) {
592 || old_cookie != trans->cookie) {
593 mod = find_cookie(trans->cookie);
594 old_cookie = trans->cookie;
599 trans->app_cookie, trans->cookie, trans->cpu, trans->tgid, trans->tid, (unsigned int)trans->pc,
604 void trans_ibs_op_ls_memaccess(struct transient * trans)
611 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
618 || old_app_cookie != trans->app_cookie) {
619 app = find_cookie(trans->app_cookie);
620 old_app_cookie = trans->cookie;
623 if (trans->in_kernel == 1) {
629 || old_cookie != trans->cookie) {
630 mod = find_cookie(trans->cookie);
631 old_cookie = trans->cookie;
636 trans->app_cookie,
637 trans->cookie,
638 trans->cpu,
639 trans->tgid,
640 trans->tid,
641 (unsigned int)trans->pc,