Home
last modified time | relevance | path

Searched refs:he (Results 1 - 25 of 110) sorted by relevance

12345

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dhists_output.c94 struct hist_entry *he; in del_hist_entries() local
109 he = rb_entry(node, struct hist_entry, rb_node); in del_hist_entries()
111 rb_erase_cached(&he->rb_node_in, root_in); in del_hist_entries()
112 hist_entry__delete(he); in del_hist_entries()
118 #define COMM(he) (thread__comm_str(he->thread))
119 #define DSO(he) (he->ms.map->dso->short_name)
120 #define SYM(he) (he
129 struct hist_entry *he; test1() local
231 struct hist_entry *he; test2() local
287 struct hist_entry *he; test3() local
361 struct hist_entry *he; test4() local
463 struct hist_entry *he; test5() local
[all...]
H A Dhists_common.c177 struct hist_entry *he; in print_hists_in() local
179 he = rb_entry(node, struct hist_entry, rb_node_in); in print_hists_in()
181 if (!he->filtered) { in print_hists_in()
183 i, thread__comm_str(he->thread), in print_hists_in()
184 he->ms.map->dso->short_name, in print_hists_in()
185 he->ms.sym->name, he->stat.period); in print_hists_in()
204 struct hist_entry *he; in print_hists_out() local
206 he = rb_entry(node, struct hist_entry, rb_node); in print_hists_out()
208 if (!he in print_hists_out()
[all...]
H A Dhists_link.c68 struct hist_entry *he; in add_hist_entries() local
89 he = hists__add_entry(hists, &al, NULL, in add_hist_entries()
91 if (he == NULL) { in add_hist_entries()
108 he = hists__add_entry(hists, &al, NULL, in add_hist_entries()
110 if (he == NULL) { in add_hist_entries()
157 struct hist_entry *he; in __validate_match() local
159 he = rb_entry(node, struct hist_entry, rb_node_in); in __validate_match()
161 if (hist_entry__has_pairs(he)) { in __validate_match()
164 he->thread, he in __validate_match()
209 struct hist_entry *he; __validate_link() local
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dhists_output.c97 struct hist_entry *he; in del_hist_entries() local
112 he = rb_entry(node, struct hist_entry, rb_node); in del_hist_entries()
114 rb_erase_cached(&he->rb_node_in, root_in); in del_hist_entries()
115 hist_entry__delete(he); in del_hist_entries()
131 #define COMM(he) (thread__comm_str(he->thread))
132 #define DSO(he) (map__dso(he->ms.map)->short_name)
133 #define SYM(he) (he
142 struct hist_entry *he; test1() local
244 struct hist_entry *he; test2() local
300 struct hist_entry *he; test3() local
374 struct hist_entry *he; test4() local
476 struct hist_entry *he; test5() local
[all...]
H A Dhists_common.c177 struct hist_entry *he; in print_hists_in() local
179 he = rb_entry(node, struct hist_entry, rb_node_in); in print_hists_in()
181 if (!he->filtered) { in print_hists_in()
182 struct dso *dso = map__dso(he->ms.map); in print_hists_in()
185 i, thread__comm_str(he->thread), in print_hists_in()
187 he->ms.sym->name, he->stat.period); in print_hists_in()
206 struct hist_entry *he; in print_hists_out() local
208 he = rb_entry(node, struct hist_entry, rb_node); in print_hists_out()
210 if (!he in print_hists_out()
[all...]
H A Dhists_link.c70 struct hist_entry *he; in add_hist_entries() local
92 he = hists__add_entry(hists, &al, NULL, in add_hist_entries()
94 if (he == NULL) { in add_hist_entries()
112 he = hists__add_entry(hists, &al, NULL, in add_hist_entries()
114 if (he == NULL) { in add_hist_entries()
176 struct hist_entry *he; in __validate_match() local
178 he = rb_entry(node, struct hist_entry, rb_node_in); in __validate_match()
180 if (hist_entry__has_pairs(he)) { in __validate_match()
183 he->thread, he in __validate_match()
228 struct hist_entry *he; __validate_link() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhist.c35 struct hist_entry *he);
37 struct hist_entry *he);
39 struct hist_entry *he);
41 struct hist_entry *he);
321 static void hists__delete_entry(struct hists *hists, struct hist_entry *he);
323 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry() argument
325 u64 prev_period = he->stat.period; in hists__decay_entry()
331 he_stat__decay(&he->stat); in hists__decay_entry()
333 he_stat__decay(he->stat_acc); in hists__decay_entry()
334 decay_callchain(he in hists__decay_entry()
359 hists__delete_entry(struct hists *hists, struct hist_entry *he) hists__delete_entry() argument
436 hist_entry__init(struct hist_entry *he, struct hist_entry *template, bool sample_self, size_t callchain_size) hist_entry__init() argument
553 struct hist_entry *he; hist_entry__new() local
581 hist_entry__add_callchain_period(struct hist_entry *he, u64 period) hist_entry__add_callchain_period() argument
598 struct hist_entry *he; hists__findnew_entry() local
683 hists__res_sample(struct hist_entry *he, struct perf_sample *sample) hists__res_sample() argument
752 }, *he = hists__findnew_entry(hists, &entry, al, sample_self); __hists__add_entry() local
800 }, *he = hists__findnew_entry(hists, &entry, al, false); hists__add_entry_block() local
840 struct hist_entry *he; iter_add_single_mem_entry() local
873 struct hist_entry *he = iter->he; iter_finish_mem_entry() local
947 struct hist_entry *he = NULL; iter_add_next_branch_entry() local
998 struct hist_entry *he; iter_add_single_normal_entry() local
1013 struct hist_entry *he = iter->he; iter_finish_normal_entry() local
1062 struct hist_entry *he; iter_add_single_cumulative_entry() local
1120 struct hist_entry *he; iter_add_next_cumulative_entry() local
1315 hist_entry__delete(struct hist_entry *he) hist_entry__delete() argument
1361 hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp, struct perf_hpp_fmt *fmt, int printed) hist_entry__snprintf_alignment() argument
1390 hist_entry__check_and_remove_filter(struct hist_entry *he, enum hist_filter type, fmt_chk_fn check) hist_entry__check_and_remove_filter() argument
1460 hist_entry__apply_hierarchy_filters(struct hist_entry *he) hist_entry__apply_hierarchy_filters() argument
1474 hierarchy_insert_entry(struct hists *hists, struct rb_root_cached *root, struct hist_entry *he, struct hist_entry *parent_he, struct perf_hpp_list *hpp_list) hierarchy_insert_entry() argument
1546 hists__hierarchy_insert_entry(struct hists *hists, struct rb_root_cached *root, struct hist_entry *he) hists__hierarchy_insert_entry() argument
1598 hists__collapse_insert_entry(struct hists *hists, struct rb_root_cached *root, struct hist_entry *he) hists__collapse_insert_entry() argument
1668 hists__apply_filters(struct hists *hists, struct hist_entry *he) hists__apply_filters() argument
1767 struct hist_entry *he; hierarchy_recalc_total_periods() local
1789 hierarchy_insert_output_entry(struct rb_root_cached *root, struct hist_entry *he) hierarchy_insert_output_entry() argument
1828 struct hist_entry *he; hists__hierarchy_output_resort() local
1874 __hists__insert_output_entry(struct rb_root_cached *entries, struct hist_entry *he, u64 min_callchain_hits, bool use_callchain) __hists__insert_output_entry() argument
2006 can_goto_child(struct hist_entry *he, enum hierarchy_move_dir hmd) can_goto_child() argument
2019 struct hist_entry *he = rb_entry(node, struct hist_entry, rb_node); rb_hierarchy_last() local
2030 struct hist_entry *he = rb_entry(node, struct hist_entry, rb_node); __rb_hierarchy_next() local
2049 struct hist_entry *he = rb_entry(node, struct hist_entry, rb_node); rb_hierarchy_prev() local
2062 hist_entry__has_hierarchy_children(struct hist_entry *he, float limit) hist_entry__has_hierarchy_children() argument
2129 hists__filter_entry_by_dso(struct hists *hists, struct hist_entry *he) hists__filter_entry_by_dso() argument
2141 hists__filter_entry_by_thread(struct hists *hists, struct hist_entry *he) hists__filter_entry_by_thread() argument
2153 hists__filter_entry_by_symbol(struct hists *hists, struct hist_entry *he) hists__filter_entry_by_symbol() argument
2166 hists__filter_entry_by_socket(struct hists *hists, struct hist_entry *he) hists__filter_entry_by_socket() argument
2199 resort_filtered_entry(struct rb_root_cached *root, struct hist_entry *he) resort_filtered_entry() argument
2381 struct hist_entry *he; hists__add_dummy_entry() local
2430 struct hist_entry *he; add_dummy_hierarchy_entry() local
2471 hists__find_entry(struct hists *hists, struct hist_entry *he) hists__find_entry() argument
2496 hists__find_hierarchy_entry(struct rb_root_cached *root, struct hist_entry *he) hists__find_hierarchy_entry() argument
2863 struct hist_entry *he; hists__delete_remaining_entries() local
[all...]
H A Dsort.c114 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, in hist_entry__thread_snprintf() argument
117 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf()
120 return repsep_snprintf(bf, size, "%7d:%-*.*s", thread__tid(he->thread), in hist_entry__thread_snprintf()
124 static int hist_entry__thread_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__thread_filter() argument
131 return th && RC_CHK_ACCESS(he->thread) != RC_CHK_ACCESS(th); in hist_entry__thread_filter()
163 static int hist_entry__simd_snprintf(struct hist_entry *he, char *bf, in hist_entry__simd_snprintf() argument
168 if (!he->simd_flags.arch) in hist_entry__simd_snprintf()
171 name = hist_entry__get_simd_name(&he->simd_flags); in hist_entry__simd_snprintf()
173 if (he->simd_flags.pred & SIMD_OP_FLAGS_PRED_EMPTY) in hist_entry__simd_snprintf()
175 else if (he in hist_entry__simd_snprintf()
213 hist_entry__comm_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__comm_snprintf() argument
269 hist_entry__dso_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__dso_snprintf() argument
275 hist_entry__dso_filter(struct hist_entry *he, int type, const void *arg) hist_entry__dso_filter() argument
396 hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__sym_snprintf() argument
402 hist_entry__sym_filter(struct hist_entry *he, int type, const void *arg) hist_entry__sym_filter() argument
423 hist_entry__srcline(struct hist_entry *he) hist_entry__srcline() argument
458 sort__srcline_init(struct hist_entry *he) sort__srcline_init() argument
464 hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__srcline_snprintf() argument
511 sort__srcline_from_init(struct hist_entry *he) sort__srcline_from_init() argument
517 hist_entry__srcline_from_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__srcline_from_snprintf() argument
559 sort__srcline_to_init(struct hist_entry *he) sort__srcline_to_init() argument
565 hist_entry__srcline_to_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__srcline_to_snprintf() argument
581 hist_entry__sym_ipc_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__sym_ipc_snprintf() argument
680 sort__srcfile_init(struct hist_entry *he) sort__srcfile_init() argument
686 hist_entry__srcfile_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__srcfile_snprintf() argument
716 hist_entry__parent_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__parent_snprintf() argument
738 hist_entry__cpu_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__cpu_snprintf() argument
776 hist_entry__cgroup_id_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width __maybe_unused) hist_entry__cgroup_id_snprintf() argument
799 hist_entry__cgroup_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width __maybe_unused) hist_entry__cgroup_snprintf() argument
832 hist_entry__socket_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__socket_snprintf() argument
838 hist_entry__socket_filter(struct hist_entry *he, int type, const void *arg) hist_entry__socket_filter() argument
864 hist_entry__time_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__time_snprintf() argument
889 get_trace_output(struct hist_entry *he) get_trace_output() argument
932 hist_entry__trace_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__trace_snprintf() argument
966 hist_entry__dso_from_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__dso_from_snprintf() argument
976 hist_entry__dso_from_filter(struct hist_entry *he, int type, const void *arg) hist_entry__dso_from_filter() argument
998 hist_entry__dso_to_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__dso_to_snprintf() argument
1008 hist_entry__dso_to_filter(struct hist_entry *he, int type, const void *arg) hist_entry__dso_to_filter() argument
1054 hist_entry__sym_from_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__sym_from_snprintf() argument
1067 hist_entry__sym_to_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__sym_to_snprintf() argument
1080 hist_entry__sym_from_filter(struct hist_entry *he, int type, const void *arg) hist_entry__sym_from_filter() argument
1092 hist_entry__sym_to_filter(struct hist_entry *he, int type, const void *arg) hist_entry__sym_to_filter() argument
1167 hist_entry__addr_from_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__addr_from_snprintf() argument
1180 hist_entry__addr_to_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__addr_to_snprintf() argument
1271 hist_entry__mispredict_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__mispredict_snprintf() argument
1295 hist_entry__cycles_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__cycles_snprintf() argument
1327 hist_entry__daddr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__daddr_snprintf() argument
1353 hist_entry__iaddr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__iaddr_snprintf() argument
1380 hist_entry__dso_daddr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__dso_daddr_snprintf() argument
1410 hist_entry__locked_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__locked_snprintf() argument
1438 hist_entry__tlb_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__tlb_snprintf() argument
1466 hist_entry__lvl_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__lvl_snprintf() argument
1494 hist_entry__snoop_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__snoop_snprintf() argument
1563 hist_entry__dcacheline_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__dcacheline_snprintf() argument
1603 hist_entry__local_weight_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__local_weight_snprintf() argument
1616 hist_entry__global_weight_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__global_weight_snprintf() argument
1636 hist_entry__local_ins_lat_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__local_ins_lat_snprintf() argument
1649 hist_entry__global_ins_lat_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__global_ins_lat_snprintf() argument
1669 hist_entry__global_p_stage_cyc_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__global_p_stage_cyc_snprintf() argument
1677 hist_entry__p_stage_cyc_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__p_stage_cyc_snprintf() argument
1772 hist_entry__blocked_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__blocked_snprintf() argument
1801 hist_entry__phys_daddr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__phys_daddr_snprintf() argument
1842 hist_entry__data_page_size_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__data_page_size_snprintf() argument
1867 hist_entry__code_page_size_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__code_page_size_snprintf() argument
1893 hist_entry__abort_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__abort_snprintf() argument
1925 hist_entry__in_tx_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__in_tx_snprintf() argument
1988 hist_entry__transaction_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__transaction_snprintf() argument
2045 hist_entry__sym_size_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__sym_size_snprintf() argument
2084 hist_entry__dso_size_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__dso_size_snprintf() argument
2115 hist_entry__addr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__addr_snprintf() argument
2298 __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) __sort__hpp_entry() argument
2398 hse_init(struct perf_hpp_fmt *fmt, struct hist_entry *he) hse_init() argument
2467 hist_entry__filter(struct hist_entry *he, int type, const void *arg) hist_entry__filter() argument
2563 update_dynamic_len(struct hpp_dynamic_entry *hde, struct hist_entry *he) update_dynamic_len() argument
2646 __sort__hde_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) __sort__hde_entry() argument
2764 __sort__hde_init(struct perf_hpp_fmt *fmt, struct hist_entry *he) __sort__hde_init() argument
[all...]
H A Dsort.h168 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he) in hist_entry__has_callchains() argument
170 return he->callchain_size != 0; in hist_entry__has_callchains()
173 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width);
175 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() argument
177 return !list_empty(&he->pairs.node); in hist_entry__has_pairs()
180 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he) in hist_entry__next_pair() argument
182 if (hist_entry__has_pairs(he)) in hist_entry__next_pair()
183 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair()
188 struct hist_entry *he) in hist_entry__add_pair()
190 list_add_tail(&pair->pairs.node, &he in hist_entry__add_pair()
187 hist_entry__add_pair(struct hist_entry *pair, struct hist_entry *he) hist_entry__add_pair() argument
193 hist_entry__get_percent_limit(struct hist_entry *he) hist_entry__get_percent_limit() argument
301 struct hist_entry he; global() member
[all...]
H A Dblock-info.c116 int block_info__process_sym(struct hist_entry *he, struct block_hist *bh, in block_info__process_sym() argument
124 if (!he->ms.map || !he->ms.sym) in block_info__process_sym()
128 al.map = he->ms.map; in block_info__process_sym()
129 al.sym = he->ms.sym; in block_info__process_sym()
131 notes = symbol__annotation(he->ms.sym); in block_info__process_sym()
135 for (unsigned int i = 0; i < symbol__size(he->ms.sym); i++) { in block_info__process_sym()
144 init_block_info(bi, he->ms.sym, &ch[i], i, in block_info__process_sym()
197 struct hist_entry *he) in block_total_cycles_pct_entry()
200 struct block_info *bi = he in block_total_cycles_pct_entry()
195 block_total_cycles_pct_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_total_cycles_pct_entry() argument
239 block_cycles_lbr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_cycles_lbr_entry() argument
252 block_cycles_pct_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_cycles_pct_entry() argument
268 block_avg_cycles_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_avg_cycles_entry() argument
283 block_range_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_range_entry() argument
314 block_dso_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_dso_entry() argument
409 struct hist_entry *he; process_block_report() local
490 block_info__total_cycles_percent(struct hist_entry *he) block_info__total_cycles_percent() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhist.c34 struct hist_entry *he);
36 struct hist_entry *he);
38 struct hist_entry *he);
40 struct hist_entry *he);
311 static void hists__delete_entry(struct hists *hists, struct hist_entry *he);
313 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry() argument
315 u64 prev_period = he->stat.period; in hists__decay_entry()
321 he_stat__decay(&he->stat); in hists__decay_entry()
323 he_stat__decay(he->stat_acc); in hists__decay_entry()
324 decay_callchain(he in hists__decay_entry()
349 hists__delete_entry(struct hists *hists, struct hist_entry *he) hists__delete_entry() argument
426 hist_entry__init(struct hist_entry *he, struct hist_entry *template, bool sample_self, size_t callchain_size) hist_entry__init() argument
541 struct hist_entry *he; hist_entry__new() local
569 hist_entry__add_callchain_period(struct hist_entry *he, u64 period) hist_entry__add_callchain_period() argument
586 struct hist_entry *he; hists__findnew_entry() local
671 hists__res_sample(struct hist_entry *he, struct perf_sample *sample) hists__res_sample() argument
734 }, *he = hists__findnew_entry(hists, &entry, al, sample_self); __hists__add_entry() local
780 }, *he = hists__findnew_entry(hists, &entry, al, false); hists__add_entry_block() local
820 struct hist_entry *he; iter_add_single_mem_entry() local
853 struct hist_entry *he = iter->he; iter_finish_mem_entry() local
925 struct hist_entry *he = NULL; iter_add_next_branch_entry() local
976 struct hist_entry *he; iter_add_single_normal_entry() local
991 struct hist_entry *he = iter->he; iter_finish_normal_entry() local
1036 struct hist_entry *he; iter_add_single_cumulative_entry() local
1094 struct hist_entry *he; iter_add_next_cumulative_entry() local
1286 hist_entry__delete(struct hist_entry *he) hist_entry__delete() argument
1328 hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp, struct perf_hpp_fmt *fmt, int printed) hist_entry__snprintf_alignment() argument
1357 hist_entry__check_and_remove_filter(struct hist_entry *he, enum hist_filter type, fmt_chk_fn check) hist_entry__check_and_remove_filter() argument
1427 hist_entry__apply_hierarchy_filters(struct hist_entry *he) hist_entry__apply_hierarchy_filters() argument
1441 hierarchy_insert_entry(struct hists *hists, struct rb_root_cached *root, struct hist_entry *he, struct hist_entry *parent_he, struct perf_hpp_list *hpp_list) hierarchy_insert_entry() argument
1513 hists__hierarchy_insert_entry(struct hists *hists, struct rb_root_cached *root, struct hist_entry *he) hists__hierarchy_insert_entry() argument
1560 hists__collapse_insert_entry(struct hists *hists, struct rb_root_cached *root, struct hist_entry *he) hists__collapse_insert_entry() argument
1626 hists__apply_filters(struct hists *hists, struct hist_entry *he) hists__apply_filters() argument
1725 struct hist_entry *he; hierarchy_recalc_total_periods() local
1747 hierarchy_insert_output_entry(struct rb_root_cached *root, struct hist_entry *he) hierarchy_insert_output_entry() argument
1786 struct hist_entry *he; hists__hierarchy_output_resort() local
1832 __hists__insert_output_entry(struct rb_root_cached *entries, struct hist_entry *he, u64 min_callchain_hits, bool use_callchain) __hists__insert_output_entry() argument
1964 can_goto_child(struct hist_entry *he, enum hierarchy_move_dir hmd) can_goto_child() argument
1977 struct hist_entry *he = rb_entry(node, struct hist_entry, rb_node); rb_hierarchy_last() local
1988 struct hist_entry *he = rb_entry(node, struct hist_entry, rb_node); __rb_hierarchy_next() local
2007 struct hist_entry *he = rb_entry(node, struct hist_entry, rb_node); rb_hierarchy_prev() local
2020 hist_entry__has_hierarchy_children(struct hist_entry *he, float limit) hist_entry__has_hierarchy_children() argument
2087 hists__filter_entry_by_dso(struct hists *hists, struct hist_entry *he) hists__filter_entry_by_dso() argument
2099 hists__filter_entry_by_thread(struct hists *hists, struct hist_entry *he) hists__filter_entry_by_thread() argument
2111 hists__filter_entry_by_symbol(struct hists *hists, struct hist_entry *he) hists__filter_entry_by_symbol() argument
2124 hists__filter_entry_by_socket(struct hists *hists, struct hist_entry *he) hists__filter_entry_by_socket() argument
2157 resort_filtered_entry(struct rb_root_cached *root, struct hist_entry *he) resort_filtered_entry() argument
2329 struct hist_entry *he; hists__add_dummy_entry() local
2378 struct hist_entry *he; add_dummy_hierarchy_entry() local
2419 hists__find_entry(struct hists *hists, struct hist_entry *he) hists__find_entry() argument
2444 hists__find_hierarchy_entry(struct rb_root_cached *root, struct hist_entry *he) hists__find_hierarchy_entry() argument
2800 struct hist_entry *he; hists__delete_remaining_entries() local
[all...]
H A Dsort.h163 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he) in hist_entry__has_callchains() argument
165 return he->callchain_size != 0; in hist_entry__has_callchains()
168 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width);
170 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() argument
172 return !list_empty(&he->pairs.node); in hist_entry__has_pairs()
175 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he) in hist_entry__next_pair() argument
177 if (hist_entry__has_pairs(he)) in hist_entry__next_pair()
178 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair()
183 struct hist_entry *he) in hist_entry__add_pair()
185 list_add_tail(&pair->pairs.node, &he in hist_entry__add_pair()
182 hist_entry__add_pair(struct hist_entry *pair, struct hist_entry *he) hist_entry__add_pair() argument
188 hist_entry__get_percent_limit(struct hist_entry *he) hist_entry__get_percent_limit() argument
282 struct hist_entry he; global() member
[all...]
H A Dsort.c100 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, in hist_entry__thread_snprintf() argument
103 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf()
106 return repsep_snprintf(bf, size, "%7d:%-*.*s", he->thread->tid, in hist_entry__thread_snprintf()
110 static int hist_entry__thread_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__thread_filter() argument
117 return th && he->thread != th; in hist_entry__thread_filter()
153 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf, in hist_entry__comm_snprintf() argument
156 return repsep_snprintf(bf, size, "%-*.*s", width, width, comm__str(he->comm)); in hist_entry__comm_snprintf()
209 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_snprintf() argument
212 return _hist_entry__dso_snprintf(he->ms.map, bf, size, width); in hist_entry__dso_snprintf()
215 static int hist_entry__dso_filter(struct hist_entry *he, in argument
336 hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__sym_snprintf() argument
342 hist_entry__sym_filter(struct hist_entry *he, int type, const void *arg) hist_entry__sym_filter() argument
363 hist_entry__srcline(struct hist_entry *he) hist_entry__srcline() argument
379 hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__srcline_snprintf() argument
414 hist_entry__srcline_from_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__srcline_from_snprintf() argument
441 hist_entry__srcline_to_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__srcline_to_snprintf() argument
454 hist_entry__sym_ipc_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__sym_ipc_snprintf() argument
541 hist_entry__srcfile_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__srcfile_snprintf() argument
571 hist_entry__parent_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__parent_snprintf() argument
593 hist_entry__cpu_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__cpu_snprintf() argument
631 hist_entry__cgroup_id_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width __maybe_unused) hist_entry__cgroup_id_snprintf() argument
654 hist_entry__cgroup_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width __maybe_unused) hist_entry__cgroup_snprintf() argument
687 hist_entry__socket_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__socket_snprintf() argument
693 hist_entry__socket_filter(struct hist_entry *he, int type, const void *arg) hist_entry__socket_filter() argument
719 hist_entry__time_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__time_snprintf() argument
743 get_trace_output(struct hist_entry *he) get_trace_output() argument
786 hist_entry__trace_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__trace_snprintf() argument
819 hist_entry__dso_from_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__dso_from_snprintf() argument
829 hist_entry__dso_from_filter(struct hist_entry *he, int type, const void *arg) hist_entry__dso_from_filter() argument
851 hist_entry__dso_to_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__dso_to_snprintf() argument
861 hist_entry__dso_to_filter(struct hist_entry *he, int type, const void *arg) hist_entry__dso_to_filter() argument
907 hist_entry__sym_from_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__sym_from_snprintf() argument
920 hist_entry__sym_to_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__sym_to_snprintf() argument
933 hist_entry__sym_from_filter(struct hist_entry *he, int type, const void *arg) hist_entry__sym_from_filter() argument
945 hist_entry__sym_to_filter(struct hist_entry *he, int type, const void *arg) hist_entry__sym_to_filter() argument
1002 hist_entry__mispredict_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__mispredict_snprintf() argument
1026 hist_entry__cycles_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__cycles_snprintf() argument
1058 hist_entry__daddr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__daddr_snprintf() argument
1084 hist_entry__iaddr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__iaddr_snprintf() argument
1111 hist_entry__dso_daddr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__dso_daddr_snprintf() argument
1141 hist_entry__locked_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__locked_snprintf() argument
1169 hist_entry__tlb_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__tlb_snprintf() argument
1197 hist_entry__lvl_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__lvl_snprintf() argument
1225 hist_entry__snoop_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__snoop_snprintf() argument
1290 hist_entry__dcacheline_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__dcacheline_snprintf() argument
1324 he_weight(struct hist_entry *he) he_weight() argument
1335 hist_entry__local_weight_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__local_weight_snprintf() argument
1354 hist_entry__global_weight_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__global_weight_snprintf() argument
1436 hist_entry__phys_daddr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__phys_daddr_snprintf() argument
1474 hist_entry__abort_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__abort_snprintf() argument
1506 hist_entry__in_tx_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__in_tx_snprintf() argument
1569 hist_entry__transaction_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__transaction_snprintf() argument
1626 hist_entry__sym_size_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__sym_size_snprintf() argument
1666 hist_entry__dso_size_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) hist_entry__dso_size_snprintf() argument
1813 __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) __sort__hpp_entry() argument
1961 hist_entry__filter(struct hist_entry *he, int type, const void *arg) hist_entry__filter() argument
2046 update_dynamic_len(struct hpp_dynamic_entry *hde, struct hist_entry *he) update_dynamic_len() argument
2129 __sort__hde_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) __sort__hde_entry() argument
[all...]
H A Dblock-info.c116 int block_info__process_sym(struct hist_entry *he, struct block_hist *bh, in block_info__process_sym() argument
124 if (!he->ms.map || !he->ms.sym) in block_info__process_sym()
128 al.map = he->ms.map; in block_info__process_sym()
129 al.sym = he->ms.sym; in block_info__process_sym()
131 notes = symbol__annotation(he->ms.sym); in block_info__process_sym()
135 for (unsigned int i = 0; i < symbol__size(he->ms.sym); i++) { in block_info__process_sym()
144 init_block_info(bi, he->ms.sym, &ch[i], i, in block_info__process_sym()
197 struct hist_entry *he) in block_total_cycles_pct_entry()
200 struct block_info *bi = he in block_total_cycles_pct_entry()
195 block_total_cycles_pct_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_total_cycles_pct_entry() argument
239 block_cycles_lbr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_cycles_lbr_entry() argument
252 block_cycles_pct_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_cycles_pct_entry() argument
268 block_avg_cycles_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_avg_cycles_entry() argument
283 block_range_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_range_entry() argument
314 block_dso_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_dso_entry() argument
409 struct hist_entry *he; process_block_report() local
490 block_info__total_cycles_percent(struct hist_entry *he) block_info__total_cycles_percent() argument
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_set_hash.c52 const struct nft_rhash_elem *he = data; in nft_rhash_obj() local
54 return jhash(nft_set_ext_key(&he->ext), len, seed); in nft_rhash_obj()
61 const struct nft_rhash_elem *he = ptr; in nft_rhash_cmp() local
63 if (memcmp(nft_set_ext_key(&he->ext), x->key, x->set->klen)) in nft_rhash_cmp()
65 if (nft_set_elem_is_dead(&he->ext)) in nft_rhash_cmp()
67 if (nft_set_elem_expired(&he->ext)) in nft_rhash_cmp()
69 if (!nft_set_elem_active(&he->ext, x->genmask)) in nft_rhash_cmp()
86 const struct nft_rhash_elem *he; in nft_rhash_lookup() local
93 he = rhashtable_lookup(&priv->ht, &arg, nft_rhash_params); in nft_rhash_lookup()
94 if (he ! in nft_rhash_lookup()
104 struct nft_rhash_elem *he; nft_rhash_get() local
127 struct nft_rhash_elem *he, *prev; nft_rhash_update() local
170 struct nft_rhash_elem *he = elem->priv; nft_rhash_insert() local
192 struct nft_rhash_elem *he = elem->priv; nft_rhash_activate() local
200 struct nft_rhash_elem *he = priv; nft_rhash_flush() local
212 struct nft_rhash_elem *he; nft_rhash_deactivate() local
234 struct nft_rhash_elem *he = elem->priv; nft_rhash_remove() local
248 struct nft_rhash_elem *he; nft_rhash_delete() local
263 struct nft_rhash_elem *he; nft_rhash_walk() local
302 struct nft_rhash_elem *he; nft_rhash_gc() local
474 const struct nft_hash_elem *he; nft_hash_lookup() local
494 struct nft_hash_elem *he; nft_hash_get() local
513 const struct nft_hash_elem *he; nft_hash_lookup_fast() local
551 struct nft_hash_elem *this = elem->priv, *he; nft_hash_insert() local
572 struct nft_hash_elem *he = elem->priv; nft_hash_activate() local
580 struct nft_hash_elem *he = priv; nft_hash_flush() local
591 struct nft_hash_elem *this = elem->priv, *he; nft_hash_deactivate() local
611 struct nft_hash_elem *he = elem->priv; nft_hash_remove() local
620 struct nft_hash_elem *he; nft_hash_walk() local
665 struct nft_hash_elem *he; nft_hash_destroy() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_set_hash.c49 const struct nft_rhash_elem *he = data; in nft_rhash_obj() local
51 return jhash(nft_set_ext_key(&he->ext), len, seed); in nft_rhash_obj()
58 const struct nft_rhash_elem *he = ptr; in nft_rhash_cmp() local
60 if (memcmp(nft_set_ext_key(&he->ext), x->key, x->set->klen)) in nft_rhash_cmp()
62 if (nft_set_elem_is_dead(&he->ext)) in nft_rhash_cmp()
64 if (nft_set_elem_expired(&he->ext)) in nft_rhash_cmp()
66 if (!nft_set_elem_active(&he->ext, x->genmask)) in nft_rhash_cmp()
84 const struct nft_rhash_elem *he; in nft_rhash_lookup() local
91 he = rhashtable_lookup(&priv->ht, &arg, nft_rhash_params); in nft_rhash_lookup()
92 if (he ! in nft_rhash_lookup()
102 struct nft_rhash_elem *he; nft_rhash_get() local
125 struct nft_rhash_elem *he, *prev; nft_rhash_update() local
168 struct nft_rhash_elem *he = elem->priv; nft_rhash_insert() local
190 struct nft_rhash_elem *he = elem->priv; nft_rhash_activate() local
198 struct nft_rhash_elem *he = priv; nft_rhash_flush() local
210 struct nft_rhash_elem *he; nft_rhash_deactivate() local
232 struct nft_rhash_elem *he = elem->priv; nft_rhash_remove() local
246 struct nft_rhash_elem *he; nft_rhash_delete() local
261 struct nft_rhash_elem *he; nft_rhash_walk() local
316 struct nft_rhash_elem *he; nft_rhash_gc() local
489 const struct nft_hash_elem *he; nft_hash_lookup() local
509 struct nft_hash_elem *he; nft_hash_get() local
529 const struct nft_hash_elem *he; nft_hash_lookup_fast() local
567 struct nft_hash_elem *this = elem->priv, *he; nft_hash_insert() local
588 struct nft_hash_elem *he = elem->priv; nft_hash_activate() local
596 struct nft_hash_elem *he = priv; nft_hash_flush() local
607 struct nft_hash_elem *this = elem->priv, *he; nft_hash_deactivate() local
627 struct nft_hash_elem *he = elem->priv; nft_hash_remove() local
636 struct nft_hash_elem *he; nft_hash_walk() local
681 struct nft_hash_elem *he; nft_hash_destroy() local
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-c2c.c81 struct hist_entry he; member
164 return &c2c_he->he; in c2c_he_zalloc()
173 static void c2c_he_free(void *he) in c2c_he_free() argument
177 c2c_he = container_of(he, struct c2c_hist_entry, he); in c2c_he_free()
200 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists() argument
208 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__get_c2c_hists()
284 struct hist_entry *he; in process_sample_event() local
322 he in process_sample_event()
524 dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) dcacheline_entry() argument
538 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) dcacheline_node_entry() argument
552 dcacheline_node_count(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) dcacheline_node_count() argument
562 offset_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) offset_entry() argument
591 iaddr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) iaddr_entry() argument
612 tot_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) tot_hitm_entry() argument
720 tot_recs_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) tot_recs_entry() argument
758 tot_loads_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) tot_loads_entry() argument
792 percent_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, get_percent_cb get_percent) percent_color() argument
854 percent_costly_snoop_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_costly_snoop_entry() argument
868 percent_costly_snoop_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_costly_snoop_color() argument
892 he_stats(struct hist_entry *he) he_stats() argument
900 total_stats(struct hist_entry *he) total_stats() argument
933 percent_rmt_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_rmt_hitm_entry() argument
944 percent_rmt_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_rmt_hitm_color() argument
964 percent_lcl_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_lcl_hitm_entry() argument
975 percent_lcl_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_lcl_hitm_color() argument
995 percent_lcl_peer_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_lcl_peer_entry() argument
1006 percent_lcl_peer_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_lcl_peer_color() argument
1026 percent_rmt_peer_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_rmt_peer_entry() argument
1037 percent_rmt_peer_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_rmt_peer_color() argument
1057 percent_stores_l1hit_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1hit_entry() argument
1068 percent_stores_l1hit_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1hit_color() argument
1088 percent_stores_l1miss_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1miss_entry() argument
1099 percent_stores_l1miss_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1miss_color() argument
1119 percent_stores_na_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_na_entry() argument
1130 percent_stores_na_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_na_color() argument
1153 pid_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) pid_entry() argument
1190 node_entry(struct perf_hpp_fmt *fmt __maybe_unused, struct perf_hpp *hpp, struct hist_entry *he) node_entry() argument
1286 mean_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, double mean) mean_entry() argument
1312 cpucnt_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) cpucnt_entry() argument
1326 cl_idx_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) cl_idx_entry() argument
1340 cl_idx_empty_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) cl_idx_empty_entry() argument
1917 c2c_se_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) c2c_se_entry() argument
2106 he__display(struct hist_entry *he, struct c2c_stats *stats) he__display() argument
2139 is_valid_hist_entry(struct hist_entry *he) is_valid_hist_entry() argument
2209 filter_cb(struct hist_entry *he, void *arg __maybe_unused) filter_cb() argument
2226 resort_cl_cb(struct hist_entry *he, void *arg __maybe_unused) resort_cl_cb() argument
2343 resort_shared_cl_cb(struct hist_entry *he, void *arg __maybe_unused) resort_shared_cl_cb() argument
2362 struct hist_entry *he; hists__iterate_cb() local
2504 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); print_pareto() local
2571 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); c2c_browser__update_nr_entries() local
2584 struct hist_entry *he; global() member
2592 struct hist_entry *he; perf_c2c_cacheline_browser__title() local
2606 c2c_cacheline_browser__new(struct hists *hists, struct hist_entry *he) c2c_cacheline_browser__new() argument
2621 perf_c2c__browse_cacheline(struct hist_entry *he) perf_c2c__browse_cacheline() argument
[all...]
H A Dbuiltin-diff.c272 static double period_percent(struct hist_entry *he, u64 period) in period_percent() argument
274 u64 total = hists__total_period(he->hists); in period_percent()
279 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta() argument
281 double old_percent = period_percent(he, he->stat.period); in compute_delta()
289 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio() argument
291 double old_period = he->stat.period ?: 1; in compute_ratio()
299 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff() argument
301 u64 old_period = he->stat.period; in compute_wdiff()
311 static int formula_delta(struct hist_entry *he, struc argument
328 formula_ratio(struct hist_entry *he, struct hist_entry *pair, char *buf, size_t size) formula_ratio() argument
337 formula_wdiff(struct hist_entry *he, struct hist_entry *pair, char *buf, size_t size) formula_wdiff() argument
348 formula_fprintf(struct hist_entry *he, struct hist_entry *pair, char *buf, size_t size) formula_fprintf() argument
377 block_hist_free(void *he) block_hist_free() argument
520 get_pair_data(struct hist_entry *he, struct data__file *d) get_pair_data() argument
534 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) get_pair_fmt() argument
553 struct hist_entry *he = rb_entry(next, struct hist_entry, rb_node_in); hists__baseline_only() local
598 get_block_pair(struct hist_entry *he, struct hists *hists_pair) get_block_pair() argument
634 compute_cycles_diff(struct hist_entry *he, struct hist_entry *pair) compute_cycles_diff() argument
672 struct hist_entry *he = rb_entry(next, struct hist_entry, block_hists_match() local
698 struct hist_entry *he, *pair; hists__precompute() local
1316 baseline_percent(struct hist_entry *he) baseline_percent() argument
1323 hpp__color_baseline(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_baseline() argument
1340 hpp__entry_baseline(struct hist_entry *he, char *buf, size_t size) hpp__entry_baseline() argument
1352 cycles_printf(struct hist_entry *he, struct hist_entry *pair, struct perf_hpp *hpp, int width) cycles_printf() argument
1396 __hpp__color_compare(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, int comparison_method) __hpp__color_compare() argument
1465 hpp__color_delta(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_delta() argument
1471 hpp__color_ratio(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_ratio() argument
1477 hpp__color_wdiff(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_wdiff() argument
1483 hpp__color_cycles(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_cycles() argument
1516 hpp__color_cycles_hist(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_cycles_hist() argument
1574 hpp__entry_unpair(struct hist_entry *he, int idx, char *buf, size_t size) hpp__entry_unpair() argument
1587 hpp__entry_pair(struct hist_entry *he, struct hist_entry *pair, int idx, char *buf, size_t size) hpp__entry_pair() argument
1651 __hpp__entry_global(struct hist_entry *he, struct diff_hpp_fmt *dfmt, char *buf, size_t size) __hpp__entry_global() argument
1668 hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__entry_global() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-c2c.c77 struct hist_entry he; member
156 return &c2c_he->he; in c2c_he_zalloc()
159 static void c2c_he_free(void *he) in c2c_he_free() argument
163 c2c_he = container_of(he, struct c2c_hist_entry, he); in c2c_he_free()
186 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists() argument
194 c2c_he = container_of(he, struct c2c_hist_entry, he); in he__get_c2c_hists()
266 struct hist_entry *he; in process_sample_event() local
298 he in process_sample_event()
496 dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) dcacheline_entry() argument
510 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) dcacheline_node_entry() argument
524 dcacheline_node_count(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) dcacheline_node_count() argument
534 offset_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) offset_entry() argument
562 iaddr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) iaddr_entry() argument
583 tot_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) tot_hitm_entry() argument
679 tot_recs_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) tot_recs_entry() argument
730 tot_loads_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) tot_loads_entry() argument
764 percent_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, get_percent_cb get_percent) percent_color() argument
821 percent_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_hitm_entry() argument
835 percent_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_hitm_color() argument
859 he_stats(struct hist_entry *he) he_stats() argument
867 total_stats(struct hist_entry *he) total_stats() argument
897 percent_rmt_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_rmt_hitm_entry() argument
908 percent_rmt_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_rmt_hitm_color() argument
928 percent_lcl_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_lcl_hitm_entry() argument
939 percent_lcl_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_lcl_hitm_color() argument
959 percent_stores_l1hit_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1hit_entry() argument
970 percent_stores_l1hit_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1hit_color() argument
990 percent_stores_l1miss_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1miss_entry() argument
1001 percent_stores_l1miss_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1miss_color() argument
1024 pid_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) pid_entry() argument
1048 node_entry(struct perf_hpp_fmt *fmt __maybe_unused, struct perf_hpp *hpp, struct hist_entry *he) node_entry() argument
1146 mean_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, double mean) mean_entry() argument
1170 cpucnt_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) cpucnt_entry() argument
1184 cl_idx_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) cl_idx_entry() argument
1198 cl_idx_empty_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) cl_idx_empty_entry() argument
1669 c2c_se_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) c2c_se_entry() argument
1850 he__display(struct hist_entry *he, struct c2c_stats *stats) he__display() argument
1887 valid_hitm_or_store(struct hist_entry *he) valid_hitm_or_store() argument
1939 filter_cb(struct hist_entry *he, void *arg __maybe_unused) filter_cb() argument
1956 resort_cl_cb(struct hist_entry *he, void *arg __maybe_unused) resort_cl_cb() argument
2047 resort_hitm_cb(struct hist_entry *he, void *arg __maybe_unused) resort_hitm_cb() argument
2066 struct hist_entry *he; hists__iterate_cb() local
2192 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); print_pareto() local
2259 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); c2c_browser__update_nr_entries() local
2272 struct hist_entry *he; global() member
2280 struct hist_entry *he; perf_c2c_cacheline_browser__title() local
2294 c2c_cacheline_browser__new(struct hists *hists, struct hist_entry *he) c2c_cacheline_browser__new() argument
2309 perf_c2c__browse_cacheline(struct hist_entry *he) perf_c2c__browse_cacheline() argument
[all...]
H A Dbuiltin-diff.c272 static double period_percent(struct hist_entry *he, u64 period) in period_percent() argument
274 u64 total = hists__total_period(he->hists); in period_percent()
279 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta() argument
281 double old_percent = period_percent(he, he->stat.period); in compute_delta()
289 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio() argument
291 double old_period = he->stat.period ?: 1; in compute_ratio()
299 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff() argument
301 u64 old_period = he->stat.period; in compute_wdiff()
311 static int formula_delta(struct hist_entry *he, struc argument
328 formula_ratio(struct hist_entry *he, struct hist_entry *pair, char *buf, size_t size) formula_ratio() argument
337 formula_wdiff(struct hist_entry *he, struct hist_entry *pair, char *buf, size_t size) formula_wdiff() argument
348 formula_fprintf(struct hist_entry *he, struct hist_entry *pair, char *buf, size_t size) formula_fprintf() argument
377 block_hist_free(void *he) block_hist_free() argument
518 get_pair_data(struct hist_entry *he, struct data__file *d) get_pair_data() argument
532 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) get_pair_fmt() argument
551 struct hist_entry *he = rb_entry(next, struct hist_entry, rb_node_in); hists__baseline_only() local
596 get_block_pair(struct hist_entry *he, struct hists *hists_pair) get_block_pair() argument
632 compute_cycles_diff(struct hist_entry *he, struct hist_entry *pair) compute_cycles_diff() argument
670 struct hist_entry *he = rb_entry(next, struct hist_entry, block_hists_match() local
696 struct hist_entry *he, *pair; hists__precompute() local
1313 baseline_percent(struct hist_entry *he) baseline_percent() argument
1320 hpp__color_baseline(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_baseline() argument
1337 hpp__entry_baseline(struct hist_entry *he, char *buf, size_t size) hpp__entry_baseline() argument
1349 cycles_printf(struct hist_entry *he, struct hist_entry *pair, struct perf_hpp *hpp, int width) cycles_printf() argument
1393 __hpp__color_compare(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, int comparison_method) __hpp__color_compare() argument
1462 hpp__color_delta(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_delta() argument
1468 hpp__color_ratio(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_ratio() argument
1474 hpp__color_wdiff(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_wdiff() argument
1480 hpp__color_cycles(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_cycles() argument
1513 hpp__color_cycles_hist(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_cycles_hist() argument
1571 hpp__entry_unpair(struct hist_entry *he, int idx, char *buf, size_t size) hpp__entry_unpair() argument
1584 hpp__entry_pair(struct hist_entry *he, struct hist_entry *pair, int idx, char *buf, size_t size) hpp__entry_pair() argument
1648 __hpp__entry_global(struct hist_entry *he, struct diff_hpp_fmt *dfmt, char *buf, size_t size) __hpp__entry_global() argument
1665 hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__entry_global() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac3_mac.c14 struct ieee80211_radiotap_he *he, in mt76_connac3_mac_decode_he_radiotap_ru()
50 he->data1 |= HE_BITS(DATA1_BW_RU_ALLOC_KNOWN); in mt76_connac3_mac_decode_he_radiotap_ru()
51 he->data2 |= HE_BITS(DATA2_RU_OFFSET_KNOWN) | in mt76_connac3_mac_decode_he_radiotap_ru()
120 struct ieee80211_radiotap_he *he; in mt76_connac3_mac_decode_he_radiotap() local
124 he = skb_push(skb, sizeof(known)); in mt76_connac3_mac_decode_he_radiotap()
125 memcpy(he, &known, sizeof(known)); in mt76_connac3_mac_decode_he_radiotap()
127 he->data3 = HE_PREP(DATA3_BSS_COLOR, BSS_COLOR, rxv[9]) | in mt76_connac3_mac_decode_he_radiotap()
129 he->data4 = HE_PREP(DATA4_SU_MU_SPTL_REUSE, SR_MASK, rxv[13]); in mt76_connac3_mac_decode_he_radiotap()
130 he->data5 = HE_PREP(DATA5_PE_DISAMBIG, PE_DISAMBIG, rxv[5]) | in mt76_connac3_mac_decode_he_radiotap()
134 he in mt76_connac3_mac_decode_he_radiotap()
13 mt76_connac3_mac_decode_he_radiotap_ru(struct mt76_rx_status *status, struct ieee80211_radiotap_he *he, __le32 *rxv) mt76_connac3_mac_decode_he_radiotap_ru() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/stdio/
H A Dhist.c381 static size_t hist_entry_callchain__fprintf(struct hist_entry *he, in hist_entry_callchain__fprintf() argument
385 u64 parent_samples = he->stat.period; in hist_entry_callchain__fprintf()
388 parent_samples = he->stat_acc->period; in hist_entry_callchain__fprintf()
392 return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples, in hist_entry_callchain__fprintf()
396 return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples, in hist_entry_callchain__fprintf()
400 return callchain__fprintf_flat(fp, &he->sorted_chain, total_samples); in hist_entry_callchain__fprintf()
403 return callchain__fprintf_folded(fp, &he->sorted_chain, total_samples); in hist_entry_callchain__fprintf()
414 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf() argument
423 if (symbol_conf.exclude_other && !he->parent) in __hist_entry__snprintf()
427 if (perf_hpp__should_skip(fmt, he in __hist_entry__snprintf()
452 hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) hist_entry__snprintf() argument
457 hist_entry__hierarchy_fprintf(struct hist_entry *he, struct perf_hpp *hpp, struct hists *hists, FILE *fp) hist_entry__hierarchy_fprintf() argument
538 hist_entry__block_fprintf(struct hist_entry *he, char *bf, size_t size, FILE *fp) hist_entry__block_fprintf() argument
562 hist_entry__individual_block_fprintf(struct hist_entry *he, char *bf, size_t size, FILE *fp) hist_entry__individual_block_fprintf() argument
581 hist_entry__fprintf(struct hist_entry *he, size_t size, char *bf, size_t bfsz, FILE *fp, bool ignore_callchains) hist_entry__fprintf() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/stdio/
H A Dhist.c381 static size_t hist_entry_callchain__fprintf(struct hist_entry *he, in hist_entry_callchain__fprintf() argument
385 u64 parent_samples = he->stat.period; in hist_entry_callchain__fprintf()
388 parent_samples = he->stat_acc->period; in hist_entry_callchain__fprintf()
392 return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples, in hist_entry_callchain__fprintf()
396 return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples, in hist_entry_callchain__fprintf()
400 return callchain__fprintf_flat(fp, &he->sorted_chain, total_samples); in hist_entry_callchain__fprintf()
403 return callchain__fprintf_folded(fp, &he->sorted_chain, total_samples); in hist_entry_callchain__fprintf()
414 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf() argument
423 if (symbol_conf.exclude_other && !he->parent) in __hist_entry__snprintf()
427 if (perf_hpp__should_skip(fmt, he in __hist_entry__snprintf()
452 hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) hist_entry__snprintf() argument
457 hist_entry__hierarchy_fprintf(struct hist_entry *he, struct perf_hpp *hpp, struct hists *hists, FILE *fp) hist_entry__hierarchy_fprintf() argument
538 hist_entry__block_fprintf(struct hist_entry *he, char *bf, size_t size, FILE *fp) hist_entry__block_fprintf() argument
562 hist_entry__individual_block_fprintf(struct hist_entry *he, char *bf, size_t size, FILE *fp) hist_entry__individual_block_fprintf() argument
581 hist_entry__fprintf(struct hist_entry *he, size_t size, char *bf, size_t bfsz, FILE *fp, bool ignore_callchains) hist_entry__fprintf() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c70 struct hist_entry *he = in hist_browser__get_folding() local
73 if (he->leaf && he->unfolded) in hist_browser__get_folding()
74 unfolded_rows += he->nr_rows; in hist_browser__get_folding()
161 static char hist_entry__folded(const struct hist_entry *he) in hist_entry__folded() argument
163 return he->has_children ? tree__folded_sign(he->unfolded) : ' '; in hist_entry__folded()
272 static int hierarchy_count_rows(struct hist_browser *hb, struct hist_entry *he, in hierarchy_count_rows() argument
279 if (he->leaf) in hierarchy_count_rows()
280 return callchain__count_rows(&he in hierarchy_count_rows()
304 hist_entry__toggle_fold(struct hist_entry *he) hist_entry__toggle_fold() argument
381 hist_entry__init_have_children(struct hist_entry *he) hist_entry__init_have_children() argument
398 struct hist_entry *he = browser->he_selection; hist_browser__selection_has_children() local
412 struct hist_entry *he = browser->he_selection; hist_browser__selection_unfolded() local
426 struct hist_entry *he = browser->he_selection; hist_browser__selection_sym_name() local
444 struct hist_entry *he = browser->he_selection; hist_browser__toggle_fold() local
564 hierarchy_set_folding(struct hist_browser *hb, struct hist_entry *he, bool unfold __maybe_unused) hierarchy_set_folding() argument
582 hist_entry__set_folding(struct hist_entry *he, struct hist_browser *hb, bool unfold) hist_entry__set_folding() argument
605 struct hist_entry *he; __hist_browser__set_folding() local
2035 hist_browser__fprintf_callchain(struct hist_browser *browser, struct hist_entry *he, FILE *fp, int level) hist_browser__fprintf_callchain() argument
2049 hist_browser__fprintf_entry(struct hist_browser *browser, struct hist_entry *he, FILE *fp) hist_browser__fprintf_entry() argument
2091 hist_browser__fprintf_hierarchy_entry(struct hist_browser *browser, struct hist_entry *he, FILE *fp, int level) hist_browser__fprintf_hierarchy_entry() argument
2431 struct hist_entry *he; do_annotate() local
2710 struct hist_entry *he; do_res_sample_script() local
2751 struct hist_entry *he; add_script_opt() local
2900 struct hist_entry *he; hist_browser__update_percent_limit() local
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c70 struct hist_entry *he = in hist_browser__get_folding() local
73 if (he->leaf && he->unfolded) in hist_browser__get_folding()
74 unfolded_rows += he->nr_rows; in hist_browser__get_folding()
161 static char hist_entry__folded(const struct hist_entry *he) in hist_entry__folded() argument
163 return he->has_children ? tree__folded_sign(he->unfolded) : ' '; in hist_entry__folded()
272 static int hierarchy_count_rows(struct hist_browser *hb, struct hist_entry *he, in hierarchy_count_rows() argument
279 if (he->leaf) in hierarchy_count_rows()
280 return callchain__count_rows(&he in hierarchy_count_rows()
304 hist_entry__toggle_fold(struct hist_entry *he) hist_entry__toggle_fold() argument
381 hist_entry__init_have_children(struct hist_entry *he) hist_entry__init_have_children() argument
398 struct hist_entry *he = browser->he_selection; hist_browser__selection_has_children() local
412 struct hist_entry *he = browser->he_selection; hist_browser__selection_unfolded() local
426 struct hist_entry *he = browser->he_selection; hist_browser__selection_sym_name() local
444 struct hist_entry *he = browser->he_selection; hist_browser__toggle_fold() local
564 hierarchy_set_folding(struct hist_browser *hb, struct hist_entry *he, bool unfold __maybe_unused) hierarchy_set_folding() argument
582 hist_entry__set_folding(struct hist_entry *he, struct hist_browser *hb, bool unfold) hist_entry__set_folding() argument
605 struct hist_entry *he; __hist_browser__set_folding() local
2036 hist_browser__fprintf_callchain(struct hist_browser *browser, struct hist_entry *he, FILE *fp, int level) hist_browser__fprintf_callchain() argument
2050 hist_browser__fprintf_entry(struct hist_browser *browser, struct hist_entry *he, FILE *fp) hist_browser__fprintf_entry() argument
2092 hist_browser__fprintf_hierarchy_entry(struct hist_browser *browser, struct hist_entry *he, FILE *fp, int level) hist_browser__fprintf_hierarchy_entry() argument
2432 struct hist_entry *he; do_annotate() local
2715 struct hist_entry *he; do_res_sample_script() local
2756 struct hist_entry *he; add_script_opt() local
2905 struct hist_entry *he; hist_browser__update_percent_limit() local
[all...]

Completed in 35 milliseconds

12345