Re: [PATCH v2 2/5] perf/x86/intel: Record branch type
From: Jin, Yao <hidden>
Date: 2017-04-08 08:46:41
Also in:
lkml
From: Jin, Yao <hidden>
Date: 2017-04-08 08:46:41
Also in:
lkml
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