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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsort.h72 * struct hist_entry - histogram entry
77 struct hist_entry { struct
113 static inline bool hist_entry__has_pairs(struct hist_entry *he)
118 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he)
121 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node);
125 static inline void hist_entry__add_pair(struct hist_entry *pair,
126 struct hist_entry *he)
176 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *);
[all...]

Completed in 1130 milliseconds