Searched refs:trans_fetch (Results 1 – 2 of 2) sorted by relevance
31 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch; in trans_ibs_fetch() local44 if (IBS_FETCH_KILLED(trans_fetch)) in trans_ibs_fetch()54 if (IBS_FETCH_FETCH_COMPLETION(trans_fetch)) in trans_ibs_fetch()60 if (!IBS_FETCH_FETCH_COMPLETION(trans_fetch)) in trans_ibs_fetch()67 if (IBS_FETCH_L1_TLB_HIT(trans_fetch)) in trans_ibs_fetch()73 if (IBS_FETCH_ITLB_L1M_L2H(trans_fetch)) in trans_ibs_fetch()79 if (IBS_FETCH_ITLB_L1M_L2M(trans_fetch)) in trans_ibs_fetch()85 if (IBS_FETCH_INST_CACHE_MISS(trans_fetch)) in trans_ibs_fetch()91 if (IBS_FETCH_INST_CACHE_HIT(trans_fetch)) in trans_ibs_fetch()96 if (IBS_FETCH_PHYS_ADDR_VALID(trans_fetch) in trans_ibs_fetch()[all …]
86 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch; in opd_log_ibs_fetch() local87 if (!trans_fetch) in opd_log_ibs_fetch()121 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch; in opd_put_ibs_sample() local159 if (trans_fetch) in opd_put_ibs_sample()194 struct ibs_fetch_sample * trans_fetch = NULL; in code_ibs_fetch_sample() local207 trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch; in code_ibs_fetch_sample()209 trans_fetch->rip = pop_buffer_value(trans); in code_ibs_fetch_sample()211 trans_fetch->ibs_fetch_lin_addr_low = pop_buffer_value(trans); in code_ibs_fetch_sample()212 trans_fetch->ibs_fetch_lin_addr_high = pop_buffer_value(trans); in code_ibs_fetch_sample()214 trans_fetch->ibs_fetch_ctl_low = pop_buffer_value(trans); in code_ibs_fetch_sample()[all …]