perf tools: Add support for weight v7 (modified)
[deliverable/linux.git] / tools / perf / util / sort.h
index b13e56f6ccbebf7aa03b25c6ffdf98357b78716b..39392501279664ffc1fedfeffd18c606c9cc221e 100644 (file)
@@ -49,6 +49,7 @@ struct he_stat {
        u64                     period_us;
        u64                     period_guest_sys;
        u64                     period_guest_us;
+       u64                     weight;
        u32                     nr_events;
 };
 
@@ -130,6 +131,8 @@ enum sort_type {
        SORT_PARENT,
        SORT_CPU,
        SORT_SRCLINE,
+       SORT_LOCAL_WEIGHT,
+       SORT_GLOBAL_WEIGHT,
 
        /* branch stack specific sort keys */
        __SORT_BRANCH_STACK,
This page took 0.024418 seconds and 5 git commands to generate.