On 06/25/2015 11:22 AM, Daniel Axtens wrote: > >> +static void insert_branch(struct cpu_hw_events *cpuhw, >> + int index, u64 from, u64 to, int mispred) > Given that your previous patch made mispred a bool, this could take a > bool too. It could probably be an inline function as well. Sure. will change it.