/tools/perf/tests/ |
D | hists_output.c | 93 struct hist_entry *he; in del_hist_entries() local 117 #define COMM(he) (thread__comm_str(he->thread)) argument 118 #define DSO(he) (he->ms.map->dso->short_name) argument 119 #define SYM(he) (he->ms.sym->name) argument 120 #define CPU(he) (he->cpu) argument 121 #define PID(he) (he->thread->tid) argument 128 struct hist_entry *he; in test1() local 230 struct hist_entry *he; in test2() local 286 struct hist_entry *he; in test3() local 360 struct hist_entry *he; in test4() local [all …]
|
D | hists_cumulate.c | 127 struct hist_entry *he; in del_hist_entries() local 151 #define COMM(he) (thread__comm_str(he->thread)) argument 152 #define DSO(he) (he->ms.map->dso->short_name) argument 153 #define SYM(he) (he->ms.sym->name) argument 154 #define CPU(he) (he->cpu) argument 155 #define PID(he) (he->thread->tid) argument 156 #define DEPTH(he) (he->callchain->max_depth) argument 181 struct hist_entry *he; in do_test() local
|
D | hists_link.c | 69 struct hist_entry *he; in add_hist_entries() local 158 struct hist_entry *he; in __validate_match() local 210 struct hist_entry *he; in __validate_link() local
|
D | hists_common.c | 175 struct hist_entry *he; in print_hists_in() local 202 struct hist_entry *he; in print_hists_out() local
|
/tools/perf/util/ |
D | hist.c | 274 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry() 310 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry() 369 static int hist_entry__init(struct hist_entry *he, in hist_entry__init() 463 struct hist_entry *he; in hist_entry__new() local 491 static void hist_entry__add_callchain_period(struct hist_entry *he, u64 period) in hist_entry__add_callchain_period() 508 struct hist_entry *he; in hists__findnew_entry() local 684 struct hist_entry *he; in iter_add_single_mem_entry() local 717 struct hist_entry *he = iter->he; in iter_finish_mem_entry() local 788 struct hist_entry *he = NULL; in iter_add_next_branch_entry() local 839 struct hist_entry *he; in iter_add_single_normal_entry() local [all …]
|
D | sort.c | 84 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, in hist_entry__thread_snprintf() 94 static int hist_entry__thread_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__thread_filter() 134 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf, in hist_entry__comm_snprintf() 190 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_snprintf() 196 static int hist_entry__dso_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__dso_filter() 297 static int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_snprintf() 304 static int hist_entry__sym_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__sym_filter() 325 char *hist_entry__get_srcline(struct hist_entry *he) in hist_entry__get_srcline() 347 static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_snprintf() 393 static int hist_entry__srcline_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_from_snprintf() [all …]
|
D | sort.h | 155 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() 160 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he) in hist_entry__next_pair() 168 struct hist_entry *he) in hist_entry__add_pair() 173 static inline float hist_entry__get_percent_limit(struct hist_entry *he) in hist_entry__get_percent_limit()
|
D | hist.h | 113 struct hist_entry *he; member
|
D | callchain.c | 1071 int hist_entry__append_callchain(struct hist_entry *he, struct perf_sample *sample) in hist_entry__append_callchain()
|
D | annotate.c | 837 int hist_entry__inc_addr_samples(struct hist_entry *he, struct perf_sample *sample, in hist_entry__inc_addr_samples()
|
/tools/perf/ |
D | builtin-diff.c | 232 static double period_percent(struct hist_entry *he, u64 period) in period_percent() 239 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta() 249 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio() 259 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff() 271 static int formula_delta(struct hist_entry *he, struct hist_entry *pair, in formula_delta() 288 static int formula_ratio(struct hist_entry *he, struct hist_entry *pair, in formula_ratio() 297 static int formula_wdiff(struct hist_entry *he, struct hist_entry *pair, in formula_wdiff() 308 static int formula_fprintf(struct hist_entry *he, struct hist_entry *pair, in formula_fprintf() 409 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data() 423 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt() [all …]
|
D | builtin-c2c.c | 64 struct hist_entry he; member 140 static void c2c_he_free(void *he) in c2c_he_free() 165 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists() 223 struct hist_entry *he; in process_sample_event() local 451 struct hist_entry *he) in dcacheline_entry() 464 struct hist_entry *he) in offset_entry() 492 struct hist_entry *he) in iaddr_entry() 513 struct hist_entry *he) in tot_hitm_entry() 598 struct hist_entry *he) in ld_llcmiss_entry() 648 struct hist_entry *he) in tot_recs_entry() [all …]
|
D | builtin-annotate.c | 155 struct hist_entry *he; in perf_evsel__add_sample() local 219 static int hist_entry__tty_annotate(struct hist_entry *he, in hist_entry__tty_annotate() 235 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local
|
D | builtin-top.c | 101 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he) in perf_top__parse_source() 155 static void __zero_source_counters(struct hist_entry *he) in __zero_source_counters() 189 struct hist_entry *he, in perf_top__record_precise_ip() 232 struct hist_entry *he = top->sym_filter_entry; in perf_top__show_details() local 689 struct hist_entry *he = iter->he; in hist_iter__top_callback() local
|
D | builtin-report.c | 117 struct hist_entry *he = iter->he; in hist_iter__report_callback() local 162 struct hist_entry *he = iter->he; in hist_iter__branch_callback() local
|
/tools/perf/ui/browsers/ |
D | hists.c | 56 struct hist_entry *he = in hist_browser__get_folding() local 143 static char hist_entry__folded(const struct hist_entry *he) in hist_entry__folded() 312 static int hierarchy_count_rows(struct hist_browser *hb, struct hist_entry *he, in hierarchy_count_rows() 344 static bool hist_entry__toggle_fold(struct hist_entry *he) in hist_entry__toggle_fold() 421 static void hist_entry__init_have_children(struct hist_entry *he) in hist_entry__init_have_children() 436 static void hist_entry_init_inline_node(struct hist_entry *he) in hist_entry_init_inline_node() 451 struct hist_entry *he = browser->he_selection; in hist_browser__toggle_fold() local 575 static int hierarchy_set_folding(struct hist_browser *hb, struct hist_entry *he, in hierarchy_set_folding() 593 static void __hist_entry__set_folding(struct hist_entry *he, in __hist_entry__set_folding() 612 static void hist_entry__set_folding(struct hist_entry *he, in hist_entry__set_folding() [all …]
|
D | annotate.c | 22 struct sym_hist_entry he; member 960 int hist_entry__tui_annotate(struct hist_entry *he, struct perf_evsel *evsel, in hist_entry__tui_annotate()
|
/tools/perf/ui/stdio/ |
D | hist.c | 441 static size_t hist_entry_callchain__fprintf(struct hist_entry *he, in hist_entry_callchain__fprintf() 474 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf() 512 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) in hist_entry__snprintf() 517 static int hist_entry__hierarchy_fprintf(struct hist_entry *he, in hist_entry__hierarchy_fprintf() 598 static int hist_entry__fprintf(struct hist_entry *he, size_t size, in hist_entry__fprintf()
|
/tools/perf/ui/ |
D | hist.c | 21 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() 111 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt() 130 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc()
|
/tools/perf/ui/gtk/ |
D | annotate.c | 236 int hist_entry__gtk_annotate(struct hist_entry *he, in hist_entry__gtk_annotate()
|
D | hists.c | 411 struct hist_entry *he; in perf_gtk__add_hierarchy_entries() local
|