drivers/media/platform/microchip/microchip-isc-base.c
1225
u32 *hist_entry = &ctrls->hist_entry[0];
drivers/media/platform/microchip/microchip-isc-base.c
1232
hist_entry, HIST_ENTRIES);
drivers/media/platform/microchip/microchip-isc-base.c
1240
if (*hist_entry && !*min)
drivers/media/platform/microchip/microchip-isc-base.c
1242
if (*hist_entry)
drivers/media/platform/microchip/microchip-isc-base.c
1244
*hist_count += i * (*hist_entry++);
drivers/media/platform/microchip/microchip-isc.h
152
u32 hist_entry[HIST_ENTRIES];
tools/perf/builtin-annotate.c
176
struct hist_entry *he = iter->he;
tools/perf/builtin-annotate.c
240
struct hist_entry *he;
tools/perf/builtin-annotate.c
313
static int hist_entry__stdio_annotate(struct hist_entry *he,
tools/perf/builtin-annotate.c
410
struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/builtin-annotate.c
493
int (*annotate)(struct hist_entry *he,
tools/perf/builtin-c2c.c
1009
struct hist_entry *he)
tools/perf/builtin-c2c.c
1020
struct hist_entry *he)
tools/perf/builtin-c2c.c
1027
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
1040
struct hist_entry *he)
tools/perf/builtin-c2c.c
1051
struct hist_entry *he)
tools/perf/builtin-c2c.c
1058
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
1071
struct hist_entry *he)
tools/perf/builtin-c2c.c
1082
struct hist_entry *he)
tools/perf/builtin-c2c.c
1089
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
1102
struct hist_entry *he)
tools/perf/builtin-c2c.c
1113
struct hist_entry *he)
tools/perf/builtin-c2c.c
1120
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
1133
struct hist_entry *he)
tools/perf/builtin-c2c.c
1144
struct hist_entry *he)
tools/perf/builtin-c2c.c
1151
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
1164
struct hist_entry *he)
tools/perf/builtin-c2c.c
1175
struct hist_entry *he)
tools/perf/builtin-c2c.c
1182
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
1198
struct hist_entry *he)
tools/perf/builtin-c2c.c
1207
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
1214
struct hist_entry *left __maybe_unused,
tools/perf/builtin-c2c.c
1215
struct hist_entry *right __maybe_unused)
tools/perf/builtin-c2c.c
1235
struct hist_entry *he)
tools/perf/builtin-c2c.c
1331
struct hist_entry *he, double mean)
tools/perf/builtin-c2c.c
1342
__func(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) \
tools/perf/builtin-c2c.c
1357
struct hist_entry *he)
tools/perf/builtin-c2c.c
1371
struct hist_entry *he)
tools/perf/builtin-c2c.c
1385
struct hist_entry *he)
tools/perf/builtin-c2c.c
1962
struct hist_entry *he)
tools/perf/builtin-c2c.c
1979
struct hist_entry *a, struct hist_entry *b)
tools/perf/builtin-c2c.c
1988
struct hist_entry *a, struct hist_entry *b)
tools/perf/builtin-c2c.c
1992
int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *);
tools/perf/builtin-c2c.c
210
he__get_c2c_hists(struct hist_entry *he,
tools/perf/builtin-c2c.c
2158
static bool he__display(struct hist_entry *he, struct c2c_stats *stats)
tools/perf/builtin-c2c.c
2191
static inline bool is_valid_hist_entry(struct hist_entry *he)
tools/perf/builtin-c2c.c
2261
static int filter_cb(struct hist_entry *he, void *arg __maybe_unused)
tools/perf/builtin-c2c.c
2278
static int resort_cl_cb(struct hist_entry *he, void *arg)
tools/perf/builtin-c2c.c
2397
static int resort_shared_cl_cb(struct hist_entry *he, void *arg __maybe_unused)
tools/perf/builtin-c2c.c
2416
struct hist_entry *he;
tools/perf/builtin-c2c.c
2418
he = rb_entry(next, struct hist_entry, rb_node);
tools/perf/builtin-c2c.c
2499
struct hist_entry *he_cl,
tools/perf/builtin-c2c.c
2558
struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/builtin-c2c.c
2622
struct hist_entry *he = browser->he_selection;
tools/perf/builtin-c2c.c
2663
struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/builtin-c2c.c
2676
struct hist_entry *he;
tools/perf/builtin-c2c.c
2684
struct hist_entry *he;
tools/perf/builtin-c2c.c
2698
c2c_cacheline_browser__new(struct hists *hists, struct hist_entry *he)
tools/perf/builtin-c2c.c
2713
static int perf_c2c__browse_cacheline(struct hist_entry *he)
tools/perf/builtin-c2c.c
318
struct hist_entry *he,
tools/perf/builtin-c2c.c
338
struct hist_entry *he;
tools/perf/builtin-c2c.c
477
struct hist_entry *, struct hist_entry *);
tools/perf/builtin-c2c.c
479
struct hist_entry *he);
tools/perf/builtin-c2c.c
481
struct hist_entry *he);
tools/perf/builtin-c2c.c
563
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
569
struct hist_entry *he)
tools/perf/builtin-c2c.c
583
struct hist_entry *he)
tools/perf/builtin-c2c.c
597
struct hist_entry *he)
tools/perf/builtin-c2c.c
607
struct hist_entry *he)
tools/perf/builtin-c2c.c
621
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
636
struct hist_entry *he)
tools/perf/builtin-c2c.c
650
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
657
struct hist_entry *he)
tools/perf/builtin-c2c.c
671
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
690
struct hist_entry *he) \
tools/perf/builtin-c2c.c
703
struct hist_entry *left, struct hist_entry *right) \
tools/perf/builtin-c2c.c
765
struct hist_entry *he)
tools/perf/builtin-c2c.c
779
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
803
struct hist_entry *he)
tools/perf/builtin-c2c.c
817
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
837
struct hist_entry *he, get_percent_cb get_percent)
tools/perf/builtin-c2c.c
89
struct hist_entry he;
tools/perf/builtin-c2c.c
899
struct hist_entry *he)
tools/perf/builtin-c2c.c
913
struct hist_entry *he)
tools/perf/builtin-c2c.c
920
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-c2c.c
936
static struct c2c_stats *he_stats(struct hist_entry *he)
tools/perf/builtin-c2c.c
944
static struct c2c_stats *total_stats(struct hist_entry *he)
tools/perf/builtin-c2c.c
978
struct hist_entry *he)
tools/perf/builtin-c2c.c
989
struct hist_entry *he)
tools/perf/builtin-c2c.c
996
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-diff.c
1302
static double baseline_percent(struct hist_entry *he)
tools/perf/builtin-diff.c
1310
struct perf_hpp *hpp, struct hist_entry *he)
tools/perf/builtin-diff.c
1326
static int hpp__entry_baseline(struct hist_entry *he, char *buf, size_t size)
tools/perf/builtin-diff.c
1338
static int cycles_printf(struct hist_entry *he, struct hist_entry *pair,
tools/perf/builtin-diff.c
1343
struct hist_entry *block_he;
tools/perf/builtin-diff.c
1383
struct perf_hpp *hpp, struct hist_entry *he,
tools/perf/builtin-diff.c
1388
struct hist_entry *pair = get_pair_fmt(he, dfmt);
tools/perf/builtin-diff.c
1452
struct perf_hpp *hpp, struct hist_entry *he)
tools/perf/builtin-diff.c
1458
struct perf_hpp *hpp, struct hist_entry *he)
tools/perf/builtin-diff.c
1464
struct perf_hpp *hpp, struct hist_entry *he)
tools/perf/builtin-diff.c
1470
struct perf_hpp *hpp, struct hist_entry *he)
tools/perf/builtin-diff.c
1503
struct perf_hpp *hpp, struct hist_entry *he)
tools/perf/builtin-diff.c
1507
struct hist_entry *pair = get_pair_fmt(he, dfmt);
tools/perf/builtin-diff.c
1510
struct hist_entry *block_he;
tools/perf/builtin-diff.c
1560
hpp__entry_unpair(struct hist_entry *he, int idx, char *buf, size_t size)
tools/perf/builtin-diff.c
1573
hpp__entry_pair(struct hist_entry *he, struct hist_entry *pair,
tools/perf/builtin-diff.c
1637
__hpp__entry_global(struct hist_entry *he, struct diff_hpp_fmt *dfmt,
tools/perf/builtin-diff.c
1640
struct hist_entry *pair = get_pair_fmt(he, dfmt);
tools/perf/builtin-diff.c
1655
struct hist_entry *he)
tools/perf/builtin-diff.c
271
static double period_percent(struct hist_entry *he, u64 period)
tools/perf/builtin-diff.c
278
static double compute_delta(struct hist_entry *he, struct hist_entry *pair)
tools/perf/builtin-diff.c
288
static double compute_ratio(struct hist_entry *he, struct hist_entry *pair)
tools/perf/builtin-diff.c
298
static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair)
tools/perf/builtin-diff.c
310
static int formula_delta(struct hist_entry *he, struct hist_entry *pair,
tools/perf/builtin-diff.c
327
static int formula_ratio(struct hist_entry *he, struct hist_entry *pair,
tools/perf/builtin-diff.c
336
static int formula_wdiff(struct hist_entry *he, struct hist_entry *pair,
tools/perf/builtin-diff.c
347
static int formula_fprintf(struct hist_entry *he, struct hist_entry *pair,
tools/perf/builtin-diff.c
506
static struct hist_entry*
tools/perf/builtin-diff.c
507
get_pair_data(struct hist_entry *he, struct data__file *d)
tools/perf/builtin-diff.c
510
struct hist_entry *pair;
tools/perf/builtin-diff.c
520
static struct hist_entry*
tools/perf/builtin-diff.c
521
get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt)
tools/perf/builtin-diff.c
540
struct hist_entry *he = rb_entry(next, struct hist_entry, rb_node_in);
tools/perf/builtin-diff.c
550
static int64_t block_cycles_diff_cmp(struct hist_entry *left,
tools/perf/builtin-diff.c
551
struct hist_entry *right)
tools/perf/builtin-diff.c
566
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-diff.c
585
static struct hist_entry *get_block_pair(struct hist_entry *he,
tools/perf/builtin-diff.c
593
struct hist_entry *he_pair = rb_entry(next, struct hist_entry,
tools/perf/builtin-diff.c
621
static void compute_cycles_diff(struct hist_entry *he,
tools/perf/builtin-diff.c
622
struct hist_entry *pair)
tools/perf/builtin-diff.c
659
struct hist_entry *he = rb_entry(next, struct hist_entry,
tools/perf/builtin-diff.c
661
struct hist_entry *pair = get_block_pair(he, hists_pair);
tools/perf/builtin-diff.c
685
struct hist_entry *he, *pair;
tools/perf/builtin-diff.c
689
he = rb_entry(next, struct hist_entry, rb_node_in);
tools/perf/builtin-diff.c
747
__hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right,
tools/perf/builtin-diff.c
787
hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right,
tools/perf/builtin-diff.c
792
struct hist_entry *p_right, *p_left;
tools/perf/builtin-diff.c
817
hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right,
tools/perf/builtin-diff.c
820
struct hist_entry *p_right, *p_left;
tools/perf/builtin-diff.c
849
struct hist_entry *left __maybe_unused,
tools/perf/builtin-diff.c
850
struct hist_entry *right __maybe_unused)
tools/perf/builtin-diff.c
857
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-diff.c
866
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-diff.c
875
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-diff.c
884
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-diff.c
893
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-diff.c
902
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-diff.c
910
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-diff.c
918
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-diff.c
926
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-kvm.c
1077
struct hist_entry *he;
tools/perf/builtin-kvm.c
108
struct hist_entry *left,
tools/perf/builtin-kvm.c
1080
he = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/builtin-kvm.c
109
struct hist_entry *right)
tools/perf/builtin-kvm.c
120
struct hist_entry *he)
tools/perf/builtin-kvm.c
137
struct hist_entry *left, \
tools/perf/builtin-kvm.c
138
struct hist_entry *right) \
tools/perf/builtin-kvm.c
161
struct hist_entry *he) \
tools/perf/builtin-kvm.c
211
struct hist_entry *he)
tools/perf/builtin-kvm.c
243
static int ev_percent_##metric(struct hist_entry *he) \
tools/perf/builtin-kvm.c
260
struct hist_entry *he)
tools/perf/builtin-kvm.c
272
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-kvm.c
293
struct hist_entry *he)
tools/perf/builtin-kvm.c
305
struct hist_entry *left, struct hist_entry *right)
tools/perf/builtin-kvm.c
524
struct hist_entry *he = rb_entry(nd, struct hist_entry,
tools/perf/builtin-kvm.c
654
struct hist_entry *he;
tools/perf/builtin-kvm.c
656
he = rb_entry(nd, struct hist_entry, rb_node_in);
tools/perf/builtin-kvm.c
727
struct hist_entry *he;
tools/perf/builtin-kvm.c
94
int64_t (*cmp)(struct perf_hpp_fmt *fmt, struct hist_entry *left,
tools/perf/builtin-kvm.c
95
struct hist_entry *right);
tools/perf/builtin-kvm.c
97
struct hist_entry *he);
tools/perf/builtin-kvm.c
990
static int filter_cb(struct hist_entry *he, void *arg __maybe_unused)
tools/perf/builtin-report.c
174
struct hist_entry *he = iter->he;
tools/perf/builtin-report.c
214
struct hist_entry *he = iter->he;
tools/perf/builtin-report.c
751
static int hists__resort_cb(struct hist_entry *he, void *arg)
tools/perf/builtin-top.c
113
static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he)
tools/perf/builtin-top.c
165
static void __zero_source_counters(struct hist_entry *he)
tools/perf/builtin-top.c
200
struct hist_entry *he,
tools/perf/builtin-top.c
244
struct hist_entry *he = top->sym_filter_entry;
tools/perf/builtin-top.c
398
struct hist_entry *syme = top->sym_filter_entry, *n, *found = NULL;
tools/perf/builtin-top.c
419
n = rb_entry(next, struct hist_entry, rb_node);
tools/perf/builtin-top.c
578
struct hist_entry *syme = top->sym_filter_entry;
tools/perf/tests/hists_common.c
177
struct hist_entry *he;
tools/perf/tests/hists_common.c
179
he = rb_entry(node, struct hist_entry, rb_node_in);
tools/perf/tests/hists_common.c
206
struct hist_entry *he;
tools/perf/tests/hists_common.c
208
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_cumulate.c
131
struct hist_entry *he;
tools/perf/tests/hists_cumulate.c
146
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_cumulate.c
194
struct hist_entry *he;
tools/perf/tests/hists_cumulate.c
216
node && (he = rb_entry(node, struct hist_entry, rb_node));
tools/perf/tests/hists_link.c
176
struct hist_entry *he;
tools/perf/tests/hists_link.c
178
he = rb_entry(node, struct hist_entry, rb_node_in);
tools/perf/tests/hists_link.c
228
struct hist_entry *he;
tools/perf/tests/hists_link.c
230
he = rb_entry(node, struct hist_entry, rb_node_in);
tools/perf/tests/hists_link.c
70
struct hist_entry *he;
tools/perf/tests/hists_output.c
111
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
141
struct hist_entry *he;
tools/perf/tests/hists_output.c
179
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
185
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
191
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
197
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
203
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
209
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
215
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
221
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
227
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
243
struct hist_entry *he;
tools/perf/tests/hists_output.c
279
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
284
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
299
struct hist_entry *he;
tools/perf/tests/hists_output.c
333
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
339
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
345
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
351
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
357
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
373
struct hist_entry *he;
tools/perf/tests/hists_output.c
411
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
417
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
423
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
429
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
435
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
441
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
447
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
453
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
459
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
475
struct hist_entry *he;
tools/perf/tests/hists_output.c
514
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
522
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
529
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
536
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
543
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
550
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
557
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
564
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
571
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
578
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/tests/hists_output.c
96
struct hist_entry *he;
tools/perf/ui/browsers/annotate-data.c
155
struct hist_entry *he = browser->b.priv;
tools/perf/ui/browsers/annotate-data.c
336
struct hist_entry *he = uib->priv;
tools/perf/ui/browsers/annotate-data.c
392
struct hist_entry *he = uib->priv;
tools/perf/ui/browsers/annotate-data.c
570
int hist_entry__annotate_data_tui(struct hist_entry *he, struct evsel *evsel,
tools/perf/ui/browsers/annotate.c
1150
int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel,
tools/perf/ui/browsers/annotate.c
1161
int __hist_entry__tui_annotate(struct hist_entry *he, struct map_symbol *ms,
tools/perf/ui/browsers/annotate.c
38
struct hist_entry *he;
tools/perf/ui/browsers/annotate.c
47
static struct hist_entry annotate_he;
tools/perf/ui/browsers/hists.c
1165
struct hist_entry *entry, int level,
tools/perf/ui/browsers/hists.c
1230
static u64 __hpp_get_##_field(struct hist_entry *he) \
tools/perf/ui/browsers/hists.c
1238
struct hist_entry *he) \
tools/perf/ui/browsers/hists.c
1245
static u64 __hpp_get_acc_##_field(struct hist_entry *he) \
tools/perf/ui/browsers/hists.c
1253
struct hist_entry *he) \
tools/perf/ui/browsers/hists.c
1273
struct hist_entry *he) \
tools/perf/ui/browsers/hists.c
1330
struct hist_entry *entry,
tools/perf/ui/browsers/hists.c
1436
struct hist_entry *entry,
tools/perf/ui/browsers/hists.c
162
static char hist_entry__folded(const struct hist_entry *he)
tools/perf/ui/browsers/hists.c
1870
struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
1912
struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
1935
struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
1950
struct hist_entry *h;
tools/perf/ui/browsers/hists.c
1983
h = rb_entry(browser->top, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
2005
h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
2027
h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
2064
h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
2073
h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
2079
struct hist_entry *he, FILE *fp,
tools/perf/ui/browsers/hists.c
2093
struct hist_entry *he, FILE *fp)
tools/perf/ui/browsers/hists.c
2135
struct hist_entry *he,
tools/perf/ui/browsers/hists.c
2199
struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
2312
static struct hist_entry *hist_browser__selected_entry(struct hist_browser *browser)
tools/perf/ui/browsers/hists.c
2471
struct hist_entry *he;
tools/perf/ui/browsers/hists.c
2551
struct hist_entry *he = browser->he_selection;
tools/perf/ui/browsers/hists.c
2560
struct hist_entry *he)
tools/perf/ui/browsers/hists.c
273
static int hierarchy_count_rows(struct hist_browser *hb, struct hist_entry *he,
tools/perf/ui/browsers/hists.c
2776
struct hist_entry *he;
tools/perf/ui/browsers/hists.c
278
struct hist_entry *child;
tools/perf/ui/browsers/hists.c
2814
struct hist_entry *he;
tools/perf/ui/browsers/hists.c
290
child = rb_entry(node, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
2960
struct hist_entry *he;
tools/perf/ui/browsers/hists.c
2968
he = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
305
static bool hist_entry__toggle_fold(struct hist_entry *he)
tools/perf/ui/browsers/hists.c
382
static void hist_entry__init_have_children(struct hist_entry *he)
tools/perf/ui/browsers/hists.c
399
struct hist_entry *he = browser->he_selection;
tools/perf/ui/browsers/hists.c
413
struct hist_entry *he = browser->he_selection;
tools/perf/ui/browsers/hists.c
427
struct hist_entry *he = browser->he_selection;
tools/perf/ui/browsers/hists.c
445
struct hist_entry *he = browser->he_selection;
tools/perf/ui/browsers/hists.c
565
static int hierarchy_set_folding(struct hist_browser *hb, struct hist_entry *he,
tools/perf/ui/browsers/hists.c
570
struct hist_entry *child;
tools/perf/ui/browsers/hists.c
574
child = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
583
static void hist_entry__set_folding(struct hist_entry *he,
tools/perf/ui/browsers/hists.c
606
struct hist_entry *he;
tools/perf/ui/browsers/hists.c
611
he = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
703
struct hist_entry *h = rb_entry(browser->b.top, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.c
71
struct hist_entry *he =
tools/perf/ui/browsers/hists.c
72
rb_entry(nd, struct hist_entry, rb_node);
tools/perf/ui/browsers/hists.h
12
struct hist_entry *he_selection;
tools/perf/ui/gtk/annotate.c
255
int hist_entry__gtk_annotate(struct hist_entry *he,
tools/perf/ui/gtk/gtk.h
57
struct hist_entry;
tools/perf/ui/gtk/gtk.h
62
int hist_entry__gtk_annotate(struct hist_entry *he,
tools/perf/ui/gtk/hists.c
359
struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/ui/gtk/hists.c
414
struct hist_entry *he;
tools/perf/ui/gtk/hists.c
425
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/ui/gtk/hists.c
44
static u64 he_get_##_field(struct hist_entry *he) \
tools/perf/ui/gtk/hists.c
51
struct hist_entry *he) \
tools/perf/ui/gtk/hists.c
58
static u64 he_get_acc_##_field(struct hist_entry *he) \
tools/perf/ui/gtk/hists.c
65
struct hist_entry *he) \
tools/perf/ui/hist.c
124
struct hist_entry *he, hpp_field_fn get_field,
tools/perf/ui/hist.c
144
struct hist_entry *he, hpp_field_fn get_field,
tools/perf/ui/hist.c
157
struct hist_entry *he, enum mem_stat_type mst,
tools/perf/ui/hist.c
207
static int hist_entry__new_pair(struct hist_entry *a, struct hist_entry *b,
tools/perf/ui/hist.c
213
struct hist_entry *pair;
tools/perf/ui/hist.c
238
static int __hpp__group_sort_idx(struct hist_entry *a, struct hist_entry *b,
tools/perf/ui/hist.c
278
static int __hpp__sort(struct hist_entry *a, struct hist_entry *b,
tools/perf/ui/hist.c
317
static int __hpp__sort_acc(struct hist_entry *a, struct hist_entry *b,
tools/perf/ui/hist.c
368
struct hist_entry *a, struct hist_entry *b)
tools/perf/ui/hist.c
504
static u64 he_get_##_field(struct hist_entry *he) \
tools/perf/ui/hist.c
510
struct perf_hpp *hpp, struct hist_entry *he) \
tools/perf/ui/hist.c
518
struct perf_hpp *hpp, struct hist_entry *he) \
tools/perf/ui/hist.c
526
struct hist_entry *a, struct hist_entry *b) \
tools/perf/ui/hist.c
532
static u64 he_get_acc_##_field(struct hist_entry *he) \
tools/perf/ui/hist.c
538
struct perf_hpp *hpp, struct hist_entry *he) \
tools/perf/ui/hist.c
546
struct perf_hpp *hpp, struct hist_entry *he) \
tools/perf/ui/hist.c
554
struct hist_entry *a, struct hist_entry *b) \
tools/perf/ui/hist.c
560
static u64 he_get_raw_##_field(struct hist_entry *he) \
tools/perf/ui/hist.c
566
struct perf_hpp *hpp, struct hist_entry *he) \
tools/perf/ui/hist.c
574
struct hist_entry *a, struct hist_entry *b) \
tools/perf/ui/hist.c
580
static u64 he_get_##_field(struct hist_entry *he) \
tools/perf/ui/hist.c
586
struct perf_hpp *hpp, struct hist_entry *he) \
tools/perf/ui/hist.c
59
static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he,
tools/perf/ui/hist.c
594
struct hist_entry *a, struct hist_entry *b) \
tools/perf/ui/hist.c
602
struct hist_entry *he) \
tools/perf/ui/hist.c
611
struct hist_entry *he) \
tools/perf/ui/hist.c
662
struct hist_entry *a __maybe_unused,
tools/perf/ui/hist.c
663
struct hist_entry *b __maybe_unused)
tools/perf/ui/hist.c
84
struct hist_entry *pair;
tools/perf/ui/stdio/hist.c
385
static size_t hist_entry_callchain__fprintf(struct hist_entry *he,
tools/perf/ui/stdio/hist.c
418
int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,
tools/perf/ui/stdio/hist.c
456
static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp)
tools/perf/ui/stdio/hist.c
461
static int hist_entry__hierarchy_fprintf(struct hist_entry *he,
tools/perf/ui/stdio/hist.c
542
static int hist_entry__block_fprintf(struct hist_entry *he,
tools/perf/ui/stdio/hist.c
566
static int hist_entry__individual_block_fprintf(struct hist_entry *he,
tools/perf/ui/stdio/hist.c
585
static int hist_entry__fprintf(struct hist_entry *he, size_t size,
tools/perf/ui/stdio/hist.c
871
struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/util/annotate-data.c
1850
static void print_annotated_data_header(struct hist_entry *he, struct evsel *evsel)
tools/perf/util/annotate-data.c
1859
struct hist_entry *pair;
tools/perf/util/annotate-data.c
1952
int hist_entry__annotate_data_tty(struct hist_entry *he, struct evsel *evsel)
tools/perf/util/annotate-data.h
20
struct hist_entry;
tools/perf/util/annotate-data.h
246
int hist_entry__annotate_data_tty(struct hist_entry *he, struct evsel *evsel);
tools/perf/util/annotate-data.h
294
static inline int hist_entry__annotate_data_tty(struct hist_entry *he __maybe_unused,
tools/perf/util/annotate-data.h
311
int hist_entry__annotate_data_tui(struct hist_entry *he, struct evsel *evsel,
tools/perf/util/annotate-data.h
314
static inline int hist_entry__annotate_data_tui(struct hist_entry *he __maybe_unused,
tools/perf/util/annotate.c
1216
int hist_entry__annotate_printf(struct hist_entry *he, struct evsel *evsel)
tools/perf/util/annotate.c
1393
struct hist_entry *he)
tools/perf/util/annotate.c
1664
int hist_entry__tty_annotate2(struct hist_entry *he, struct evsel *evsel)
tools/perf/util/annotate.c
1704
int hist_entry__tty_annotate(struct hist_entry *he, struct evsel *evsel)
tools/perf/util/annotate.c
2794
__hist_entry__get_data_type(struct hist_entry *he, const struct arch *arch,
tools/perf/util/annotate.c
2894
struct annotated_data_type *hist_entry__get_data_type(struct hist_entry *he)
tools/perf/util/annotate.c
591
int hist_entry__inc_addr_samples(struct hist_entry *he, struct perf_sample *sample, u64 ip)
tools/perf/util/annotate.c
766
__hist_entry__get_data_type(struct hist_entry *he, const struct arch *arch,
tools/perf/util/annotate.h
203
struct hist_entry *he;
tools/perf/util/annotate.h
21
struct hist_entry;
tools/perf/util/annotate.h
435
int hist_entry__inc_addr_samples(struct hist_entry *he, struct perf_sample *sample, u64 addr);
tools/perf/util/annotate.h
477
struct hist_entry *he);
tools/perf/util/annotate.h
481
int hist_entry__annotate_printf(struct hist_entry *he, struct evsel *evsel);
tools/perf/util/annotate.h
482
int hist_entry__tty_annotate(struct hist_entry *he, struct evsel *evsel);
tools/perf/util/annotate.h
483
int hist_entry__tty_annotate2(struct hist_entry *he, struct evsel *evsel);
tools/perf/util/annotate.h
551
struct annotated_data_type *hist_entry__get_data_type(struct hist_entry *he);
tools/perf/util/block-info.c
128
int block_info__process_sym(struct hist_entry *he, struct block_hist *bh,
tools/perf/util/block-info.c
151
struct hist_entry *he_block;
tools/perf/util/block-info.c
212
struct hist_entry *he)
tools/perf/util/block-info.c
225
struct hist_entry *left,
tools/perf/util/block-info.c
226
struct hist_entry *right)
tools/perf/util/block-info.c
255
struct perf_hpp *hpp, struct hist_entry *he)
tools/perf/util/block-info.c
268
struct perf_hpp *hpp, struct hist_entry *he)
tools/perf/util/block-info.c
285
struct hist_entry *he)
tools/perf/util/block-info.c
299
struct hist_entry *he)
tools/perf/util/block-info.c
330
struct hist_entry *he)
tools/perf/util/block-info.c
359
struct hist_entry *he)
tools/perf/util/block-info.c
445
struct hist_entry *he;
tools/perf/util/block-info.c
454
he = rb_entry(next, struct hist_entry, rb_node);
tools/perf/util/block-info.c
524
float block_info__total_cycles_percent(struct hist_entry *he)
tools/perf/util/block-info.c
72
int64_t __block_info__cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/block-info.c
98
struct hist_entry *left, struct hist_entry *right)
tools/perf/util/block-info.h
55
int64_t __block_info__cmp(struct hist_entry *left, struct hist_entry *right);
tools/perf/util/block-info.h
58
struct hist_entry *left, struct hist_entry *right);
tools/perf/util/block-info.h
60
int block_info__process_sym(struct hist_entry *he, struct block_hist *bh,
tools/perf/util/block-info.h
74
float block_info__total_cycles_percent(struct hist_entry *he);
tools/perf/util/callchain.c
1187
int hist_entry__append_callchain(struct hist_entry *he, struct perf_sample *sample)
tools/perf/util/callchain.c
1826
static u64 count_callchain_hits(struct hist_entry *he)
tools/perf/util/callchain.c
1848
struct hist_entry *he = rb_entry(next, struct hist_entry,
tools/perf/util/callchain.h
11
struct hist_entry;
tools/perf/util/callchain.h
248
int hist_entry__append_callchain(struct hist_entry *he, struct perf_sample *sample);
tools/perf/util/hist.c
1042
struct hist_entry *he = NULL;
tools/perf/util/hist.c
1108
struct hist_entry *he;
tools/perf/util/hist.c
1123
struct hist_entry *he = iter->he;
tools/perf/util/hist.c
1141
struct hist_entry **he_cache;
tools/perf/util/hist.c
1171
struct hist_entry **he_cache = iter->he_cache;
tools/perf/util/hist.c
1172
struct hist_entry *he;
tools/perf/util/hist.c
1210
hist_entry__fast__sym_diff(struct hist_entry *left,
tools/perf/util/hist.c
1211
struct hist_entry *right)
tools/perf/util/hist.c
1229
struct hist_entry **he_cache = iter->he_cache;
tools/perf/util/hist.c
1230
struct hist_entry *he;
tools/perf/util/hist.c
1231
struct hist_entry he_tmp = {
tools/perf/util/hist.c
1388
hist_entry__cmp_impl(struct perf_hpp_list *hpp_list, struct hist_entry *left,
tools/perf/util/hist.c
1389
struct hist_entry *right, unsigned long fn_offset,
tools/perf/util/hist.c
1424
hist_entry__cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/hist.c
1431
hist_entry__sort(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/hist.c
1438
hist_entry__collapse(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/hist.c
1446
struct hist_entry *left,
tools/perf/util/hist.c
1447
struct hist_entry *right)
tools/perf/util/hist.c
1453
void hist_entry__delete(struct hist_entry *he)
tools/perf/util/hist.c
1459
struct hist_entry *child, *tmp;
tools/perf/util/hist.c
1506
int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
tools/perf/util/hist.c
1524
static void hists__apply_filters(struct hists *hists, struct hist_entry *he);
tools/perf/util/hist.c
1525
static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *he,
tools/perf/util/hist.c
1535
static void hist_entry__check_and_remove_filter(struct hist_entry *he,
tools/perf/util/hist.c
1541
struct hist_entry *parent = he->parent_he;
tools/perf/util/hist.c
1609
static void hist_entry__apply_hierarchy_filters(struct hist_entry *he)
tools/perf/util/hist.c
1626
static struct hist_entry *hierarchy_insert_entry(struct hists *hists,
tools/perf/util/hist.c
1628
struct hist_entry *he,
tools/perf/util/hist.c
1629
struct hist_entry *parent_he,
tools/perf/util/hist.c
1634
struct hist_entry *iter, *new;
tools/perf/util/hist.c
1641
iter = rb_entry(parent, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
1699
struct hist_entry *he)
tools/perf/util/hist.c
1702
struct hist_entry *new_he = NULL;
tools/perf/util/hist.c
1703
struct hist_entry *parent = NULL;
tools/perf/util/hist.c
1751
struct hist_entry *he)
tools/perf/util/hist.c
1755
struct hist_entry *iter;
tools/perf/util/hist.c
1764
iter = rb_entry(parent, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
1820
static void hists__apply_filters(struct hists *hists, struct hist_entry *he)
tools/perf/util/hist.c
1833
struct hist_entry *n;
tools/perf/util/hist.c
1848
n = rb_entry(next, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
1886
static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h)
tools/perf/util/hist.c
1893
void hists__inc_stats(struct hists *hists, struct hist_entry *h)
tools/perf/util/hist.c
1906
struct hist_entry *he;
tools/perf/util/hist.c
1921
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/util/hist.c
1934
struct hist_entry *he)
tools/perf/util/hist.c
1938
struct hist_entry *iter;
tools/perf/util/hist.c
1944
iter = rb_entry(parent, struct hist_entry, rb_node);
tools/perf/util/hist.c
1972
struct hist_entry *he;
tools/perf/util/hist.c
1978
he = rb_entry(node, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
2019
struct hist_entry *he,
tools/perf/util/hist.c
2025
struct hist_entry *iter;
tools/perf/util/hist.c
2044
iter = rb_entry(parent, struct hist_entry, rb_node);
tools/perf/util/hist.c
2070
struct hist_entry *n;
tools/perf/util/hist.c
2102
n = rb_entry(next, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
2150
static bool can_goto_child(struct hist_entry *he, enum hierarchy_move_dir hmd)
tools/perf/util/hist.c
2163
struct hist_entry *he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/util/hist.c
2167
he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/util/hist.c
2174
struct hist_entry *he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/util/hist.c
2193
struct hist_entry *he = rb_entry(node, struct hist_entry, rb_node);
tools/perf/util/hist.c
2206
bool hist_entry__has_hierarchy_children(struct hist_entry *he, float limit)
tools/perf/util/hist.c
2209
struct hist_entry *child;
tools/perf/util/hist.c
2216
child = rb_entry(node, struct hist_entry, rb_node);
tools/perf/util/hist.c
2220
child = rb_entry(node, struct hist_entry, rb_node);
tools/perf/util/hist.c
2231
static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h,
tools/perf/util/hist.c
2237
struct hist_entry *parent = h->parent_he;
tools/perf/util/hist.c
2274
struct hist_entry *he)
tools/perf/util/hist.c
2286
struct hist_entry *he)
tools/perf/util/hist.c
2298
struct hist_entry *he)
tools/perf/util/hist.c
2311
struct hist_entry *he)
tools/perf/util/hist.c
2323
struct hist_entry *he)
tools/perf/util/hist.c
2332
typedef bool (*filter_fn_t)(struct hists *hists, struct hist_entry *he);
tools/perf/util/hist.c
2344
struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/util/hist.c
2354
struct hist_entry *he)
tools/perf/util/hist.c
2358
struct hist_entry *iter;
tools/perf/util/hist.c
2365
iter = rb_entry(parent, struct hist_entry, rb_node);
tools/perf/util/hist.c
2383
struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/util/hist.c
2406
struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/util/hist.c
2450
struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
tools/perf/util/hist.c
2544
static struct hist_entry *hists__add_dummy_entry(struct hists *hists,
tools/perf/util/hist.c
2545
struct hist_entry *pair)
tools/perf/util/hist.c
2550
struct hist_entry *he;
tools/perf/util/hist.c
2563
he = rb_entry(parent, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
2593
static struct hist_entry *add_dummy_hierarchy_entry(struct hists *hists,
tools/perf/util/hist.c
2595
struct hist_entry *pair)
tools/perf/util/hist.c
2599
struct hist_entry *he;
tools/perf/util/hist.c
2607
he = rb_entry(parent, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
2634
static struct hist_entry *hists__find_entry(struct hists *hists,
tools/perf/util/hist.c
2635
struct hist_entry *he)
tools/perf/util/hist.c
2645
struct hist_entry *iter = rb_entry(n, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
2659
static struct hist_entry *hists__find_hierarchy_entry(struct rb_root_cached *root,
tools/perf/util/hist.c
2660
struct hist_entry *he)
tools/perf/util/hist.c
2665
struct hist_entry *iter;
tools/perf/util/hist.c
2668
iter = rb_entry(n, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
2685
struct hist_entry *pos, *pair;
tools/perf/util/hist.c
2688
pos = rb_entry(nd, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
269
struct hist_entry *n;
tools/perf/util/hist.c
2705
struct hist_entry *pos, *pair;
tools/perf/util/hist.c
2719
pos = rb_entry(nd, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
2728
struct hist_entry *parent,
tools/perf/util/hist.c
2733
struct hist_entry *pos, *leader;
tools/perf/util/hist.c
2736
pos = rb_entry(nd, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
275
n = rb_entry(next, struct hist_entry, rb_node);
tools/perf/util/hist.c
2780
struct hist_entry *pos, *pair;
tools/perf/util/hist.c
2795
pos = rb_entry(nd, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
2812
struct hist_entry *pos;
tools/perf/util/hist.c
2820
pos = rb_entry(nd, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
3033
struct hist_entry *he;
tools/perf/util/hist.c
3039
he = rb_entry(node, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
342
static int hists__update_mem_stat(struct hists *hists, struct hist_entry *he,
tools/perf/util/hist.c
35
static int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
tools/perf/util/hist.c
36
static int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
tools/perf/util/hist.c
365
static void hists__add_mem_stat(struct hists *hists, struct hist_entry *dst,
tools/perf/util/hist.c
366
struct hist_entry *src)
tools/perf/util/hist.c
377
static int hists__clone_mem_stat(struct hists *hists, struct hist_entry *dst,
tools/perf/util/hist.c
378
struct hist_entry *src)
tools/perf/util/hist.c
39
struct hist_entry *he);
tools/perf/util/hist.c
394
static void hists__decay_mem_stat(struct hists *hists, struct hist_entry *he)
tools/perf/util/hist.c
405
static void hists__delete_entry(struct hists *hists, struct hist_entry *he);
tools/perf/util/hist.c
407
static bool hists__decay_entry(struct hists *hists, struct hist_entry *he)
tools/perf/util/hist.c
41
struct hist_entry *he);
tools/perf/util/hist.c
43
struct hist_entry *he);
tools/perf/util/hist.c
434
struct hist_entry *child;
tools/perf/util/hist.c
437
child = rb_entry(node, struct hist_entry, rb_node);
tools/perf/util/hist.c
448
static void hists__delete_entry(struct hists *hists, struct hist_entry *he)
tools/perf/util/hist.c
45
struct hist_entry *he);
tools/perf/util/hist.c
47
struct hist_entry *he);
tools/perf/util/hist.c
477
struct hist_entry *n;
tools/perf/util/hist.c
480
n = rb_entry(next, struct hist_entry, rb_node);
tools/perf/util/hist.c
493
struct hist_entry *n;
tools/perf/util/hist.c
496
n = rb_entry(next, struct hist_entry, rb_node);
tools/perf/util/hist.c
503
struct hist_entry *hists__get_entry(struct hists *hists, int idx)
tools/perf/util/hist.c
506
struct hist_entry *n;
tools/perf/util/hist.c
510
n = rb_entry(next, struct hist_entry, rb_node);
tools/perf/util/hist.c
525
static int hist_entry__init(struct hist_entry *he,
tools/perf/util/hist.c
526
struct hist_entry *template,
tools/perf/util/hist.c
624
return zalloc(size + sizeof(struct hist_entry));
tools/perf/util/hist.c
637
static struct hist_entry *hist_entry__new(struct hist_entry *template,
tools/perf/util/hist.c
642
struct hist_entry *he;
tools/perf/util/hist.c
669
static void hist_entry__add_callchain_period(struct hist_entry *he, u64 period, u64 latency)
tools/perf/util/hist.c
682
static struct hist_entry *hists__findnew_entry(struct hists *hists,
tools/perf/util/hist.c
683
struct hist_entry *entry,
tools/perf/util/hist.c
689
struct hist_entry *he;
tools/perf/util/hist.c
699
he = rb_entry(parent, struct hist_entry, rb_node_in);
tools/perf/util/hist.c
778
static void hists__res_sample(struct hist_entry *he, struct perf_sample *sample)
tools/perf/util/hist.c
794
static struct hist_entry*
tools/perf/util/hist.c
807
struct hist_entry entry = {
tools/perf/util/hist.c
86
void hists__calc_col_len(struct hists *hists, struct hist_entry *h)
tools/perf/util/hist.c
861
struct hist_entry *hists__add_entry(struct hists *hists,
tools/perf/util/hist.c
874
struct hist_entry *hists__add_entry_ops(struct hists *hists,
tools/perf/util/hist.c
888
struct hist_entry *hists__add_entry_block(struct hists *hists,
tools/perf/util/hist.c
892
struct hist_entry entry = {
tools/perf/util/hist.c
940
struct hist_entry *he;
tools/perf/util/hist.c
973
struct hist_entry *he = iter->he;
tools/perf/util/hist.h
160
struct hist_entry *he;
tools/perf/util/hist.h
165
struct hist_entry **he_cache;
tools/perf/util/hist.h
307
struct hist_entry *parent_he;
tools/perf/util/hist.h
321
static __pure inline bool hist_entry__has_callchains(struct hist_entry *he)
tools/perf/util/hist.h
326
static inline bool hist_entry__has_pairs(struct hist_entry *he)
tools/perf/util/hist.h
331
static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he)
tools/perf/util/hist.h
334
return list_entry(he->pairs.node.next, struct hist_entry, pairs.node);
tools/perf/util/hist.h
338
static inline void hist_entry__add_pair(struct hist_entry *pair,
tools/perf/util/hist.h
339
struct hist_entry *he)
tools/perf/util/hist.h
344
struct hist_entry *hists__add_entry(struct hists *hists,
tools/perf/util/hist.h
353
struct hist_entry *hists__add_entry_ops(struct hists *hists,
tools/perf/util/hist.h
363
struct hist_entry *hists__add_entry_block(struct hists *hists,
tools/perf/util/hist.h
374
int hist_entry__sort_snprintf(struct hist_entry *he, char *bf, size_t size,
tools/perf/util/hist.h
376
int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
tools/perf/util/hist.h
378
int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size,
tools/perf/util/hist.h
380
void hist_entry__delete(struct hist_entry *he);
tools/perf/util/hist.h
382
typedef int (*hists__resort_cb_t)(struct hist_entry *he, void *arg);
tools/perf/util/hist.h
397
struct hist_entry *hists__get_entry(struct hists *hists, int idx);
tools/perf/util/hist.h
402
void hists__inc_stats(struct hists *hists, struct hist_entry *h);
tools/perf/util/hist.h
430
void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
tools/perf/util/hist.h
436
static inline float hist_entry__get_percent_limit(struct hist_entry *he)
tools/perf/util/hist.h
486
struct perf_hpp_fmt *, struct hist_entry *, struct hist_entry *);
tools/perf/util/hist.h
494
void (*init)(struct perf_hpp_fmt *fmt, struct hist_entry *he);
tools/perf/util/hist.h
496
struct hist_entry *he);
tools/perf/util/hist.h
498
struct hist_entry *he);
tools/perf/util/hist.h
630
int hist_entry__filter(struct hist_entry *he, int type, const void *arg);
tools/perf/util/hist.h
657
typedef u64 (*hpp_field_fn)(struct hist_entry *he);
tools/perf/util/hist.h
662
struct hist_entry *he, hpp_field_fn get_field,
tools/perf/util/hist.h
666
struct hist_entry *he, hpp_field_fn get_field,
tools/perf/util/hist.h
670
struct hist_entry *he, enum mem_stat_type mst,
tools/perf/util/hist.h
711
struct hist_entry he;
tools/perf/util/hist.h
720
int __hist_entry__tui_annotate(struct hist_entry *he, struct map_symbol *ms,
tools/perf/util/hist.h
724
int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel,
tools/perf/util/hist.h
750
static inline int __hist_entry__tui_annotate(struct hist_entry *he __maybe_unused,
tools/perf/util/hist.h
759
static inline int hist_entry__tui_annotate(struct hist_entry *he __maybe_unused,
tools/perf/util/hist.h
828
bool hist_entry__has_hierarchy_children(struct hist_entry *he, float limit);
tools/perf/util/hist.h
831
int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,
tools/perf/util/kvm-stat.h
52
struct hist_entry he;
tools/perf/util/mem-events.h
88
struct hist_entry;
tools/perf/util/sort.c
1011
sort__parent_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1022
static int hist_entry__parent_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1039
sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1044
static int hist_entry__cpu_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1060
sort__parallelism_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1065
static int hist_entry__parallelism_filter(struct hist_entry *he, int type, const void *arg)
tools/perf/util/sort.c
1075
static int hist_entry__parallelism_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1102
sort__cgroup_id_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1114
static int hist_entry__cgroup_id_snprintf(struct hist_entry *he,
tools/perf/util/sort.c
1132
sort__cgroup_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1137
static int hist_entry__cgroup_snprintf(struct hist_entry *he,
tools/perf/util/sort.c
1165
sort__socket_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1170
static int hist_entry__socket_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1176
static int hist_entry__socket_filter(struct hist_entry *he, int type, const void *arg)
tools/perf/util/sort.c
118
sort__thread_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1197
sort__time_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1202
static int hist_entry__time_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1227
static char *get_trace_output(struct hist_entry *he)
tools/perf/util/sort.c
123
static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1256
sort__trace_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1272
static int hist_entry__trace_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1297
sort__dso_from_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1306
static int hist_entry__dso_from_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1316
static int hist_entry__dso_from_filter(struct hist_entry *he, int type,
tools/perf/util/sort.c
1329
sort__dso_to_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
133
static int hist_entry__thread_filter(struct hist_entry *he, int type, const void *arg)
tools/perf/util/sort.c
1338
static int hist_entry__dso_to_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1348
static int hist_entry__dso_to_filter(struct hist_entry *he, int type,
tools/perf/util/sort.c
1361
sort__sym_from_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1378
sort__sym_to_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1394
static int hist_entry__sym_from_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1407
static int hist_entry__sym_to_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1420
static int hist_entry__sym_from_filter(struct hist_entry *he, int type,
tools/perf/util/sort.c
1432
static int hist_entry__sym_to_filter(struct hist_entry *he, int type,
tools/perf/util/sort.c
1507
static int hist_entry__addr_from_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1520
static int hist_entry__addr_to_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1534
sort__addr_from_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
154
sort__tgid_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1558
sort__addr_to_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
159
static int hist_entry__tgid_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1599
sort__mispredict_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1611
static int hist_entry__mispredict_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1626
sort__cycles_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1635
static int hist_entry__cycles_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1655
sort__daddr_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1667
static int hist_entry__daddr_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1681
sort__iaddr_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1693
static int hist_entry__iaddr_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1707
sort__dso_daddr_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1720
static int hist_entry__dso_daddr_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1732
sort__locked_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1750
static int hist_entry__locked_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1760
sort__tlb_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1778
static int hist_entry__tlb_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1788
sort__lvl_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1806
static int hist_entry__lvl_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1816
sort__snoop_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1834
static int hist_entry__snoop_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1844
sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1908
static int hist_entry__dcacheline_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
191
sort__simd_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1944
sort__weight_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1949
static int hist_entry__local_weight_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1962
static int hist_entry__global_weight_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1977
sort__ins_lat_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
1982
static int hist_entry__local_ins_lat_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
1995
static int hist_entry__global_ins_lat_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2010
sort__p_stage_cyc_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2015
static int hist_entry__global_p_stage_cyc_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2022
static int hist_entry__p_stage_cyc_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2099
sort__blocked_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2117
static int hist_entry__blocked_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
213
static int hist_entry__simd_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2134
sort__phys_daddr_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2146
static int hist_entry__phys_daddr_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2175
sort__data_page_size_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2187
static int hist_entry__data_page_size_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2204
sort__code_page_size_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2212
static int hist_entry__code_page_size_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2229
sort__abort_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2238
static int hist_entry__abort_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2261
sort__in_tx_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2270
static int hist_entry__in_tx_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2293
sort__transaction_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2333
static int hist_entry__transaction_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2376
sort__sym_size_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2390
static int hist_entry__sym_size_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2415
sort__dso_size_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2429
static int hist_entry__dso_size_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2445
sort__addr_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2460
static int hist_entry__addr_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2489
sort__type_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2494
static void sort__type_init(struct hist_entry *he)
tools/perf/util/sort.c
2507
sort__type_collapse(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
251
sort__comm_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2526
sort__type_sort(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2531
static int hist_entry__type_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2550
sort__typeoff_sort(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
257
sort__comm_collapse(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2572
static int hist_entry__typeoff_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
2603
hist_entry__cln_size(struct hist_entry *he)
tools/perf/util/sort.c
2624
sort__typecln_sort(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
263
sort__comm_sort(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
2652
static int hist_entry__typecln_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
268
static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
286
size_t sort__comm_nodigit_len(struct hist_entry *entry)
tools/perf/util/sort.c
2902
struct hist_entry *he)
tools/perf/util/sort.c
2916
struct hist_entry *a, struct hist_entry *b)
tools/perf/util/sort.c
2925
struct hist_entry *a, struct hist_entry *b)
tools/perf/util/sort.c
2928
int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *);
tools/perf/util/sort.c
2936
struct hist_entry *a, struct hist_entry *b)
tools/perf/util/sort.c
2939
int64_t (*sort_fn)(struct hist_entry *, struct hist_entry *);
tools/perf/util/sort.c
3002
static void hse_init(struct perf_hpp_fmt *fmt, struct hist_entry *he)
tools/perf/util/sort.c
3071
int hist_entry__filter(struct hist_entry *he, int type, const void *arg)
tools/perf/util/sort.c
3169
struct hist_entry *he)
tools/perf/util/sort.c
3252
struct hist_entry *he)
tools/perf/util/sort.c
327
sort__comm_nodigit_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
3314
struct hist_entry *a, struct hist_entry *b)
tools/perf/util/sort.c
333
sort__comm_nodigit_collapse(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
3369
static void __sort__hde_init(struct perf_hpp_fmt *fmt, struct hist_entry *he)
tools/perf/util/sort.c
339
sort__comm_nodigit_sort(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
344
static int hist_entry__comm_nodigit_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
416
sort__dso_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
433
static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
439
static int hist_entry__dso_filter(struct hist_entry *he, int type, const void *arg)
tools/perf/util/sort.c
488
sort__sym_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
509
sort__sym_sort(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
560
int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width)
tools/perf/util/sort.c
566
static int hist_entry__sym_filter(struct hist_entry *he, int type, const void *arg)
tools/perf/util/sort.c
588
sort__symoff_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
600
sort__symoff_sort(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
612
hist_entry__symoff_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width)
tools/perf/util/sort.c
633
char *hist_entry__srcline(struct hist_entry *he)
tools/perf/util/sort.c
639
sort__srcline_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
651
sort__srcline_collapse(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
662
sort__srcline_sort(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
668
sort__srcline_init(struct hist_entry *he)
tools/perf/util/sort.c
674
static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
698
sort__srcline_from_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
704
sort__srcline_from_collapse(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
716
sort__srcline_from_sort(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
721
static void sort__srcline_from_init(struct hist_entry *he)
tools/perf/util/sort.c
727
static int hist_entry__srcline_from_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
746
sort__srcline_to_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
752
sort__srcline_to_collapse(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
764
sort__srcline_to_sort(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
769
static void sort__srcline_to_init(struct hist_entry *he)
tools/perf/util/sort.c
775
static int hist_entry__srcline_to_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
791
static int hist_entry__sym_ipc_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.c
824
static int hist_entry__sym_ipc_null_snprintf(struct hist_entry *he
tools/perf/util/sort.c
845
sort__callchain_branch_predicted_cmp(struct hist_entry *left __maybe_unused,
tools/perf/util/sort.c
846
struct hist_entry *right __maybe_unused)
tools/perf/util/sort.c
852
struct hist_entry *he, char *bf, size_t size, unsigned int width)
tools/perf/util/sort.c
878
sort__callchain_branch_abort_cmp(struct hist_entry *left __maybe_unused,
tools/perf/util/sort.c
879
struct hist_entry *right __maybe_unused)
tools/perf/util/sort.c
884
static int hist_entry__callchain_branch_abort_snprintf(struct hist_entry *he,
tools/perf/util/sort.c
908
sort__callchain_branch_cycles_cmp(struct hist_entry *left __maybe_unused,
tools/perf/util/sort.c
909
struct hist_entry *right __maybe_unused)
tools/perf/util/sort.c
914
static int hist_entry__callchain_branch_cycles_snprintf(struct hist_entry *he,
tools/perf/util/sort.c
942
static char *hist_entry__get_srcfile(struct hist_entry *e)
tools/perf/util/sort.c
964
sort__srcfile_cmp(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
970
sort__srcfile_collapse(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
981
sort__srcfile_sort(struct hist_entry *left, struct hist_entry *right)
tools/perf/util/sort.c
986
static void sort__srcfile_init(struct hist_entry *he)
tools/perf/util/sort.c
992
static int hist_entry__srcfile_snprintf(struct hist_entry *he, char *bf,
tools/perf/util/sort.h
121
int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *);
tools/perf/util/sort.h
122
int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *);
tools/perf/util/sort.h
123
int64_t (*se_sort)(struct hist_entry *, struct hist_entry *);
tools/perf/util/sort.h
124
int (*se_snprintf)(struct hist_entry *he, char *bf, size_t size,
tools/perf/util/sort.h
126
int (*se_filter)(struct hist_entry *he, int type, const void *arg);
tools/perf/util/sort.h
127
void (*se_init)(struct hist_entry *he);
tools/perf/util/sort.h
154
sort__iaddr_cmp(struct hist_entry *left, struct hist_entry *right);
tools/perf/util/sort.h
156
sort__daddr_cmp(struct hist_entry *left, struct hist_entry *right);
tools/perf/util/sort.h
158
sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right);
tools/perf/util/sort.h
161
char *hist_entry__srcline(struct hist_entry *he);
tools/perf/util/sort.h
162
size_t sort__comm_nodigit_len(struct hist_entry *entry);
tools/perf/util/stream.c
117
struct hist_entry *he;
tools/perf/util/stream.c
119
he = rb_entry(next, struct hist_entry, rb_node);
tools/perf/util/stream.c
98
static void update_hot_callchain(struct hist_entry *he,
tools/perf/util/top.h
43
struct hist_entry *sym_filter_entry;