| /kernel/linux/linux-6.6/tools/perf/tests/ |
| D | hists_output.c | 97 struct hist_entry *he; in del_hist_entries() local 131 #define COMM(he) (thread__comm_str(he->thread)) argument 132 #define DSO(he) (map__dso(he->ms.map)->short_name) argument 133 #define SYM(he) (he->ms.sym->name) argument 134 #define CPU(he) (he->cpu) argument 135 #define PID(he) (thread__tid(he->thread)) argument 142 struct hist_entry *he; in test1() local 244 struct hist_entry *he; in test2() local 300 struct hist_entry *he; in test3() local 374 struct hist_entry *he; in test4() local [all …]
|
| D | hists_cumulate.c | 132 struct hist_entry *he; in del_hist_entries() local 166 #define COMM(he) (thread__comm_str(he->thread)) argument 167 #define DSO(he) (map__dso(he->ms.map)->short_name) argument 168 #define SYM(he) (he->ms.sym->name) argument 169 #define CPU(he) (he->cpu) argument 170 #define DEPTH(he) (he->callchain->max_depth) argument 195 struct hist_entry *he; in do_test() local
|
| D | hists_link.c | 70 struct hist_entry *he; in add_hist_entries() local 176 struct hist_entry *he; in __validate_match() local 228 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 | 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 86 const struct nft_rhash_elem *he; in nft_rhash_lookup() local 104 struct nft_rhash_elem *he; in nft_rhash_get() local 127 struct nft_rhash_elem *he, *prev; in nft_rhash_update() local 170 struct nft_rhash_elem *he = elem->priv; in nft_rhash_insert() local 192 struct nft_rhash_elem *he = elem->priv; in nft_rhash_activate() local 200 struct nft_rhash_elem *he = priv; in nft_rhash_flush() local 212 struct nft_rhash_elem *he; in nft_rhash_deactivate() local 234 struct nft_rhash_elem *he = elem->priv; in nft_rhash_remove() local [all …]
|
| /kernel/linux/linux-6.6/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 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 168 struct nft_rhash_elem *he = elem->priv; in nft_rhash_insert() local 190 struct nft_rhash_elem *he = elem->priv; in nft_rhash_activate() local 198 struct nft_rhash_elem *he = priv; in nft_rhash_flush() local 210 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-6.6/tools/perf/util/ |
| D | hist.c | 323 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry() 359 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry() 436 static int hist_entry__init(struct hist_entry *he, in hist_entry__init() 553 struct hist_entry *he; in hist_entry__new() local 581 static void hist_entry__add_callchain_period(struct hist_entry *he, u64 period) in hist_entry__add_callchain_period() 598 struct hist_entry *he; in hists__findnew_entry() local 683 static void hists__res_sample(struct hist_entry *he, struct perf_sample *sample) in hists__res_sample() 752 }, *he = hists__findnew_entry(hists, &entry, al, sample_self); in __hists__add_entry() local 800 }, *he = hists__findnew_entry(hists, &entry, al, false); in hists__add_entry_block() local 840 struct hist_entry *he; in iter_add_single_mem_entry() local [all …]
|
| D | sort.c | 114 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, 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() 163 static int hist_entry__simd_snprintf(struct hist_entry *he, char *bf, in hist_entry__simd_snprintf() 213 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf, in hist_entry__comm_snprintf() 269 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_snprintf() 275 static int hist_entry__dso_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__dso_filter() 396 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) in hist_entry__sym_snprintf() 402 static int hist_entry__sym_filter(struct hist_entry *he, int type, const void *arg) in hist_entry__sym_filter() 423 char *hist_entry__srcline(struct hist_entry *he) in hist_entry__srcline() 458 sort__srcline_init(struct hist_entry *he) in sort__srcline_init() [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()
|
| /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()
|
| /kernel/linux/linux-6.6/tools/perf/ |
| D | builtin-c2c.c | 81 struct hist_entry he; member 173 static void c2c_he_free(void *he) in c2c_he_free() 200 he__get_c2c_hists(struct hist_entry *he, in he__get_c2c_hists() 284 struct hist_entry *he; in process_sample_event() local 525 struct hist_entry *he) in dcacheline_entry() 539 struct hist_entry *he) in dcacheline_node_entry() 553 struct hist_entry *he) in dcacheline_node_count() 563 struct hist_entry *he) in offset_entry() 592 struct hist_entry *he) in iaddr_entry() 613 struct hist_entry *he) in tot_hitm_entry() [all …]
|
| 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() 520 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data() [all …]
|
| D | builtin-annotate.c | 167 struct hist_entry *he = iter->he; in hist_iter__branch_callback() local 233 struct hist_entry *he; in evsel__add_sample() local 313 static int hist_entry__tty_annotate(struct hist_entry *he, in hist_entry__tty_annotate() 331 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-6.6/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-6.6/drivers/net/wireless/mediatek/mt76/ |
| D | mt76_connac3_mac.c | 14 struct ieee80211_radiotap_he *he, in mt76_connac3_mac_decode_he_radiotap_ru() 120 struct ieee80211_radiotap_he *he; in mt76_connac3_mac_decode_he_radiotap() local
|
| /kernel/linux/linux-6.6/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 412 struct hist_entry *he = browser->he_selection; in hist_browser__selection_unfolded() local 426 struct hist_entry *he = browser->he_selection; in hist_browser__selection_sym_name() local 444 struct hist_entry *he = browser->he_selection; in hist_browser__toggle_fold() local 564 static int hierarchy_set_folding(struct hist_browser *hb, struct hist_entry *he, in hierarchy_set_folding() [all …]
|
| /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 412 struct hist_entry *he = browser->he_selection; in hist_browser__selection_unfolded() local 426 struct hist_entry *he = browser->he_selection; in hist_browser__selection_sym_name() local 444 struct hist_entry *he = browser->he_selection; in hist_browser__toggle_fold() local 564 static int hierarchy_set_folding(struct hist_browser *hb, struct hist_entry *he, in hierarchy_set_folding() [all …]
|