Lines Matching defs:he
95 struct hist_entry *he);
118 struct hist_entry *he)
120 int width = fmt_width(fmt, hpp, he->hists);
122 return scnprintf(hpp->buf, hpp->size, "%*s", width, he->kvm_info->name);
142 event_left = container_of(left, struct kvm_event, he); \
143 event_right = container_of(right, struct kvm_event, he); \
159 struct hist_entry *he) \
162 int width = fmt_width(fmt, hpp, he->hists); \
165 event = container_of(he, struct kvm_event, he); \
209 struct hist_entry *he)
212 int width = fmt_width(fmt, hpp, he->hists);
215 event = container_of(he, struct kvm_event, he);
241 static int ev_percent_##metric(struct hist_entry *he) \
246 event = container_of(he, struct kvm_event, he); \
258 struct hist_entry *he)
260 int width = fmt_width(fmt, hpp, he->hists);
264 per = ev_percent_time(he);
291 struct hist_entry *he)
293 int width = fmt_width(fmt, hpp, he->hists);
297 per = ev_percent_count(he);
522 struct hist_entry *he = rb_entry(nd, struct hist_entry,
525 if (!he->filtered)
652 struct hist_entry *he;
654 he = rb_entry(nd, struct hist_entry, rb_node_in);
655 event = container_of(he, struct kvm_event, he);
704 return &kvm_ev->he;
707 static void kvm_he_free(void *he)
711 kvm_ev = container_of(he, struct kvm_event, he);
725 struct hist_entry *he;
737 he = hists__add_entry_ops(&kvm_hists.hists, &kvm_ev_entry_ops,
739 if (he == NULL) {
745 event = container_of(he, struct kvm_event, he);
988 static int filter_cb(struct hist_entry *he, void *arg __maybe_unused)
993 event = container_of(he, struct kvm_event, he);
996 he->filtered = 1;
998 he->filtered = 0;
1075 struct hist_entry *he;
1078 he = rb_entry(nd, struct hist_entry, rb_node);
1079 if (he->filtered)
1082 event = container_of(he, struct kvm_event, he);