tools/perf: Support sorting by in_tx or abort branch flags
[cascardo/linux.git] / tools / perf / util / sort.h
index 4e80dbd..9dad3a0 100644 (file)
@@ -153,6 +153,8 @@ enum sort_type {
        SORT_SYM_FROM,
        SORT_SYM_TO,
        SORT_MISPREDICT,
+       SORT_ABORT,
+       SORT_IN_TX,
 
        /* memory mode specific sort keys */
        __SORT_MEMORY_MODE,