Searched refs:last_branches (Results 1 – 2 of 2) sorted by relevance
38 uint64_t last_branches, last_branch_misses; in apply_policy() local47 last_branches = ci->cd[core].last_branches; in apply_policy()68 ci->cd[core].last_branches = branches; in apply_policy()76 last_branches >>= 1; in apply_policy()77 hits_diff = (int64_t)branches - (int64_t)last_branches; in apply_policy()
21 uint64_t last_branches; member