/linux-4.4.14/tools/perf/tests/ |
D | hists_output.c | 95 struct hist_entry *he; in del_hist_entries() local 119 #define COMM(he) (thread__comm_str(he->thread)) argument 120 #define DSO(he) (he->ms.map->dso->short_name) argument 121 #define SYM(he) (he->ms.sym->name) argument 122 #define CPU(he) (he->cpu) argument 123 #define PID(he) (he->thread->tid) argument 130 struct hist_entry *he; in test1() local 232 struct hist_entry *he; in test2() local 288 struct hist_entry *he; in test3() local 362 struct hist_entry *he; in test4() local [all …]
|
D | hists_cumulate.c | 129 struct hist_entry *he; in del_hist_entries() local 153 #define COMM(he) (thread__comm_str(he->thread)) argument 154 #define DSO(he) (he->ms.map->dso->short_name) argument 155 #define SYM(he) (he->ms.sym->name) argument 156 #define CPU(he) (he->cpu) argument 157 #define PID(he) (he->thread->tid) argument 158 #define DEPTH(he) (he->callchain->max_depth) argument 183 struct hist_entry *he; in do_test() local
|
D | hists_link.c | 66 struct hist_entry *he; in add_hist_entries() local 167 struct hist_entry *he; in __validate_match() local 219 struct hist_entry *he; in __validate_link() local
|
D | hists_common.c | 171 struct hist_entry *he; in print_hists_in() local 198 struct hist_entry *he; in print_hists_out() local
|
/linux-4.4.14/net/netfilter/ |
D | nft_hash.c | 54 const struct nft_hash_elem *he = data; in nft_hash_obj() local 63 const struct nft_hash_elem *he = ptr; in nft_hash_cmp() local 78 const struct nft_hash_elem *he; in nft_hash_lookup() local 101 struct nft_hash_elem *he; in nft_hash_update() local 132 struct nft_hash_elem *he = elem->priv; in nft_hash_insert() local 146 struct nft_hash_elem *he = elem->priv; in nft_hash_activate() local 156 struct nft_hash_elem *he; in nft_hash_deactivate() local 180 struct nft_hash_elem *he = elem->priv; in nft_hash_remove() local 189 struct nft_hash_elem *he; in nft_hash_walk() local 242 struct nft_hash_elem *he; in nft_hash_gc() local
|
D | xt_hashlimit.c | 286 const struct dsthash_ent *he) in select_all() 292 const struct dsthash_ent *he) in select_gc() 299 const struct dsthash_ent *he)) in htable_selective_cleanup()
|
/linux-4.4.14/tools/perf/ |
D | builtin-diff.c | 220 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() 406 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data() 420 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt() [all …]
|
D | builtin-annotate.c | 55 struct hist_entry *he; in perf_evsel__add_sample() local 113 static int hist_entry__tty_annotate(struct hist_entry *he, in hist_entry__tty_annotate() 129 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local
|
D | builtin-top.c | 90 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 687 struct hist_entry *he = iter->he; in hist_iter__top_callback() local
|
D | builtin-report.c | 99 struct hist_entry *he = iter->he; in hist_iter__report_callback() local
|
/linux-4.4.14/tools/perf/util/ |
D | hist.c | 246 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry() 267 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry() 318 struct hist_entry *he; in hist_entry__new() local 391 struct hist_entry *he; in hists__findnew_entry() local 527 struct hist_entry *he; in iter_add_single_mem_entry() local 558 struct hist_entry *he = iter->he; in iter_finish_mem_entry() local 631 struct hist_entry *he = NULL; in iter_add_next_branch_entry() local 680 struct hist_entry *he; in iter_add_single_normal_entry() local 696 struct hist_entry *he = iter->he; in iter_finish_normal_entry() local 741 struct hist_entry *he; in iter_add_single_cumulative_entry() local [all …]
|
D | sort.c | 70 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, in hist_entry__thread_snprintf() 109 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf, in hist_entry__comm_snprintf() 164 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_snprintf() 267 static int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_snprintf() 310 static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_snprintf() 363 static int hist_entry__srcfile_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcfile_snprintf() 390 static int hist_entry__parent_snprintf(struct hist_entry *he, char *bf, in hist_entry__parent_snprintf() 412 static int hist_entry__cpu_snprintf(struct hist_entry *he, char *bf, in hist_entry__cpu_snprintf() 433 static int hist_entry__socket_snprintf(struct hist_entry *he, char *bf, in hist_entry__socket_snprintf() 458 static int hist_entry__dso_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_from_snprintf() [all …]
|
D | sort.h | 128 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() 133 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he) in hist_entry__next_pair() 141 struct hist_entry *he) in hist_entry__add_pair() 146 static inline float hist_entry__get_percent_limit(struct hist_entry *he) in hist_entry__get_percent_limit()
|
D | callchain.c | 724 int hist_entry__append_callchain(struct hist_entry *he, struct perf_sample *sample) in hist_entry__append_callchain()
|
D | annotate.c | 662 int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip) in hist_entry__inc_addr_samples() 1638 int hist_entry__annotate(struct hist_entry *he, size_t privsize) in hist_entry__annotate()
|
D | hist.h | 98 struct hist_entry *he; member
|
/linux-4.4.14/kernel/locking/ |
D | qspinlock_paravirt.h | 94 #define for_each_hash_entry(he, offset, hash) \ argument 102 struct pv_hash_entry *he; in pv_hash() local 126 struct pv_hash_entry *he; in pv_unhash() local
|
/linux-4.4.14/tools/perf/ui/stdio/ |
D | hist.c | 263 static size_t hist_entry_callchain__fprintf(struct hist_entry *he, in hist_entry_callchain__fprintf() 290 static size_t hist_entry__callchain_fprintf(struct hist_entry *he, in hist_entry__callchain_fprintf() 314 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) in hist_entry__snprintf() 350 static int hist_entry__fprintf(struct hist_entry *he, size_t size, in hist_entry__fprintf()
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_dump.c | 56 void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he) in sas_dprint_hae()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 62 struct hist_entry *he = in hist_browser__get_folding() local 141 static char hist_entry__folded(const struct hist_entry *he) in hist_entry__folded() 211 static bool hist_entry__toggle_fold(struct hist_entry *he) in hist_entry__toggle_fold() 285 static void hist_entry__init_have_children(struct hist_entry *he) in hist_entry__init_have_children() 296 struct hist_entry *he = browser->he_selection; in hist_browser__toggle_fold() local 383 static void hist_entry__set_folding(struct hist_entry *he, bool unfold) in hist_entry__set_folding() 404 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in __hist_browser__set_folding() local 1119 struct hist_entry *he, FILE *fp) in hist_browser__fprintf_callchain() 1136 struct hist_entry *he, FILE *fp) in hist_browser__fprintf_entry() 1452 struct hist_entry *he; in do_annotate() local
|
D | annotate.c | 887 int hist_entry__tui_annotate(struct hist_entry *he, struct perf_evsel *evsel, in hist_entry__tui_annotate()
|
/linux-4.4.14/tools/perf/ui/ |
D | hist.c | 18 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()
|
/linux-4.4.14/include/linux/ |
D | rhashtable.h | 200 const struct rhash_head *he) in rht_obj() 244 const struct rhash_head *he, const struct rhashtable_params params) in rht_head_hashfn() 537 struct rhash_head *he; in rhashtable_lookup_fast() local 750 struct rhash_head *he; in __rhashtable_remove_fast() local
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | annotate.c | 229 int hist_entry__gtk_annotate(struct hist_entry *he, in hist_entry__gtk_annotate()
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 191 unsigned int hd, hs, he, hbe, ht; in matroxfb_vgaHWinit() local
|
/linux-4.4.14/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
|
D | tdfxfb.c | 549 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local
|
/linux-4.4.14/lib/ |
D | rhashtable.c | 37 const struct rhash_head *he) in head_hashfn()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 302 u8 he; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 728 static inline void hsm_set_cl_event(int *flags, enum hsm_event he) in hsm_set_cl_event()
|
/linux-4.4.14/include/linux/mlx5/ |
D | mlx5_ifc.h | 6529 u8 he[0x1]; member
|