diff options
author | Borislav Petkov <[email protected]> | 2015-09-10 21:55:27 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-09-13 09:30:07 +0200 |
commit | 7c5b190e115a2f7a51a85f261e7d7dca4b4bbe64 (patch) | |
tree | f80239a5fd87eee0321ffc42b379dd992119f713 /tools/perf/scripts/python/stackcollapse.py | |
parent | 76fc5e7b2355af167dea1a32e93c57fc37900a5b (diff) |
x86/cpu: Print family/model/stepping in hex
924e101a7ab6 ("x86/debug: Dump family, model, stepping of the
boot CPU") had its good intentions to dump the exact F/M/S as an
aid during debugging sessions but its output can be ambiguous.
Fix that:
-smpboot: CPU0: Intel Core Processor (Broadwell) (fam: 06, model: 47, stepping: 02)
+smpboot: CPU0: Intel Core Processor (Broadwell) (family: 0x6, model: 0x47, stepping: 0x2)
Also, spell out "family".
Signed-off-by: Borislav Petkov <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions