Searched hist:"689135 f0ed61b6bf3adc215d2ee70be747cf8f93" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/scripts/ |
H A D | faddr2line | diff 689135f0ed61b6bf3adc215d2ee70be747cf8f93 Mon Jun 04 13:48:31 CDT 2018 Peter Zijlstra (Intel) <peterz@infradead.org> scripts/faddr2line: make the new code listing format optional
Commit 6870c0165feaa5 ("scripts/faddr2line: show the code context") radically altered the output format of the faddr2line tool. And while the new list output format might have merit it broke my vim usage and was hard to read.
Make the new format optional; using a '--list' argument and attempt to make the output slightly easier to read by adding a little whitespace to separate the different files and explicitly mark the line in question.
Cc: Changbin Du <changbin.du@intel.com> Fixes: 6870c0165feaa5 ("scripts/faddr2line: show the code context") Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|