perf tools: Support '<event>.*' dynamic sort key
[deliverable/linux.git] / tools / perf / util / hist.h
index a48a2078d288f01b9edf10814571509803b674d1..15b22c563d309ff4f7e5780b75629316fa7e8d94 100644 (file)
@@ -52,6 +52,7 @@ enum hist_column {
        HISTC_MEM_IADDR_SYMBOL,
        HISTC_TRANSACTION,
        HISTC_CYCLES,
+       HISTC_TRACE,
        HISTC_NR_COLS, /* Last entry */
 };
 
@@ -114,8 +115,8 @@ struct hist_entry *__hists__add_entry(struct hists *hists,
                                      struct addr_location *al,
                                      struct symbol *parent,
                                      struct branch_info *bi,
-                                     struct mem_info *mi, u64 period,
-                                     u64 weight, u64 transaction,
+                                     struct mem_info *mi,
+                                     struct perf_sample *sample,
                                      bool sample_self);
 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
                         int max_stack_depth, void *arg);
This page took 0.031696 seconds and 5 git commands to generate.