HomeSort by relevance Sort by last modified time
    Searched refs:ibs_op_data1_high (Results 1 - 4 of 4) sorted by null

  /external/oprofile/daemon/
opd_ibs.h 66 unsigned int ibs_op_data1_high; member in struct:ibs_op_sample
opd_ibs_macro.h 276 #define IBS_OP_BRANCH_RESYNC(x) ((x->ibs_op_data1_high & BR_MASK_BRN_RESYNC) != 0)
279 #define IBS_OP_MISPREDICT_RETURN(x) ((x->ibs_op_data1_high & BR_MASK_MISP_RETURN) != 0)
282 #define IBS_OP_RETURN(x) ((x->ibs_op_data1_high & BR_MASK_RETURN) != 0)
285 #define IBS_OP_BRANCH_TAKEN(x) ((x->ibs_op_data1_high & BR_MASK_BRN_TAKEN) != 0)
288 #define IBS_OP_BRANCH_MISPREDICT(x) ((x->ibs_op_data1_high & BR_MASK_BRN_MISP) != 0)
291 #define IBS_OP_BRANCH_RETIRED(x) ((x->ibs_op_data1_high & BR_MASK_BRN_RET) != 0)
294 #define IBS_OP_RIP_INVALID(x) ((x->ibs_op_data1_high & MASK_RIP_INVALID) != 0)
opd_ibs.c 257 if ((trans_op->ibs_op_data1_high & (0x00000001 << 5)) == 0) {
289 trans_op->ibs_op_data1_high = pop_buffer_value(trans);
306 trans_op->ibs_op_data1_high,
opd_ibs_trans.c 531 trans_op->ibs_op_data1_high &= ~MASK_RIP_INVALID;

Completed in 89 milliseconds