]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/ui/browsers/hists.h
perf report: Sort by sampled cycles percent per block for tui
[linux.git] / tools / perf / ui / browsers / hists.h
index 91d3e18b50aadf37f5a5f93c63b1d9cc7705aa60..078f2f2c7abd2658403208d0b1d0229a3ad48778 100644 (file)
@@ -5,6 +5,7 @@
 #include "ui/browser.h"
 
 struct annotation_options;
+struct evsel;
 
 struct hist_browser {
        struct ui_browser   b;
@@ -15,6 +16,7 @@ struct hist_browser {
        struct pstack       *pstack;
        struct perf_env     *env;
        struct annotation_options *annotation_opts;
+       struct evsel        *block_evsel;
        int                  print_seq;
        bool                 show_dso;
        bool                 show_headers;