| /linux-6.15/tools/perf/tests/ |
| H A 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) (dso__short_name(map__dso(he->ms.map))) 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 …]
|
| H A 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) (dso__short_name(map__dso(he->ms.map))) 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
|
| H A 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
|
| H A D | hists_common.c | 177 struct hist_entry *he; in print_hists_in() local 206 struct hist_entry *he; in print_hists_out() local
|
| /linux-6.15/net/netfilter/ |
| H A D | nft_set_hash.c | 88 const struct nft_rhash_elem *he; in nft_rhash_lookup() local 108 struct nft_rhash_elem *he; in nft_rhash_get() local 133 struct nft_rhash_elem *he, *prev; in nft_rhash_update() local 221 struct nft_rhash_elem *he; in nft_rhash_deactivate() local 258 struct nft_rhash_elem *he; in nft_rhash_delete() local 273 struct nft_rhash_elem *he; in nft_rhash_walk() local 324 struct nft_rhash_elem *he; in nft_rhash_gc() local 515 const struct nft_hash_elem *he; in nft_hash_lookup() local 536 struct nft_hash_elem *he; in nft_hash_get() local 663 struct nft_hash_elem *he; in nft_hash_walk() local [all …]
|
| /linux-6.15/tools/perf/util/ |
| H A D | sort.c | 471 char *hist_entry__srcline(struct hist_entry *he) in hist_entry__srcline() 506 sort__srcline_init(struct hist_entry *he) in sort__srcline_init() 559 static void sort__srcline_from_init(struct hist_entry *he) in sort__srcline_from_init() 607 static void sort__srcline_to_init(struct hist_entry *he) in sort__srcline_to_init() 824 static void sort__srcfile_init(struct hist_entry *he) in sort__srcfile_init() 975 static int hist_entry__cgroup_snprintf(struct hist_entry *he, in hist_entry__cgroup_snprintf() 1065 static char *get_trace_output(struct hist_entry *he) in get_trace_output() 2328 static void sort__type_init(struct hist_entry *he) in sort__type_init() 2674 struct hist_entry *he) in __sort__hpp_entry() 2940 struct hist_entry *he) in update_dynamic_len() [all …]
|
| H A D | hist.c | 577 struct hist_entry *he; in hist_entry__new() local 624 struct hist_entry *he; in hists__findnew_entry() local 871 struct hist_entry *he; in iter_add_single_mem_entry() local 1039 struct hist_entry *he; in iter_add_single_normal_entry() local 1103 struct hist_entry *he; in iter_add_single_cumulative_entry() local 1161 struct hist_entry *he; in iter_add_next_cumulative_entry() local 1829 struct hist_entry *he; in hierarchy_recalc_total_periods() local 1895 struct hist_entry *he; in hists__hierarchy_output_resort() local 2473 struct hist_entry *he; in hists__add_dummy_entry() local 2522 struct hist_entry *he; in add_dummy_hierarchy_entry() local [all …]
|
| H A D | block-info.c | 128 int block_info__process_sym(struct hist_entry *he, struct block_hist *bh, in block_info__process_sym() 212 struct hist_entry *he) in block_total_cycles_pct_entry() 255 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_lbr_entry() 268 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_pct_entry() 285 struct hist_entry *he) in block_avg_cycles_entry() 299 struct hist_entry *he) in block_range_entry() 330 struct hist_entry *he) in block_dso_entry() 359 struct hist_entry *he) in block_branch_counter_entry() 445 struct hist_entry *he; in process_block_report() local 524 float block_info__total_cycles_percent(struct hist_entry *he) in block_info__total_cycles_percent()
|
| H A D | stream.c | 98 static void update_hot_callchain(struct hist_entry *he, in update_hot_callchain() 117 struct hist_entry *he; in init_hot_callchain() local
|
| H A D | hist.h | 148 struct hist_entry *he; member 307 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he) in hist_entry__has_callchains() 312 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() 317 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he) in hist_entry__next_pair() 325 struct hist_entry *he) in hist_entry__add_pair() 421 static inline float hist_entry__get_percent_limit(struct hist_entry *he) in hist_entry__get_percent_limit() 685 struct hist_entry he; member
|
| H A D | annotate.c | 588 int hist_entry__inc_addr_samples(struct hist_entry *he, struct perf_sample *sample, in hist_entry__inc_addr_samples() 769 struct hist_entry *he; member 1217 int hist_entry__annotate_printf(struct hist_entry *he, struct evsel *evsel) in hist_entry__annotate_printf() 1651 int hist_entry__tty_annotate2(struct hist_entry *he, struct evsel *evsel) in hist_entry__tty_annotate2() 1687 int hist_entry__tty_annotate(struct hist_entry *he, struct evsel *evsel) in hist_entry__tty_annotate() 2700 __hist_entry__get_data_type(struct hist_entry *he, struct arch *arch, in __hist_entry__get_data_type() 2794 struct annotated_data_type *hist_entry__get_data_type(struct hist_entry *he) in hist_entry__get_data_type()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-c2c.c | 82 struct hist_entry he; member 285 struct hist_entry *he; in process_sample_event() local 546 struct hist_entry *he) in offset_entry() 704 struct hist_entry *he) in tot_recs_entry() 742 struct hist_entry *he) in tot_loads_entry() 1103 struct hist_entry *he) in percent_stores_na_entry() 1114 struct hist_entry *he) in percent_stores_na_color() 1901 struct hist_entry *he) in c2c_se_entry() 2341 struct hist_entry *he; in hists__iterate_cb() local 2563 struct hist_entry *he; member [all …]
|
| H A D | builtin-diff.c | 378 static void block_hist_free(void *he) in block_hist_free() 621 static void compute_cycles_diff(struct hist_entry *he, in compute_cycles_diff() 685 struct hist_entry *he, *pair; in hists__precompute() local 1303 static double baseline_percent(struct hist_entry *he) in baseline_percent() 1384 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare() 1453 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta() 1459 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio() 1465 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff() 1471 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles() 1504 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles_hist() [all …]
|
| H A D | builtin-annotate.c | 177 struct hist_entry *he = iter->he; in hist_iter__branch_callback() local 244 struct hist_entry *he; in evsel__add_sample() local 324 static int hist_entry__stdio_annotate(struct hist_entry *he, in hist_entry__stdio_annotate() 421 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local
|
| H A D | builtin-kvm.c | 118 struct hist_entry *he) in ev_name_entry() 209 struct hist_entry *he) in ev_entry_mean() 291 struct hist_entry *he) in ev_entry_count_precent() 522 struct hist_entry *he = rb_entry(nd, struct hist_entry, in kvm_browser__update_nr_entries() local 652 struct hist_entry *he; in clear_events_cache_stats() local 707 static void kvm_he_free(void *he) in kvm_he_free() 725 struct hist_entry *he; in find_create_kvm_event() local 988 static int filter_cb(struct hist_entry *he, void *arg __maybe_unused) in filter_cb() 1075 struct hist_entry *he; in print_result() local
|
| H A D | builtin-top.c | 111 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he) in perf_top__parse_source() 163 static void __zero_source_counters(struct hist_entry *he) in __zero_source_counters() 198 struct hist_entry *he, in perf_top__record_precise_ip() 242 struct hist_entry *he = top->sym_filter_entry; in perf_top__show_details() local
|
| /linux-6.15/tools/perf/ui/stdio/ |
| H A D | hist.c | 385 static size_t hist_entry_callchain__fprintf(struct hist_entry *he, in hist_entry_callchain__fprintf() 418 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf() 456 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) in hist_entry__snprintf() 461 static int hist_entry__hierarchy_fprintf(struct hist_entry *he, in hist_entry__hierarchy_fprintf() 542 static int hist_entry__block_fprintf(struct hist_entry *he, in hist_entry__block_fprintf() 566 static int hist_entry__individual_block_fprintf(struct hist_entry *he, in hist_entry__individual_block_fprintf() 585 static int hist_entry__fprintf(struct hist_entry *he, size_t size, in hist_entry__fprintf()
|
| /linux-6.15/tools/perf/ui/browsers/ |
| H A D | hists.c | 71 struct hist_entry *he = in hist_browser__get_folding() local 399 struct hist_entry *he = browser->he_selection; in hist_browser__selection_has_children() local 606 struct hist_entry *he; in __hist_browser__set_folding() local 2045 struct hist_entry *he, FILE *fp, in hist_browser__fprintf_callchain() 2059 struct hist_entry *he, FILE *fp) in hist_browser__fprintf_entry() 2101 struct hist_entry *he, in hist_browser__fprintf_hierarchy_entry() 2438 struct hist_entry *he; in do_annotate() local 2529 struct hist_entry *he) in add_annotate_type_opt() 2746 struct hist_entry *he; in do_res_sample_script() local 2787 struct hist_entry *he; in add_script_opt() local [all …]
|
| H A D | annotate-data.c | 155 struct hist_entry *he = browser->b.priv; in annotated_data_browser__collect_entries() local 336 struct hist_entry *he = uib->priv; in browser__show() local 392 struct hist_entry *he = uib->priv; in browser__write() local 569 int hist_entry__annotate_data_tui(struct hist_entry *he, struct evsel *evsel, in hist_entry__annotate_data_tui()
|
| /linux-6.15/kernel/locking/ |
| H A D | qspinlock_paravirt.h | 203 #define for_each_hash_entry(he, offset, hash) \ argument 211 struct pv_hash_entry *he; in pv_hash() local 239 struct pv_hash_entry *he; in pv_unhash() local
|
| /linux-6.15/include/linux/ |
| H A 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() 599 struct rhash_head *he; in __rhashtable_lookup() local 646 struct rhash_head *he = __rhashtable_lookup(ht, key, params); in rhashtable_lookup() local 696 struct rhash_head *he = __rhashtable_lookup(&hlt->ht, key, params); in rhltable_lookup() local 1002 struct rhash_head *he; in __rhashtable_remove_fast_one() local 1155 struct rhash_head *he; in __rhashtable_replace_fast() local
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac3_mac.c | 17 struct ieee80211_radiotap_he *he, in mt76_connac3_mac_decode_he_radiotap_ru() 123 struct ieee80211_radiotap_he *he; in mt76_connac3_mac_decode_he_radiotap() local
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | iface.c | 607 struct ieee80211_sta_he_cap *he = (void *)(uintptr_t)he_cap; in iwl_mld_handle_datapath_monitor_notif() local 650 struct ieee80211_sta_he_cap *he = (void *)(uintptr_t)he_cap; in iwl_mld_reset_cca_40mhz_workaround() local
|
| /linux-6.15/tools/perf/ui/ |
| H A D | hist.c | 56 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() 121 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt() 141 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc()
|
| /linux-6.15/net/mac80211/ |
| H A D | spectmgmt.c | 153 } __packed he; in validate_chandef_by_6ghz_he_eht_oper() local
|