/linux-6.3-rc2/tools/perf/ |
A D | builtin-stat.c | 205 enum aggr_mode aggr_mode; member 214 .aggr_mode = AGGR_GLOBAL, 1398 static aggr_cpu_id_get_t aggr_mode__get_aggr(enum aggr_mode aggr_mode) in aggr_mode__get_aggr() argument 1400 switch (aggr_mode) { in aggr_mode__get_aggr() 1421 static aggr_get_id_t aggr_mode__get_id(enum aggr_mode aggr_mode) in aggr_mode__get_id() argument 1423 switch (aggr_mode) { in aggr_mode__get_id() 1632 static aggr_cpu_id_get_t aggr_mode__get_aggr_file(enum aggr_mode aggr_mode) in aggr_mode__get_aggr_file() argument 1634 switch (aggr_mode) { in aggr_mode__get_aggr_file() 1655 static aggr_get_id_t aggr_mode__get_id_file(enum aggr_mode aggr_mode) in aggr_mode__get_id_file() argument 1657 switch (aggr_mode) { in aggr_mode__get_id_file() [all …]
|
A D | builtin-lock.c | 76 static enum lock_aggr_mode aggr_mode = LOCK_AGGR_ADDR; variable 605 switch (aggr_mode) { in get_key_by_aggr_mode_simple() 614 pr_err("Invalid aggregation mode: %d\n", aggr_mode); in get_key_by_aggr_mode_simple() 625 if (aggr_mode == LOCK_AGGR_CALLER) { in get_key_by_aggr_mode() 1083 switch (aggr_mode) { in report_lock_contention_begin_event() 1618 switch (aggr_mode) { in print_contention_result() 1654 switch (aggr_mode) { in print_contention_result() 1672 if (aggr_mode == LOCK_AGGR_CALLER && verbose > 0) { in print_contention_result() 1750 aggr_mode = LOCK_AGGR_TASK; in __cmd_report() 1841 con.aggr_mode = aggr_mode = show_thread_stats ? LOCK_AGGR_TASK : in __cmd_contention() [all …]
|
/linux-6.3-rc2/tools/perf/util/ |
A D | bpf_lock_contention.c | 37 if (con->aggr_mode == LOCK_AGGR_TASK) in lock_contention_prepare() 150 skel->bss->aggr_mode = con->aggr_mode; in lock_contention_prepare() 182 if (con->aggr_mode == LOCK_AGGR_TASK) { in lock_contention_get_name() 200 if (con->aggr_mode == LOCK_AGGR_ADDR) { in lock_contention_get_name() 250 if (con->aggr_mode == LOCK_AGGR_TASK) { in lock_contention_read() 276 switch (con->aggr_mode) { in lock_contention_read()
|
A D | stat-display.c | 189 int idx = config->aggr_mode; in print_aggr_id_std() 192 switch (config->aggr_mode) { in print_aggr_id_std() 237 switch (config->aggr_mode) { in print_aggr_id_csv() 282 switch (config->aggr_mode) { in print_aggr_id_json() 359 if (config->aggr_mode == AGGR_NONE) in do_new_line_std() 1125 switch (config->aggr_mode) { in print_header_interval_std() 1132 aggr_header_lens[config->aggr_mode], in print_header_interval_std() 1133 aggr_header_std[config->aggr_mode]); in print_header_interval_std() 1138 aggr_header_lens[config->aggr_mode], in print_header_interval_std() 1139 aggr_header_std[config->aggr_mode]); in print_header_interval_std() [all …]
|
A D | stat.h | 72 enum aggr_mode { enum 141 enum aggr_mode aggr_mode; member
|
A D | stat.c | 403 if (config->aggr_mode == AGGR_GLOBAL) in evsel__count_has_error() 434 if (config->aggr_mode == AGGR_THREAD) { in process_counter_values() 521 if (config->aggr_mode != AGGR_GLOBAL) in perf_stat_process_counter() 694 if (config->aggr_mode != AGGR_NONE) in perf_stat_process_percore() 790 ret += fprintf(fp, "... aggr_mode %d\n", sc.aggr_mode); in perf_event__fprintf_stat_config()
|
A D | lock-contention.h | 135 int aggr_mode; member
|
A D | event.c | 138 CASE(AGGR_MODE, aggr_mode) in perf_event__read_stat_config()
|
A D | synthetic-events.c | 1373 ADD(AGGR_MODE, config->aggr_mode) in perf_event__synthesize_stat_config()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/ |
A D | debugfs_sta.c | 187 (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()
|
A D | core.h | 545 bool aggr_mode; member
|
/linux-6.3-rc2/drivers/phy/intel/ |
A D | phy-intel-lgm-combo.c | 100 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-6.3-rc2/tools/perf/pmu-events/ |
A D | pmu-events.h | 25 const char *aggr_mode; member 35 const char *aggr_mode; member
|
A D | jevents.py | 197 def convert_aggr_mode(aggr_mode: str) -> Optional[str]: 199 if not aggr_mode: 205 return aggr_mode_to_enum[aggr_mode] 287 self.aggr_mode = convert_aggr_mode(jd.get('AggregationMode'))
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | stat.c | 44 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()
|
A D | pmu-events.c | 334 if (!is_same(e1->aggr_mode, e2->aggr_mode)) { in compare_pmu_events() 336 e1->name, e1->aggr_mode, e2->aggr_mode); in compare_pmu_events()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | debugfs_sta.c | 504 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()
|
A D | core.h | 505 bool aggr_mode; member
|
/linux-6.3-rc2/tools/perf/util/bpf_skel/ |
A D | lock_contention.bpf.c | 106 int aggr_mode; variable 241 } else if (aggr_mode == LOCK_AGGR_TASK) { in contention_begin() 285 switch (aggr_mode) { in contention_end()
|
/linux-6.3-rc2/tools/perf/arch/powerpc/util/ |
A D | header.c | 48 atoi(pm->aggr_mode) == PerChip ? strcat(path, "sockets") : strcat(path, "coresperchip"); in arch_get_runtimeparam()
|
/linux-6.3-rc2/tools/perf/arch/x86/util/ |
A D | iostat.c | 346 config->aggr_mode = AGGR_GLOBAL; in iostat_prepare()
|