X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fsort.h;h=bf4333694d3ab108acd7ca0e873f26cf3cff1ca1;hb=2a3ede8cb2ddee5885518e4232aca13056f9a6e0;hp=4e80dbd271e77e245d41f2f36afdffdf8ae7ab4e;hpb=448c3f6884700fc467669d4453b7f5983a5ba1cb;p=~andy%2Flinux diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h index 4e80dbd271e..bf4333694d3 100644 --- a/tools/perf/util/sort.h +++ b/tools/perf/util/sort.h @@ -85,6 +85,7 @@ struct hist_entry { struct map_symbol ms; struct thread *thread; u64 ip; + u64 transaction; s32 cpu; struct hist_entry_diff diff; @@ -145,6 +146,7 @@ enum sort_type { SORT_SRCLINE, SORT_LOCAL_WEIGHT, SORT_GLOBAL_WEIGHT, + SORT_TRANSACTION, /* branch stack specific sort keys */ __SORT_BRANCH_STACK, @@ -153,6 +155,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,