Re: [PATCH v2 2/5] perf/x86/intel: Record branch type

From: Jin, Yao
Date: Sat Apr 08 2017 - 04:47:11 EST


Without this patch, we don't know if it's conditional or something else.
And the kernel already knows this for its filtering, so it can as well
report it.

Right the CROSS_* and forward backward information could be computed
later.

-Andi


OK, I will move CROSS_* and JCC forward/backward computing to user-space though it makes user-space code to be complicated.

Thanks
Jin Yao