| /Linux-v5.4/tools/perf/tests/ | 
| D | hists_output.c | 94 	struct hist_entry *he;  in del_hist_entries()  local118 #define COMM(he)  (thread__comm_str(he->thread))  argument
 119 #define DSO(he)   (he->ms.map->dso->short_name)  argument
 120 #define SYM(he)   (he->ms.sym->name)  argument
 121 #define CPU(he)   (he->cpu)  argument
 122 #define PID(he)   (he->thread->tid)  argument
 129 	struct hist_entry *he;  in test1()  local
 231 	struct hist_entry *he;  in test2()  local
 287 	struct hist_entry *he;  in test3()  local
 361 	struct hist_entry *he;  in test4()  local
 [all …]
 
 | 
| D | hists_cumulate.c | 128 	struct hist_entry *he;  in del_hist_entries()  local152 #define COMM(he)  (thread__comm_str(he->thread))  argument
 153 #define DSO(he)   (he->ms.map->dso->short_name)  argument
 154 #define SYM(he)   (he->ms.sym->name)  argument
 155 #define CPU(he)   (he->cpu)  argument
 156 #define PID(he)   (he->thread->tid)  argument
 157 #define DEPTH(he) (he->callchain->max_depth)  argument
 182 	struct hist_entry *he;  in do_test()  local
 
 | 
| D | hists_link.c | 68 	struct hist_entry *he;  in add_hist_entries()  local157 		struct hist_entry *he;  in __validate_match()  local
 209 		struct hist_entry *he;  in __validate_link()  local
 
 | 
| D | hists_common.c | 177 		struct hist_entry *he;  in print_hists_in()  local204 		struct hist_entry *he;  in print_hists_out()  local
 
 | 
| /Linux-v5.4/net/netfilter/ | 
| D | nft_set_hash.c | 49 	const struct nft_rhash_elem *he = data;  in nft_rhash_obj()  local58 	const struct nft_rhash_elem *he = ptr;  in nft_rhash_cmp()  local
 81 	const struct nft_rhash_elem *he;  in nft_rhash_lookup()  local
 99 	struct nft_rhash_elem *he;  in nft_rhash_get()  local
 122 	struct nft_rhash_elem *he, *prev;  in nft_rhash_update()  local
 163 	struct nft_rhash_elem *he = elem->priv;  in nft_rhash_insert()  local
 185 	struct nft_rhash_elem *he = elem->priv;  in nft_rhash_activate()  local
 194 	struct nft_rhash_elem *he = priv;  in nft_rhash_flush()  local
 209 	struct nft_rhash_elem *he;  in nft_rhash_deactivate()  local
 232 	struct nft_rhash_elem *he = elem->priv;  in nft_rhash_remove()  local
 [all …]
 
 | 
| D | xt_hashlimit.c | 361 		       const struct dsthash_ent *he)  in select_all()367 		      const struct dsthash_ent *he)  in select_gc()
 374 				      const struct dsthash_ent *he))  in htable_selective_cleanup()
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | hist.c | 298 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he)  in hists__decay_entry()334 static void hists__delete_entry(struct hists *hists, struct hist_entry *he)  in hists__delete_entry()
 411 static int hist_entry__init(struct hist_entry *he,  in hist_entry__init()
 526 	struct hist_entry *he;  in hist_entry__new()  local
 554 static void hist_entry__add_callchain_period(struct hist_entry *he, u64 period)  in hist_entry__add_callchain_period()
 571 	struct hist_entry *he;  in hists__findnew_entry()  local
 656 static void hists__res_sample(struct hist_entry *he, struct perf_sample *sample)  in hists__res_sample()
 717 	}, *he = hists__findnew_entry(hists, &entry, al, sample_self);  in __hists__add_entry()  local
 758 	}, *he = hists__findnew_entry(hists, &entry, al, false);  in hists__add_entry_block()  local
 798 	struct hist_entry *he;  in iter_add_single_mem_entry()  local
 [all …]
 
 | 
| D | sort.c | 97 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf,  in hist_entry__thread_snprintf()107 static int hist_entry__thread_filter(struct hist_entry *he, int type, const void *arg)  in hist_entry__thread_filter()
 150 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf,  in hist_entry__comm_snprintf()
 206 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf,  in hist_entry__dso_snprintf()
 212 static int hist_entry__dso_filter(struct hist_entry *he, int type, const void *arg)  in hist_entry__dso_filter()
 325 static int hist_entry__sym_snprintf(struct hist_entry *he, char *bf,  in hist_entry__sym_snprintf()
 332 static int hist_entry__sym_filter(struct hist_entry *he, int type, const void *arg)  in hist_entry__sym_filter()
 353 char *hist_entry__srcline(struct hist_entry *he)  in hist_entry__srcline()
 369 static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf,  in hist_entry__srcline_snprintf()
 404 static int hist_entry__srcline_from_snprintf(struct hist_entry *he, char *bf,  in hist_entry__srcline_from_snprintf()
 [all …]
 
 | 
| D | sort.h | 158 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he)  in hist_entry__has_callchains()163 static inline bool hist_entry__has_pairs(struct hist_entry *he)  in hist_entry__has_pairs()
 168 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he)  in hist_entry__next_pair()
 176 					struct hist_entry *he)  in hist_entry__add_pair()
 181 static inline float hist_entry__get_percent_limit(struct hist_entry *he)  in hist_entry__get_percent_limit()
 274 	struct hist_entry	he;  member
 
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-diff.c | 262 static double period_percent(struct hist_entry *he, u64 period)  in period_percent()269 static double compute_delta(struct hist_entry *he, struct hist_entry *pair)  in compute_delta()
 279 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair)  in compute_ratio()
 289 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair)  in compute_wdiff()
 301 static int formula_delta(struct hist_entry *he, struct hist_entry *pair,  in formula_delta()
 318 static int formula_ratio(struct hist_entry *he, struct hist_entry *pair,  in formula_ratio()
 327 static int formula_wdiff(struct hist_entry *he, struct hist_entry *pair,  in formula_wdiff()
 338 static int formula_fprintf(struct hist_entry *he, struct hist_entry *pair,  in formula_fprintf()
 367 static void block_hist_free(void *he)  in block_hist_free()
 490 get_pair_data(struct hist_entry *he, struct data__file *d)  in get_pair_data()
 [all …]
 
 | 
| D | builtin-c2c.c | 77 	struct hist_entry	he;  member158 static void c2c_he_free(void *he)  in c2c_he_free()
 185 he__get_c2c_hists(struct hist_entry *he,  in he__get_c2c_hists()
 265 	struct hist_entry *he;  in process_sample_event()  local
 493 			    struct hist_entry *he)  in dcacheline_entry()
 507 		      struct hist_entry *he)  in dcacheline_node_entry()
 521 		      struct hist_entry *he)  in dcacheline_node_count()
 531 			struct hist_entry *he)  in offset_entry()
 559 	    struct hist_entry *he)  in iaddr_entry()
 580 	       struct hist_entry *he)  in tot_hitm_entry()
 [all …]
 
 | 
| D | builtin-annotate.c | 160 	struct hist_entry *he = iter->he;  in hist_iter__branch_callback()  local222 	struct hist_entry *he;  in perf_evsel__add_sample()  local
 299 static int hist_entry__tty_annotate(struct hist_entry *he,  in hist_entry__tty_annotate()
 317 		struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node);  in hists__find_annotations()  local
 
 | 
| D | builtin-top.c | 107 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he)  in perf_top__parse_source()158 static void __zero_source_counters(struct hist_entry *he)  in __zero_source_counters()
 192 					struct hist_entry *he,  in perf_top__record_precise_ip()
 235 	struct hist_entry *he = top->sym_filter_entry;  in perf_top__show_details()  local
 720 	struct hist_entry *he = iter->he;  in hist_iter__top_callback()  local
 
 | 
| D | builtin-report.c | 141 	struct hist_entry *he = iter->he;  in hist_iter__report_callback()  local182 	struct hist_entry *he = iter->he;  in hist_iter__branch_callback()  local
 634 static int hists__resort_cb(struct hist_entry *he, void *arg)  in hists__resort_cb()
 
 | 
| /Linux-v5.4/tools/perf/ui/stdio/ | 
| D | hist.c | 380 static size_t hist_entry_callchain__fprintf(struct hist_entry *he,  in hist_entry_callchain__fprintf()413 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,  in __hist_entry__snprintf()
 451 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp)  in hist_entry__snprintf()
 456 static int hist_entry__hierarchy_fprintf(struct hist_entry *he,  in hist_entry__hierarchy_fprintf()
 537 static int hist_entry__block_fprintf(struct hist_entry *he,  in hist_entry__block_fprintf()
 561 static int hist_entry__fprintf(struct hist_entry *he, size_t size,  in hist_entry__fprintf()
 
 | 
| /Linux-v5.4/kernel/locking/ | 
| D | qspinlock_paravirt.h | 207 #define for_each_hash_entry(he, offset, hash)						\  argument215 	struct pv_hash_entry *he;  in pv_hash()  local
 242 	struct pv_hash_entry *he;  in pv_unhash()  local
 
 | 
| /Linux-v5.4/tools/perf/ui/browsers/ | 
| D | hists.c | 67 		struct hist_entry *he =  in hist_browser__get_folding()  local158 static char hist_entry__folded(const struct hist_entry *he)  in hist_entry__folded()
 269 static int hierarchy_count_rows(struct hist_browser *hb, struct hist_entry *he,  in hierarchy_count_rows()
 301 static bool hist_entry__toggle_fold(struct hist_entry *he)  in hist_entry__toggle_fold()
 378 static void hist_entry__init_have_children(struct hist_entry *he)  in hist_entry__init_have_children()
 395 	struct hist_entry *he = browser->he_selection;  in hist_browser__toggle_fold()  local
 515 static int hierarchy_set_folding(struct hist_browser *hb, struct hist_entry *he,  in hierarchy_set_folding()
 533 static void __hist_entry__set_folding(struct hist_entry *he,  in __hist_entry__set_folding()
 552 static void hist_entry__set_folding(struct hist_entry *he,  in hist_entry__set_folding()
 579 	struct hist_entry *he;  in __hist_browser__set_folding()  local
 [all …]
 
 | 
| D | annotate.c | 24 	struct sym_hist_entry he;  member880 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel,  in hist_entry__tui_annotate()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | rhashtable.h | 114 			    const struct rhash_head *he)  in rht_obj()166 	const struct rhash_head *he, const struct rhashtable_params params)  in rht_head_hashfn()
 598 	struct rhash_head *he;  in __rhashtable_lookup()  local
 645 	struct rhash_head *he = __rhashtable_lookup(ht, key, params);  in rhashtable_lookup()  local
 695 	struct rhash_head *he = __rhashtable_lookup(&hlt->ht, key, params);  in rhltable_lookup()  local
 1000 	struct rhash_head *he;  in __rhashtable_remove_fast_one()  local
 1152 	struct rhash_head *he;  in __rhashtable_replace_fast()  local
 
 | 
| /Linux-v5.4/tools/perf/ui/ | 
| D | hist.c | 25 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he,  in __hpp__fmt()115 	     struct hist_entry *he, hpp_field_fn get_field,  in hpp__fmt()
 134 		 struct hist_entry *he, hpp_field_fn get_field,  in hpp__fmt_acc()
 
 | 
| /Linux-v5.4/tools/perf/ui/gtk/ | 
| D | annotate.c | 241 int hist_entry__gtk_annotate(struct hist_entry *he,  in hist_entry__gtk_annotate()
 | 
| /Linux-v5.4/lib/ | 
| D | test_hexdump.c | 167 	int ae, he, e, f, r;  in test_hexdump_overflow()  local
 | 
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ | 
| D | rxmq.c | 1164 			       struct ieee80211_radiotap_he *he,  in iwl_mvm_decode_he_phy_ru_alloc()1245 				       struct ieee80211_radiotap_he *he,  in iwl_mvm_decode_he_phy_data()
 1381 	struct ieee80211_radiotap_he *he = NULL;  in iwl_mvm_rx_he()  local
 
 | 
| /Linux-v5.4/drivers/video/fbdev/matrox/ | 
| D | matroxfb_misc.c | 192 	unsigned int hd, hs, he, hbe, ht;  in matroxfb_vgaHWinit()  local
 | 
| /Linux-v5.4/drivers/video/fbdev/ | 
| D | asiliantfb.c | 178        	unsigned he = (p->var.xres + p->var.right_margin + p->var.hsync_len) / 8;  in asiliant_set_timing()  local
 |