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

/linux-master/tools/perf/util/
H A Dbpf_lock_contention.c39 if (con->aggr_mode == LOCK_AGGR_TASK)
165 skel->bss->aggr_mode = con->aggr_mode;
169 if (con->aggr_mode == LOCK_AGGR_CGROUP) {
197 enum lock_aggr_mode aggr_mode,
209 switch (aggr_mode) {
250 enum lock_aggr_mode aggr_mode = con->aggr_mode; local
262 if (aggr_mode == LOCK_AGGR_TASK && con->owner)
265 update_lock_stat(stat_fd, pid, end_ts, aggr_mode,
196 update_lock_stat(int map_fd, int pid, u64 end_ts, enum lock_aggr_mode aggr_mode, struct tstamp_data *ts_data) argument
[all...]
H A Dlock-contention.h145 int aggr_mode; member in struct:lock_contention
H A Dstat.h46 enum aggr_mode { enum
68 enum aggr_mode aggr_mode; member in struct:perf_stat_config
H A Dstat.c282 if (config->aggr_mode != AGGR_GLOBAL)
375 if (config->aggr_mode == AGGR_GLOBAL)
406 if (config->aggr_mode == AGGR_THREAD) {
493 if (config->aggr_mode != AGGR_GLOBAL)
595 if (config->aggr_mode == AGGR_NONE)
666 if (config->aggr_mode != AGGR_NONE)
738 ret += fprintf(fp, "... aggr_mode %d\n", sc.aggr_mode);
H A Dstat-display.c193 int idx = config->aggr_mode;
196 switch (config->aggr_mode) {
248 switch (config->aggr_mode) {
301 switch (config->aggr_mode) {
397 if (config->aggr_mode == AGGR_NONE)
912 if (config->aggr_mode == AGGR_NONE || hybrid_uniquify(counter, config))
943 if (config->aggr_mode == AGGR_THREAD && config->system_wide)
1174 int len = aggr_header_lens[config->aggr_mode];
1189 fputs(aggr_header_csv[config->aggr_mode], config->output);
1263 switch (config->aggr_mode) {
[all...]
H A Devent.c162 CASE(AGGR_MODE, aggr_mode)
H A Dsynthetic-events.c1391 ADD(AGGR_MODE, config->aggr_mode)
/linux-master/tools/perf/arch/powerpc/util/
H A Dheader.c48 strcat(path, pm->aggr_mode == PerChip ? "sockets" : "coresperchip");
/linux-master/tools/perf/
H A Dbuiltin-stat.c143 enum aggr_mode aggr_mode; member in struct:perf_stat
153 .aggr_mode = AGGR_GLOBAL,
1119 u32 *aggr_mode = (u32 *)opt->value; local
1158 *aggr_mode = AGGR_CACHE;
1206 OPT_SET_UINT('A', "no-aggr", &stat_config.aggr_mode,
1208 OPT_SET_UINT(0, "no-merge", &stat_config.aggr_mode,
1237 OPT_SET_UINT(0, "per-socket", &stat_config.aggr_mode,
1239 OPT_SET_UINT(0, "per-die", &stat_config.aggr_mode,
1241 OPT_SET_UINT(0, "per-cluster", &stat_config.aggr_mode,
1555 aggr_mode__get_aggr(enum aggr_mode aggr_mode) argument
1582 aggr_mode__get_id(enum aggr_mode aggr_mode) argument
1878 aggr_mode__get_aggr_file(enum aggr_mode aggr_mode) argument
1905 aggr_mode__get_id_file(enum aggr_mode aggr_mode) argument
[all...]
H A Dbuiltin-lock.c81 static enum lock_aggr_mode aggr_mode = LOCK_AGGR_ADDR; variable in typeref:enum:lock_aggr_mode
631 switch (aggr_mode) {
641 pr_err("Invalid aggregation mode: %d\n", aggr_mode);
652 if (aggr_mode == LOCK_AGGR_CALLER) {
1113 switch (aggr_mode) {
1667 switch (aggr_mode) {
1694 switch (aggr_mode) {
1737 switch (aggr_mode) {
1758 if (aggr_mode == LOCK_AGGR_CALLER && verbose > 0) {
1788 switch (aggr_mode) {
[all...]
H A Dbuiltin-script.c3694 stat_config.aggr_mode = AGGR_NONE;
/linux-master/tools/perf/tests/
H A Dstat.c36 TEST_ASSERT_VAL("wrong aggr_mode", HAS(AGGR_MODE, AGGR_CORE));
44 TEST_ASSERT_VAL("wrong aggr_mode", stat_config.aggr_mode == AGGR_CORE);
54 .aggr_mode = AGGR_CORE,
/linux-master/tools/perf/pmu-events/
H A Dpmu-events.h66 enum aggr_mode_class aggr_mode; member in struct:pmu_metric
H A Djevents.py58 'default_metricgroup_name', 'aggr_mode', 'event_grouping'
61 _json_enum_attributes = ['aggr_mode', 'deprecated', 'event_grouping', 'perpkg']
216 def convert_aggr_mode(aggr_mode: str) -> Optional[str]:
218 if not aggr_mode:
224 return aggr_mode_to_enum[aggr_mode]
340 self.aggr_mode = convert_aggr_mode(jd.get('AggregationMode'))
/linux-master/drivers/net/wireless/ath/ath10k/
H A Ddebugfs_sta.c188 (arsta->aggr_mode == ATH10K_DBG_AGGR_MODE_AUTO) ?
202 u32 aggr_mode; local
205 if (kstrtouint_from_user(user_buf, count, 0, &aggr_mode))
208 if (aggr_mode >= ATH10K_DBG_AGGR_MODE_MAX)
213 (aggr_mode == arsta->aggr_mode)) {
224 arsta->aggr_mode = aggr_mode;
264 (arsta->aggr_mode != ATH10K_DBG_AGGR_MODE_MANUAL)) {
315 (arsta->aggr_mode !
[all...]
H A Dcore.h546 bool aggr_mode; member in struct:ath10k_sta
/linux-master/drivers/phy/intel/
H A Dphy-intel-lgm-combo.c100 enum aggregated_mode aggr_mode; member in struct:intel_combo_phy
151 if (cbphy->aggr_mode != PHY_DL_MODE)
203 enum aggregated_mode aggr = cbphy->aggr_mode;
496 cbphy->aggr_mode = PHY_DL_MODE;
498 cbphy->aggr_mode = PHY_SL_MODE;
527 if (cbphy->aggr_mode == PHY_DL_MODE && iphy_id == PHY_1) {
548 if (cbphy->aggr_mode == PHY_DL_MODE && iphy->id == PHY_1)
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c134 int aggr_mode; variable
381 } else if (aggr_mode == LOCK_AGGR_TASK) {
449 switch (aggr_mode) {
496 if (aggr_mode == LOCK_AGGR_ADDR)
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.c505 arsta->aggr_mode != ATH11K_DBG_AGGR_MODE_MANUAL) {
556 arsta->aggr_mode != ATH11K_DBG_AGGR_MODE_MANUAL) {
606 arsta->aggr_mode != ATH11K_DBG_AGGR_MODE_MANUAL) {
644 (arsta->aggr_mode == ATH11K_DBG_AGGR_MODE_AUTO) ?
658 u32 aggr_mode; local
661 if (kstrtouint_from_user(user_buf, count, 0, &aggr_mode))
664 if (aggr_mode >= ATH11K_DBG_AGGR_MODE_MAX)
669 aggr_mode == arsta->aggr_mode) {
681 arsta->aggr_mode
[all...]
H A Dcore.h546 bool aggr_mode; member in struct:ath11k_sta
/linux-master/tools/perf/arch/x86/util/
H A Diostat.c347 config->aggr_mode = AGGR_GLOBAL;

Completed in 297 milliseconds