diff options
| author | Michael Neuling <[email protected]> | 2015-11-20 15:15:32 +1100 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2015-12-14 20:40:26 +1100 |
| commit | 801c0b2c4db3a33d56b3e19240df7b897e5bbfbc (patch) | |
| tree | 7a677ba1f08b363859c3b1a54a8a942d9dbf9974 /tools/perf/scripts/python/bin | |
| parent | 81d7a3294de7e9828310bbf986a67246b13fa01e (diff) | |
powerpc: Print MSR TM bits in oops messages
Print MSR TM bits in oops messages. This appends them to the end
like this:
MSR: 8000000502823031 <SF,VEC,VSX,FP,ME,IR,DR,LE,TM[TE]>
You get the TM[] only if at least one TM MSR bit is set. Inside the
TM[], E means Enabled (bit 32), S means Suspended (bit 33), and T
means Transactional (bit 34)
If no bits are set, you get no TM[] output.
Include rework of printbits() to handle this case.
Signed-off-by: Michael Neuling <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions