Home
last modified time | relevance | path

Searched refs:trans_op (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/daemon/
Dopd_ibs_trans.c129 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op; in trans_ibs_op() local
142 if (IBS_OP_TAG_TO_RETIRE_CYCLES(trans_op)) in trans_ibs_op()
144 IBS_OP_TAG_TO_RETIRE_CYCLES(trans_op)); in trans_ibs_op()
149 if (IBS_OP_COM_TO_RETIRE_CYCLES(trans_op)) in trans_ibs_op()
151 IBS_OP_COM_TO_RETIRE_CYCLES(trans_op)); in trans_ibs_op()
155 if (IBS_OP_BRANCH_RETIRED(trans_op)) in trans_ibs_op()
161 if (IBS_OP_BRANCH_RETIRED(trans_op) in trans_ibs_op()
164 && IBS_OP_BRANCH_MISPREDICT(trans_op)) in trans_ibs_op()
169 if (IBS_OP_BRANCH_RETIRED(trans_op) in trans_ibs_op()
171 && IBS_OP_BRANCH_TAKEN(trans_op)) in trans_ibs_op()
[all …]
Dopd_ibs.c100 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op; in opd_log_ibs_op() local
101 if (!trans_op) in opd_log_ibs_op()
243 struct ibs_op_sample * trans_op) in get_ibs_op_bta_sample() argument
254 trans_op->ibs_op_brtgt_addr = pop_buffer_value(trans); in get_ibs_op_bta_sample()
257 if ((trans_op->ibs_op_data1_high & (0x00000001 << 5)) == 0) { in get_ibs_op_bta_sample()
258 trans_op->ibs_op_brtgt_addr = 0; in get_ibs_op_bta_sample()
261 trans_op->ibs_op_brtgt_addr = 0; in get_ibs_op_bta_sample()
268 struct ibs_op_sample * trans_op= NULL; in code_ibs_op_sample() local
281 trans_op = ((struct ibs_sample*)(trans->ext))->op; in code_ibs_op_sample()
283 trans_op->rip = pop_buffer_value(trans); in code_ibs_op_sample()
[all …]