perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback
[deliverable/linux.git] / tools / perf / util / hist.h
index aae932f9eb87e7b7e6800bc62337b974752ddb3e..a19112872ff9d0680d2d3bb7376c9e1b3c05ecce 100644 (file)
@@ -217,7 +217,7 @@ struct perf_hpp_fmt {
        int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
                      struct hists *hists);
        int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
-                    struct perf_evsel *evsel);
+                    struct hists *hists);
        int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
                     struct hist_entry *he);
        int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
This page took 0.03299 seconds and 5 git commands to generate.