Stephane Eranian wrote: > Here is a small patch that adds two cpufeature bits to represent > Intel's Precise-Event-Based Sampling (PEBS) and Branch Trace Store > (BTS) features. Those features can be found on Intel P4 and Core 2 > processors among others and can be used by perfmon. >
I've been thinking it would be useful for kernel debugging if kernel oops messages could use the branch history to show the last few jumps on processors which support it. It would help a lot with the "oh, an oops with eip==esp==0" type crashes, which are otherwise pretty unhelpful. Do you think that would be easy/possible to support? Would it interfere with other uses of these features? J - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/