Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/
Dbuiltin-stat.c204 enum aggr_mode aggr_mode; member
213 .aggr_mode = AGGR_GLOBAL,
1007 if (stat_config.aggr_mode == AGGR_GLOBAL) in __run_perf_stat()
1216 OPT_SET_UINT('A', "no-aggr", &stat_config.aggr_mode,
1242 OPT_SET_UINT(0, "per-socket", &stat_config.aggr_mode,
1244 OPT_SET_UINT(0, "per-die", &stat_config.aggr_mode,
1246 OPT_SET_UINT(0, "per-core", &stat_config.aggr_mode,
1248 OPT_SET_UINT(0, "per-thread", &stat_config.aggr_mode,
1250 OPT_SET_UINT(0, "per-node", &stat_config.aggr_mode,
1383 switch (stat_config.aggr_mode) { in perf_stat_init_aggr_mode()
[all …]
/Linux-v5.15/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.h548 bool aggr_mode; member
/Linux-v5.15/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()
511 cbphy->aggr_mode = PHY_DL_MODE; in intel_cbphy_fwnode_parse()
513 cbphy->aggr_mode = PHY_SL_MODE; in intel_cbphy_fwnode_parse()
542 if (cbphy->aggr_mode == PHY_DL_MODE && iphy_id == PHY_1) { in intel_cbphy_xlate()
563 if (cbphy->aggr_mode == PHY_DL_MODE && iphy->id == PHY_1) in intel_cbphy_create()
/Linux-v5.15/tools/perf/pmu-events/
Djevents.c65 char *aggr_mode; member
73 enum aggr_mode_class convert(const char *aggr_mode) in convert() argument
75 if (!strcmp(aggr_mode, "PerCore")) in convert()
77 else if (!strcmp(aggr_mode, "PerChip")) in convert()
80 pr_err("%s: Wrong AggregationMode value '%s'\n", prog, aggr_mode); in convert()
396 if (je->aggr_mode) in print_events_table_entry()
397 fprintf(outfp, "\t.aggr_mode = \"%d\",\n", convert(je->aggr_mode)); in print_events_table_entry()
423 char *aggr_mode; member
453 op(aggr_mode); \
657 addfield(map, &je.aggr_mode, "", "", val); in json_events()
[all …]
Dpmu-events.h23 const char *aggr_mode; member
/Linux-v5.15/tools/perf/util/
Dstat.h51 enum aggr_mode { enum
115 enum aggr_mode aggr_mode; member
Dstat.c373 switch (config->aggr_mode) { in process_counter_values()
383 if ((config->aggr_mode == AGGR_NONE) && (!evsel->percore)) { in process_counter_values()
388 if (config->aggr_mode == AGGR_THREAD) { in process_counter_values()
447 if (config->aggr_mode != AGGR_GLOBAL) in perf_stat_process_counter()
524 ret += fprintf(fp, "... aggr_mode %d\n", sc.aggr_mode); in perf_event__fprintf_stat_config()
Dstat-display.c76 switch (config->aggr_mode) { in aggr_printout()
171 if (config->aggr_mode == AGGR_NONE) in do_new_line_std()
336 if (config->aggr_mode == AGGR_NONE) in first_shadow_cpu()
446 os.nfields += aggr_fields[config->aggr_mode]; in printout()
990 aggr_header_lens[config->aggr_mode], ""); in print_metric_headers()
995 fputs(aggr_header_csv[config->aggr_mode], config->output); in print_metric_headers()
1032 switch (config->aggr_mode) { in print_interval()
1277 if (config->aggr_mode == AGGR_GLOBAL && prefix && !config->iostat_run) in evlist__print_counters()
1281 switch (config->aggr_mode) { in evlist__print_counters()
Devent.c136 CASE(AGGR_MODE, aggr_mode) in perf_event__read_stat_config()
Dsynthetic-events.c1336 ADD(AGGR_MODE, config->aggr_mode) in perf_event__synthesize_stat_config()
/Linux-v5.15/tools/perf/tests/
Dstat.c44 TEST_ASSERT_VAL("wrong aggr_mode", stat_config.aggr_mode == AGGR_CORE); in process_stat_config_event()
53 .aggr_mode = AGGR_CORE, in test__synthesize_stat_config()
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Ddebugfs_sta.c574 arsta->aggr_mode != ATH11K_DBG_AGGR_MODE_MANUAL) { in ath11k_dbg_sta_write_delba()
625 arsta->aggr_mode != ATH11K_DBG_AGGR_MODE_MANUAL) { in ath11k_dbg_sta_write_addba_resp()
675 arsta->aggr_mode != ATH11K_DBG_AGGR_MODE_MANUAL) { in ath11k_dbg_sta_write_addba()
713 (arsta->aggr_mode == ATH11K_DBG_AGGR_MODE_AUTO) ? in ath11k_dbg_sta_read_aggr_mode()
727 u32 aggr_mode; in ath11k_dbg_sta_write_aggr_mode() local
730 if (kstrtouint_from_user(user_buf, count, 0, &aggr_mode)) in ath11k_dbg_sta_write_aggr_mode()
733 if (aggr_mode >= ATH11K_DBG_AGGR_MODE_MAX) in ath11k_dbg_sta_write_aggr_mode()
738 aggr_mode == arsta->aggr_mode) { in ath11k_dbg_sta_write_aggr_mode()
750 arsta->aggr_mode = aggr_mode; in ath11k_dbg_sta_write_aggr_mode()
Dcore.h375 bool aggr_mode; member
/Linux-v5.15/tools/perf/arch/powerpc/util/
Dheader.c48 atoi(pe->aggr_mode) == PerChip ? strcat(path, "sockets") : strcat(path, "coresperchip"); in arch_get_runtimeparam()
/Linux-v5.15/tools/perf/arch/x86/util/
Diostat.c346 config->aggr_mode = AGGR_GLOBAL; in iostat_prepare()
/Linux-v5.15/tools/perf/util/scripting-engines/
Dtrace-event-python.c1599 if (config->aggr_mode == AGGR_GLOBAL) { in python_process_stat()