Home
last modified time | relevance | path

Searched defs:hist_entry (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
Dsort.h82 struct hist_entry { struct
83 struct rb_node rb_node_in;
84 struct rb_node rb_node;
85 union {
88 } pairs;
89 struct he_stat stat;
113 struct hist_entry_diff diff; argument
133 struct hist_entry *parent_he; argument
134 struct hist_entry_ops *ops; argument
146 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() argument