[PATCH v3 6/6] perf report: Display columns Predicted/Abort/Cycles in --branch-history

2016-10-25 Thread Jin Yao
Use current sort mechanism but the real .se_cmp() just returns 0 so that new columns "Predicted", "Abort" and "Cycles" are created in display but actually these keys are not the sort keys. For example: Overhead Source:Line SymbolShared Object Predicted Abort Cycles

[PATCH v3 6/6] perf report: Display columns Predicted/Abort/Cycles in --branch-history

2016-10-25 Thread Jin Yao
Use current sort mechanism but the real .se_cmp() just returns 0 so that new columns "Predicted", "Abort" and "Cycles" are created in display but actually these keys are not the sort keys. For example: Overhead Source:Line SymbolShared Object Predicted Abort Cycles