Home
last modified time | relevance | path

Searched refs:aggr_mode (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.6/tools/perf/
Dbuiltin-stat.c143 enum aggr_mode aggr_mode; member
153 .aggr_mode = AGGR_GLOBAL,
1119 u32 *aggr_mode = (u32 *)opt->value; in parse_cache_level() local
1158 *aggr_mode = AGGR_CACHE; in parse_cache_level()
1206 OPT_SET_UINT('A', "no-aggr", &stat_config.aggr_mode,
1236 OPT_SET_UINT(0, "per-socket", &stat_config.aggr_mode,
1238 OPT_SET_UINT(0, "per-die", &stat_config.aggr_mode,
1240 OPT_CALLBACK_OPTARG(0, "per-cache", &stat_config.aggr_mode, &stat_config.aggr_level,
1243 OPT_SET_UINT(0, "per-core", &stat_config.aggr_mode,
1245 OPT_SET_UINT(0, "per-thread", &stat_config.aggr_mode,
[all …]
Dbuiltin-lock.c79 static enum lock_aggr_mode aggr_mode = LOCK_AGGR_ADDR; variable
614 switch (aggr_mode) { in get_key_by_aggr_mode_simple()
623 pr_err("Invalid aggregation mode: %d\n", aggr_mode); in get_key_by_aggr_mode_simple()
634 if (aggr_mode == LOCK_AGGR_CALLER) { in get_key_by_aggr_mode()
1095 switch (aggr_mode) { in report_lock_contention_begin_event()
1645 switch (aggr_mode) { in print_header_stdio()
1669 switch (aggr_mode) { in print_header_csv()
1709 switch (aggr_mode) { in print_lock_stat_stdio()
1727 if (aggr_mode == LOCK_AGGR_CALLER && verbose > 0) { in print_lock_stat_stdio()
1757 switch (aggr_mode) { in print_lock_stat_csv()
[all …]
Dbuiltin-script.c3671 stat_config.aggr_mode = AGGR_NONE; in process_stat_config_event()
/Linux-v6.6/tools/perf/util/
Dbpf_lock_contention.c37 if (con->aggr_mode == LOCK_AGGR_TASK) in lock_contention_prepare()
150 skel->bss->aggr_mode = con->aggr_mode; in lock_contention_prepare()
184 if (con->aggr_mode == LOCK_AGGR_TASK) { in lock_contention_get_name()
202 if (con->aggr_mode == LOCK_AGGR_ADDR) { in lock_contention_get_name()
271 if (con->aggr_mode == LOCK_AGGR_TASK) { in lock_contention_read()
278 if (con->aggr_mode == LOCK_AGGR_ADDR) { in lock_contention_read()
308 switch (con->aggr_mode) { in lock_contention_read()
349 if (con->aggr_mode == LOCK_AGGR_CALLER && verbose > 0) { in lock_contention_read()
Dstat.h46 enum aggr_mode { enum
67 enum aggr_mode aggr_mode; member
Dstat-display.c193 int idx = config->aggr_mode; in print_aggr_id_std()
196 switch (config->aggr_mode) { in print_aggr_id_std()
245 switch (config->aggr_mode) { in print_aggr_id_csv()
294 switch (config->aggr_mode) { in print_aggr_id_json()
386 if (config->aggr_mode == AGGR_NONE) in do_new_line_std()
932 if (config->aggr_mode == AGGR_THREAD && config->system_wide) in should_skip_zero_counter()
1158 int len = aggr_header_lens[config->aggr_mode]; in print_metric_headers_std()
1173 fputs(aggr_header_csv[config->aggr_mode], config->output); in print_metric_headers_csv()
1247 switch (config->aggr_mode) { in print_header_interval_std()
1255 aggr_header_lens[config->aggr_mode], in print_header_interval_std()
[all …]
Dstat.c282 if (config->aggr_mode != AGGR_GLOBAL) in evlist__copy_res_stats()
375 if (config->aggr_mode == AGGR_GLOBAL) in evsel__count_has_error()
406 if (config->aggr_mode == AGGR_THREAD) { in process_counter_values()
493 if (config->aggr_mode != AGGR_GLOBAL) in perf_stat_process_counter()
666 if (config->aggr_mode != AGGR_NONE) in perf_stat_process_percore()
738 ret += fprintf(fp, "... aggr_mode %d\n", sc.aggr_mode); in perf_event__fprintf_stat_config()
Dlock-contention.h142 int aggr_mode; member
Devent.c162 CASE(AGGR_MODE, aggr_mode) in perf_event__read_stat_config()
Dsynthetic-events.c1375 ADD(AGGR_MODE, config->aggr_mode) in perf_event__synthesize_stat_config()
/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Ddebugfs_sta.c187 (arsta->aggr_mode == ATH10K_DBG_AGGR_MODE_AUTO) ? in ath10k_dbg_sta_read_aggr_mode()
201 u32 aggr_mode; in ath10k_dbg_sta_write_aggr_mode() local
204 if (kstrtouint_from_user(user_buf, count, 0, &aggr_mode)) in ath10k_dbg_sta_write_aggr_mode()
207 if (aggr_mode >= ATH10K_DBG_AGGR_MODE_MAX) in ath10k_dbg_sta_write_aggr_mode()
212 (aggr_mode == arsta->aggr_mode)) { in ath10k_dbg_sta_write_aggr_mode()
223 arsta->aggr_mode = aggr_mode; in ath10k_dbg_sta_write_aggr_mode()
263 (arsta->aggr_mode != ATH10K_DBG_AGGR_MODE_MANUAL)) { in ath10k_dbg_sta_write_addba()
314 (arsta->aggr_mode != ATH10K_DBG_AGGR_MODE_MANUAL)) { in ath10k_dbg_sta_write_addba_resp()
364 (arsta->aggr_mode != ATH10K_DBG_AGGR_MODE_MANUAL)) { in ath10k_dbg_sta_write_delba()
Dcore.h545 bool aggr_mode; member
/Linux-v6.6/drivers/phy/intel/
Dphy-intel-lgm-combo.c100 enum aggregated_mode aggr_mode; member
151 if (cbphy->aggr_mode != PHY_DL_MODE) in intel_cbphy_iphy_cfg()
203 enum aggregated_mode aggr = cbphy->aggr_mode; in intel_cbphy_set_mode()
496 cbphy->aggr_mode = PHY_DL_MODE; in intel_cbphy_fwnode_parse()
498 cbphy->aggr_mode = PHY_SL_MODE; in intel_cbphy_fwnode_parse()
527 if (cbphy->aggr_mode == PHY_DL_MODE && iphy_id == PHY_1) { in intel_cbphy_xlate()
548 if (cbphy->aggr_mode == PHY_DL_MODE && iphy->id == PHY_1) in intel_cbphy_create()
/Linux-v6.6/tools/perf/tests/
Dstat.c44 TEST_ASSERT_VAL("wrong aggr_mode", stat_config.aggr_mode == AGGR_CORE); in process_stat_config_event()
54 .aggr_mode = AGGR_CORE, in test__synthesize_stat_config()
/Linux-v6.6/tools/perf/util/bpf_skel/
Dlock_contention.bpf.c122 int aggr_mode; variable
305 } else if (aggr_mode == LOCK_AGGR_TASK) { in contention_begin()
354 switch (aggr_mode) { in contention_end()
393 if (aggr_mode == LOCK_AGGR_ADDR) in contention_end()
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Ddebugfs_sta.c504 arsta->aggr_mode != ATH11K_DBG_AGGR_MODE_MANUAL) { in ath11k_dbg_sta_write_delba()
555 arsta->aggr_mode != ATH11K_DBG_AGGR_MODE_MANUAL) { in ath11k_dbg_sta_write_addba_resp()
605 arsta->aggr_mode != ATH11K_DBG_AGGR_MODE_MANUAL) { in ath11k_dbg_sta_write_addba()
643 (arsta->aggr_mode == ATH11K_DBG_AGGR_MODE_AUTO) ? in ath11k_dbg_sta_read_aggr_mode()
657 u32 aggr_mode; in ath11k_dbg_sta_write_aggr_mode() local
660 if (kstrtouint_from_user(user_buf, count, 0, &aggr_mode)) in ath11k_dbg_sta_write_aggr_mode()
663 if (aggr_mode >= ATH11K_DBG_AGGR_MODE_MAX) in ath11k_dbg_sta_write_aggr_mode()
668 aggr_mode == arsta->aggr_mode) { in ath11k_dbg_sta_write_aggr_mode()
680 arsta->aggr_mode = aggr_mode; in ath11k_dbg_sta_write_aggr_mode()
Dcore.h507 bool aggr_mode; member
/Linux-v6.6/tools/perf/arch/powerpc/util/
Dheader.c48 strcat(path, pm->aggr_mode == PerChip ? "sockets" : "coresperchip"); in arch_get_runtimeparam()
/Linux-v6.6/tools/perf/pmu-events/
Dpmu-events.h66 enum aggr_mode_class aggr_mode; member
Djevents.py216 def convert_aggr_mode(aggr_mode: str) -> Optional[str]:
218 if not aggr_mode:
224 return aggr_mode_to_enum[aggr_mode]
320 self.aggr_mode = convert_aggr_mode(jd.get('AggregationMode'))
/Linux-v6.6/tools/perf/arch/x86/util/
Diostat.c347 config->aggr_mode = AGGR_GLOBAL; in iostat_prepare()