Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vm_power_manager/
H A Doob_monitor_x86.c38 uint64_t last_branches, last_branch_misses; in apply_policy() local
47 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()
H A Dpower_manager.h21 uint64_t last_branches; member