perf hist: Add 'kvm_info' field in histograms entry
[linux-2.6-microblaze.git] / tools / perf / util / hist.h
index d93a4e5..86a6779 100644 (file)
@@ -14,6 +14,7 @@ struct hist_entry_ops;
 struct addr_location;
 struct map_symbol;
 struct mem_info;
+struct kvm_info;
 struct branch_info;
 struct branch_stack;
 struct block_info;
@@ -150,6 +151,7 @@ struct hist_entry *hists__add_entry(struct hists *hists,
                                    struct symbol *parent,
                                    struct branch_info *bi,
                                    struct mem_info *mi,
+                                   struct kvm_info *ki,
                                    struct perf_sample *sample,
                                    bool sample_self);
 
@@ -159,6 +161,7 @@ struct hist_entry *hists__add_entry_ops(struct hists *hists,
                                        struct symbol *sym_parent,
                                        struct branch_info *bi,
                                        struct mem_info *mi,
+                                       struct kvm_info *ki,
                                        struct perf_sample *sample,
                                        bool sample_self);