Home
last modified time | relevance | path

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

/tools/perf/tests/
Dhists_output.c91 struct hist_entry *he; in del_hist_entries() local
115 #define COMM(he) (thread__comm_str(he->thread)) argument
116 #define DSO(he) (he->ms.map->dso->short_name) argument
117 #define SYM(he) (he->ms.sym->name) argument
118 #define CPU(he) (he->cpu) argument
119 #define PID(he) (he->thread->tid) argument
126 struct hist_entry *he; in test1() local
228 struct hist_entry *he; in test2() local
284 struct hist_entry *he; in test3() local
358 struct hist_entry *he; in test4() local
[all …]
Dhists_cumulate.c125 struct hist_entry *he; in del_hist_entries() local
149 #define COMM(he) (thread__comm_str(he->thread)) argument
150 #define DSO(he) (he->ms.map->dso->short_name) argument
151 #define SYM(he) (he->ms.sym->name) argument
152 #define CPU(he) (he->cpu) argument
153 #define PID(he) (he->thread->tid) argument
154 #define DEPTH(he) (he->callchain->max_depth) argument
179 struct hist_entry *he; in do_test() local
Dhists_link.c66 struct hist_entry *he; in add_hist_entries() local
163 struct hist_entry *he; in __validate_match() local
215 struct hist_entry *he; in __validate_link() local
Dhists_common.c167 struct hist_entry *he; in print_hists_in() local
194 struct hist_entry *he; in print_hists_out() local
/tools/perf/
Dbuiltin-diff.c220 static double period_percent(struct hist_entry *he, u64 period) in period_percent()
227 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta()
237 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio()
247 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff()
259 static int formula_delta(struct hist_entry *he, struct hist_entry *pair, in formula_delta()
276 static int formula_ratio(struct hist_entry *he, struct hist_entry *pair, in formula_ratio()
285 static int formula_wdiff(struct hist_entry *he, struct hist_entry *pair, in formula_wdiff()
296 static int formula_fprintf(struct hist_entry *he, struct hist_entry *pair, in formula_fprintf()
393 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data()
407 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt()
[all …]
Dbuiltin-annotate.c55 struct hist_entry *he; in perf_evsel__add_sample() local
106 static int hist_entry__tty_annotate(struct hist_entry *he, in hist_entry__tty_annotate()
122 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local
Dbuiltin-top.c90 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he) in perf_top__parse_source()
140 static void __zero_source_counters(struct hist_entry *he) in __zero_source_counters()
174 struct hist_entry *he, in perf_top__record_precise_ip()
218 struct hist_entry *he = top->sym_filter_entry; in perf_top__show_details() local
679 struct hist_entry *he = iter->he; in hist_iter__top_callback() local
Dbuiltin-report.c89 static void report__inc_stats(struct report *rep, struct hist_entry *he) in report__inc_stats()
106 struct hist_entry *he = iter->he; in hist_iter__report_callback() local
/tools/perf/util/
Dhist.c225 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry()
307 struct hist_entry *he; in hist_entry__new() local
383 struct hist_entry *he; in add_hist_entry() local
517 struct hist_entry *he; in iter_add_single_mem_entry() local
548 struct hist_entry *he = iter->he; in iter_finish_mem_entry() local
621 struct hist_entry *he = NULL; in iter_add_next_branch_entry() local
669 struct hist_entry *he; in iter_add_single_normal_entry() local
685 struct hist_entry *he = iter->he; in iter_finish_normal_entry() local
730 struct hist_entry *he; in iter_add_single_cumulative_entry() local
775 struct hist_entry *he; in iter_add_next_cumulative_entry() local
[all …]
Dsort.c69 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, in hist_entry__thread_snprintf()
108 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf, in hist_entry__comm_snprintf()
163 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_snprintf()
268 static int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_snprintf()
309 static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_snprintf()
336 static int hist_entry__parent_snprintf(struct hist_entry *he, char *bf, in hist_entry__parent_snprintf()
358 static int hist_entry__cpu_snprintf(struct hist_entry *he, char *bf, in hist_entry__cpu_snprintf()
383 static int hist_entry__dso_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_from_snprintf()
403 static int hist_entry__dso_to_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_to_snprintf()
448 static int hist_entry__sym_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_from_snprintf()
[all …]
Dsort.h117 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs()
122 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he) in hist_entry__next_pair()
130 struct hist_entry *he) in hist_entry__add_pair()
135 static inline float hist_entry__get_percent_limit(struct hist_entry *he) in hist_entry__get_percent_limit()
Dannotate.c517 int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip) in hist_entry__inc_addr_samples()
1407 int hist_entry__annotate(struct hist_entry *he, size_t privsize) in hist_entry__annotate()
Dcallchain.c763 int hist_entry__append_callchain(struct hist_entry *he, struct perf_sample *sample) in hist_entry__append_callchain()
Dhist.h91 struct hist_entry *he; member
/tools/perf/ui/stdio/
Dhist.c268 static size_t hist_entry_callchain__fprintf(struct hist_entry *he, in hist_entry_callchain__fprintf()
295 static size_t hist_entry__callchain_fprintf(struct hist_entry *he, in hist_entry__callchain_fprintf()
319 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) in hist_entry__snprintf()
355 static int hist_entry__fprintf(struct hist_entry *he, size_t size, in hist_entry__fprintf()
/tools/perf/ui/browsers/
Dhists.c125 static char hist_entry__folded(const struct hist_entry *he) in hist_entry__folded()
252 static void hist_entry__init_have_children(struct hist_entry *he) in hist_entry__init_have_children()
264 struct hist_entry *he = browser->he_selection; in hist_browser__toggle_fold() local
339 static void hist_entry__set_folding(struct hist_entry *he, bool unfold) in hist_entry__set_folding()
360 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in __hist_browser__set_folding() local
1072 struct hist_entry *he, FILE *fp) in hist_browser__fprintf_callchain()
1089 struct hist_entry *he, FILE *fp) in hist_browser__fprintf_entry()
1685 struct hist_entry *he; in perf_evsel__hists_browse() local
Dannotate.c822 int hist_entry__tui_annotate(struct hist_entry *he, struct perf_evsel *evsel, in hist_entry__tui_annotate()
/tools/perf/ui/
Dhist.c18 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt()
108 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt()
127 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc()
/tools/perf/ui/gtk/
Dannotate.c229 int hist_entry__gtk_annotate(struct hist_entry *he, in hist_entry__gtk_annotate()