Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Ddebugfs_sta.c33 (arsta->aggr_mode == ATH10K_DBG_AGGR_MODE_AUTO) ? in ath10k_dbg_sta_read_aggr_mode()
47 u32 aggr_mode; in ath10k_dbg_sta_write_aggr_mode() local
50 if (kstrtouint_from_user(user_buf, count, 0, &aggr_mode)) in ath10k_dbg_sta_write_aggr_mode()
53 if (aggr_mode >= ATH10K_DBG_AGGR_MODE_MAX) in ath10k_dbg_sta_write_aggr_mode()
58 (aggr_mode == arsta->aggr_mode)) { in ath10k_dbg_sta_write_aggr_mode()
69 arsta->aggr_mode = aggr_mode; in ath10k_dbg_sta_write_aggr_mode()
109 (arsta->aggr_mode != ATH10K_DBG_AGGR_MODE_MANUAL)) { in ath10k_dbg_sta_write_addba()
160 (arsta->aggr_mode != ATH10K_DBG_AGGR_MODE_MANUAL)) { in ath10k_dbg_sta_write_addba_resp()
210 (arsta->aggr_mode != ATH10K_DBG_AGGR_MODE_MANUAL)) { in ath10k_dbg_sta_write_delba()
Dcore.h322 bool aggr_mode; member
/linux-4.4.14/tools/perf/util/
Dstat.h28 enum aggr_mode { enum
38 enum aggr_mode aggr_mode; member
75 double avg, int cpu, enum aggr_mode aggr);
Dstat.c258 switch (config->aggr_mode) { in process_counter_values()
266 if (config->aggr_mode == AGGR_NONE) in process_counter_values()
321 if (config->aggr_mode != AGGR_GLOBAL) in perf_stat_process_counter()
Dstat-shadow.c301 double avg, int cpu, enum aggr_mode aggr) in perf_stat__print_shadow_stats()
/linux-4.4.14/tools/perf/
Dbuiltin-stat.c132 .aggr_mode = AGGR_GLOBAL,
453 switch (stat_config.aggr_mode) { in aggr_printout()
555 if (stat_config.aggr_mode == AGGR_GLOBAL) in printout()
566 stat_config.aggr_mode); in printout()
773 switch (stat_config.aggr_mode) { in print_interval()
855 switch (stat_config.aggr_mode) { in print_counters()
967 OPT_SET_UINT('A', "no-aggr", &stat_config.aggr_mode,
983 OPT_SET_UINT(0, "per-socket", &stat_config.aggr_mode,
985 OPT_SET_UINT(0, "per-core", &stat_config.aggr_mode,
987 OPT_SET_UINT(0, "per-thread", &stat_config.aggr_mode,
[all …]