/kernel/linux/linux-4.19/tools/perf/tests/ |
D | hists_output.c | 93 struct hist_entry *he; in del_hist_entries() local 117 #define COMM(he) (thread__comm_str(he->thread)) argument 118 #define DSO(he) (he->ms.map->dso->short_name) argument 119 #define SYM(he) (he->ms.sym->name) argument 120 #define CPU(he) (he->cpu) argument 121 #define PID(he) (he->thread->tid) argument 128 struct hist_entry *he; in test1() local 230 struct hist_entry *he; in test2() local 286 struct hist_entry *he; in test3() local 360 struct hist_entry *he; in test4() local [all …]
|
D | hists_cumulate.c | 127 struct hist_entry *he; in del_hist_entries() local 151 #define COMM(he) (thread__comm_str(he->thread)) argument 152 #define DSO(he) (he->ms.map->dso->short_name) argument 153 #define SYM(he) (he->ms.sym->name) argument 154 #define CPU(he) (he->cpu) argument 155 #define PID(he) (he->thread->tid) argument 156 #define DEPTH(he) (he->callchain->max_depth) argument 181 struct hist_entry *he; in do_test() local
|
D | hists_link.c | 69 struct hist_entry *he; in add_hist_entries() local 158 struct hist_entry *he; in __validate_match() local 210 struct hist_entry *he; in __validate_link() local
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | hists_output.c | 94 struct hist_entry *he; in del_hist_entries() local 118 #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() local 152 #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() local 157 struct hist_entry *he; in __validate_match() local 209 struct hist_entry *he; in __validate_link() local
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nft_set_hash.c | 49 const struct nft_rhash_elem *he = data; in nft_rhash_obj() local 58 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 …]
|
/kernel/linux/linux-4.19/net/netfilter/ |
D | nft_set_hash.c | 52 const struct nft_rhash_elem *he = data; in nft_rhash_obj() local 61 const struct nft_rhash_elem *he = ptr; in nft_rhash_cmp() local 84 const struct nft_rhash_elem *he; in nft_rhash_lookup() local 102 struct nft_rhash_elem *he; in nft_rhash_get() local 125 struct nft_rhash_elem *he, *prev; in nft_rhash_update() local 166 struct nft_rhash_elem *he = elem->priv; in nft_rhash_insert() local 188 struct nft_rhash_elem *he = elem->priv; in nft_rhash_activate() local 197 struct nft_rhash_elem *he = priv; in nft_rhash_flush() local 212 struct nft_rhash_elem *he; in nft_rhash_deactivate() local 235 struct nft_rhash_elem *he = elem->priv; in nft_rhash_remove() local [all …]
|
/kernel/linux/linux-4.19/tools/perf/util/ |
D | hist.c | 276 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry() 312 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry() 371 static int hist_entry__init(struct hist_entry *he, in hist_entry__init() 467 struct hist_entry *he; in hist_entry__new() local 495 static void hist_entry__add_callchain_period(struct hist_entry *he, u64 period) in hist_entry__add_callchain_period() 512 struct hist_entry *he; in hists__findnew_entry() local 624 }, *he = hists__findnew_entry(hists, &entry, al, sample_self); in __hists__add_entry() local 691 struct hist_entry *he; in iter_add_single_mem_entry() local 724 struct hist_entry *he = iter->he; in iter_finish_mem_entry() local 795 struct hist_entry *he = NULL; in iter_add_next_branch_entry() local [all …]
|
D | sort.c | 84 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, in hist_entry__thread_snprintf() 94 static int hist_entry__thread_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__thread_filter() 137 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf, in hist_entry__comm_snprintf() 193 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_snprintf() 199 static int hist_entry__dso_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__dso_filter() 312 static int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_snprintf() 319 static int hist_entry__sym_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__sym_filter() 340 char *hist_entry__srcline(struct hist_entry *he) in hist_entry__srcline() 356 static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_snprintf() 391 static int hist_entry__srcline_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_from_snprintf() [all …]
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | hist.c | 313 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry() 349 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry() 426 static int hist_entry__init(struct hist_entry *he, in hist_entry__init() 541 struct hist_entry *he; in hist_entry__new() local 569 static void hist_entry__add_callchain_period(struct hist_entry *he, u64 period) in hist_entry__add_callchain_period() 586 struct hist_entry *he; in hists__findnew_entry() local 671 static void hists__res_sample(struct hist_entry *he, struct perf_sample *sample) in hists__res_sample() 734 }, *he = hists__findnew_entry(hists, &entry, al, sample_self); in __hists__add_entry() local 780 }, *he = hists__findnew_entry(hists, &entry, al, false); in hists__add_entry_block() local 820 struct hist_entry *he; in iter_add_single_mem_entry() local [all …]
|
D | sort.c | 100 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, 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() 153 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf, in hist_entry__comm_snprintf() 209 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_snprintf() 215 static int hist_entry__dso_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__dso_filter() 336 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) in hist_entry__sym_snprintf() 342 static int hist_entry__sym_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__sym_filter() 363 char *hist_entry__srcline(struct hist_entry *he) in hist_entry__srcline() 379 static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_snprintf() 414 static int hist_entry__srcline_from_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_from_snprintf() [all …]
|
D | block-info.c | 116 int block_info__process_sym(struct hist_entry *he, struct block_hist *bh, in block_info__process_sym() 197 struct hist_entry *he) in block_total_cycles_pct_entry() 240 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_lbr_entry() 253 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_pct_entry() 270 struct hist_entry *he) in block_avg_cycles_entry() 284 struct hist_entry *he) in block_range_entry() 315 struct hist_entry *he) in block_dso_entry() 409 struct hist_entry *he; in process_block_report() local 490 float block_info__total_cycles_percent(struct hist_entry *he) in block_info__total_cycles_percent()
|
D | sort.h | 163 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he) in hist_entry__has_callchains() 170 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() 175 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he) in hist_entry__next_pair() 183 struct hist_entry *he) in hist_entry__add_pair() 188 static inline float hist_entry__get_percent_limit(struct hist_entry *he) in hist_entry__get_percent_limit() 282 struct hist_entry he; member
|
/kernel/linux/linux-4.19/tools/perf/ |
D | builtin-diff.c | 232 static double period_percent(struct hist_entry *he, u64 period) in period_percent() 239 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta() 249 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio() 259 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff() 271 static int formula_delta(struct hist_entry *he, struct hist_entry *pair, in formula_delta() 288 static int formula_ratio(struct hist_entry *he, struct hist_entry *pair, in formula_ratio() 297 static int formula_wdiff(struct hist_entry *he, struct hist_entry *pair, in formula_wdiff() 308 static int formula_fprintf(struct hist_entry *he, struct hist_entry *pair, in formula_fprintf() 409 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data() 423 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt() [all …]
|
D | builtin-c2c.c | 68 struct hist_entry he; member 149 static void c2c_he_free(void *he) in c2c_he_free() 176 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists() 256 struct hist_entry *he; in process_sample_event() local 484 struct hist_entry *he) in dcacheline_entry() 498 struct hist_entry *he) in dcacheline_node_entry() 512 struct hist_entry *he) in dcacheline_node_count() 522 struct hist_entry *he) in offset_entry() 550 struct hist_entry *he) in iaddr_entry() 571 struct hist_entry *he) in tot_hitm_entry() [all …]
|
D | builtin-annotate.c | 155 struct hist_entry *he = iter->he; in hist_iter__branch_callback() local 217 struct hist_entry *he; in perf_evsel__add_sample() local 295 static int hist_entry__tty_annotate(struct hist_entry *he, in hist_entry__tty_annotate() 313 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-diff.c | 272 static double period_percent(struct hist_entry *he, u64 period) in period_percent() 279 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta() 289 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio() 299 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff() 311 static int formula_delta(struct hist_entry *he, struct hist_entry *pair, in formula_delta() 328 static int formula_ratio(struct hist_entry *he, struct hist_entry *pair, in formula_ratio() 337 static int formula_wdiff(struct hist_entry *he, struct hist_entry *pair, in formula_wdiff() 348 static int formula_fprintf(struct hist_entry *he, struct hist_entry *pair, in formula_fprintf() 377 static void block_hist_free(void *he) in block_hist_free() 518 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; member 159 static void c2c_he_free(void *he) in c2c_he_free() 186 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists() 266 struct hist_entry *he; in process_sample_event() local 497 struct hist_entry *he) in dcacheline_entry() 511 struct hist_entry *he) in dcacheline_node_entry() 525 struct hist_entry *he) in dcacheline_node_count() 535 struct hist_entry *he) in offset_entry() 563 struct hist_entry *he) in iaddr_entry() 584 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() local 220 struct hist_entry *he; in evsel__add_sample() local 297 static int hist_entry__tty_annotate(struct hist_entry *he, in hist_entry__tty_annotate() 315 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local
|
/kernel/linux/linux-5.10/tools/perf/ui/stdio/ |
D | hist.c | 381 static size_t hist_entry_callchain__fprintf(struct hist_entry *he, in hist_entry_callchain__fprintf() 414 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf() 452 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) in hist_entry__snprintf() 457 static int hist_entry__hierarchy_fprintf(struct hist_entry *he, in hist_entry__hierarchy_fprintf() 538 static int hist_entry__block_fprintf(struct hist_entry *he, in hist_entry__block_fprintf() 562 static int hist_entry__individual_block_fprintf(struct hist_entry *he, in hist_entry__individual_block_fprintf() 581 static int hist_entry__fprintf(struct hist_entry *he, size_t size, in hist_entry__fprintf()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
D | hists.c | 70 struct hist_entry *he = in hist_browser__get_folding() local 161 static char hist_entry__folded(const struct hist_entry *he) in hist_entry__folded() 272 static int hierarchy_count_rows(struct hist_browser *hb, struct hist_entry *he, in hierarchy_count_rows() 304 static bool hist_entry__toggle_fold(struct hist_entry *he) in hist_entry__toggle_fold() 381 static void hist_entry__init_have_children(struct hist_entry *he) in hist_entry__init_have_children() 398 struct hist_entry *he = browser->he_selection; in hist_browser__selection_has_children() local 417 struct hist_entry *he = browser->he_selection; in hist_browser__selection_unfolded() local 431 struct hist_entry *he = browser->he_selection; in hist_browser__selection_sym_name() local 449 struct hist_entry *he = browser->he_selection; in hist_browser__toggle_fold() local 569 static int hierarchy_set_folding(struct hist_browser *hb, struct hist_entry *he, in hierarchy_set_folding() [all …]
|
/kernel/linux/linux-4.19/kernel/locking/ |
D | qspinlock_paravirt.h | 209 #define for_each_hash_entry(he, offset, hash) \ argument 217 struct pv_hash_entry *he; in pv_hash() local 244 struct pv_hash_entry *he; in pv_unhash() local
|
/kernel/linux/linux-5.10/kernel/locking/ |
D | qspinlock_paravirt.h | 207 #define for_each_hash_entry(he, offset, hash) \ argument 215 struct pv_hash_entry *he; in pv_hash() local 242 struct pv_hash_entry *he; in pv_unhash() local
|
/kernel/linux/linux-4.19/include/linux/ |
D | rhashtable.h | 87 const struct rhash_head *he) in rht_obj() 139 const struct rhash_head *he, const struct rhashtable_params params) in rht_head_hashfn() 475 struct rhash_head *he; in __rhashtable_lookup() local 516 struct rhash_head *he = __rhashtable_lookup(ht, key, params); in rhashtable_lookup() local 566 struct rhash_head *he = __rhashtable_lookup(&hlt->ht, key, params); in rhltable_lookup() local 877 struct rhash_head *he; in __rhashtable_remove_fast_one() local 1023 struct rhash_head *he; in __rhashtable_replace_fast() local
|