Home
last modified time | relevance | path

Searched refs:hist (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_credit_history.c148 struct HTC_CREDIT_HISTORY *hist = in htc_print_credit_history() local
152 qdf_log_timestamp_to_secs(hist->time, &secs, &usecs); in htc_print_credit_history()
156 htc_credit_exchange_type_str(hist->type), in htc_print_credit_history()
157 hist->tx_credit, in htc_print_credit_history()
158 hist->htc_tx_queue_depth); in htc_print_credit_history()
202 struct HTC_CREDIT_HISTORY *hist = in htc_log_hang_credit_history() local
213 qdf_mem_copy(&cmd->credit_hist, hist, sizeof(*hist)); in htc_log_hang_credit_history()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_hist.c271 dp_hist_fill_buckets(&hist_stats->hist, value); in dp_hist_update_stats()
295 dst_hist_stats->hist.freq[index] = in dp_copy_hist_stats()
296 src_hist_stats->hist.freq[index]; in dp_copy_hist_stats()
308 dst_hist_stats->hist.freq[index] += in dp_accumulate_hist_stats()
309 src_hist_stats->hist.freq[index]; in dp_accumulate_hist_stats()
310 if (src_hist_stats->hist.freq[index]) in dp_accumulate_hist_stats()
332 hist_stats->hist.hist_type = hist_type; in dp_hist_init()
H A Ddp_stats.c6858 count = hstats->hist.freq[index]; in dp_print_hist_stats()
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_runtime_pm.c1026 struct hif_rtpm_last_busy_hist *hist; in hif_rtpm_display_last_busy_hist() local
1054 hist = gp_hif_rtpm_ctx->busy_hist[i]; in hif_rtpm_display_last_busy_hist()
1055 if (!hist) in hif_rtpm_display_last_busy_hist()
1057 cur_idx = hist->last_busy_idx; in hif_rtpm_display_last_busy_hist()
1060 i, hist->last_busy_cnt, cur_idx, in hif_rtpm_display_last_busy_hist()
1061 hist->last_busy_ts[cur_idx & HIF_RTPM_BUSY_HIST_MASK], in hif_rtpm_display_last_busy_hist()
1062 hist->last_busy_ts[(cur_idx + 4) & HIF_RTPM_BUSY_HIST_MASK], in hif_rtpm_display_last_busy_hist()
1063 hist->last_busy_ts[(cur_idx + 8) & HIF_RTPM_BUSY_HIST_MASK], in hif_rtpm_display_last_busy_hist()
1064 hist->last_busy_ts[(cur_idx + 12) & HIF_RTPM_BUSY_HIST_MASK]); in hif_rtpm_display_last_busy_hist()
1071 struct hif_rtpm_last_busy_hist *hist; in hif_rtpm_record_ce_last_busy_evt() local
[all …]
H A Dhif_main.c1605 uint32_t *hist; in hif_print_reg_write_stats() local
1608 hist = scn->wstats.sched_delay; in hif_print_reg_write_stats()
1616 hist[HIF_REG_WRITE_SCHED_DELAY_SUB_100us], in hif_print_reg_write_stats()
1617 hist[HIF_REG_WRITE_SCHED_DELAY_SUB_1000us], in hif_print_reg_write_stats()
1618 hist[HIF_REG_WRITE_SCHED_DELAY_SUB_5000us], in hif_print_reg_write_stats()
1619 hist[HIF_REG_WRITE_SCHED_DELAY_GT_5000us]); in hif_print_reg_write_stats()
1657 uint32_t *hist; in hif_reg_write_fill_sched_delay_hist() local
1659 hist = scn->wstats.sched_delay; in hif_reg_write_fill_sched_delay_hist()
1662 hist[HIF_REG_WRITE_SCHED_DELAY_SUB_100us]++; in hif_reg_write_fill_sched_delay_hist()
1664 hist[HIF_REG_WRITE_SCHED_DELAY_SUB_1000us]++; in hif_reg_write_fill_sched_delay_hist()
[all …]
/wlan-driver/qca-wifi-host-cmn/scheduler/src/
H A Dscheduler_core.c77 struct sched_history_item hist = { in sched_history_start() local
86 sched_history[sched_history_index] = hist; in sched_history_start()
91 struct sched_history_item *hist = &sched_history[sched_history_index]; in sched_history_stop() local
94 hist->run_duration_us = stopped_at_us - hist->run_start_us; in sched_history_stop()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_srng.c629 uint32_t *hist; in hal_dump_reg_write_stats() local
632 hist = hal->stats.wstats.sched_delay; in hal_dump_reg_write_stats()
640 hist[REG_WRITE_SCHED_DELAY_SUB_100us], in hal_dump_reg_write_stats()
641 hist[REG_WRITE_SCHED_DELAY_SUB_1000us], in hal_dump_reg_write_stats()
642 hist[REG_WRITE_SCHED_DELAY_SUB_5000us], in hal_dump_reg_write_stats()
643 hist[REG_WRITE_SCHED_DELAY_GT_5000us]); in hal_dump_reg_write_stats()
795 uint32_t *hist; in hal_reg_write_fill_sched_delay_hist() local
797 hist = hal->stats.wstats.sched_delay; in hal_reg_write_fill_sched_delay_hist()
800 hist[REG_WRITE_SCHED_DELAY_SUB_100us]++; in hal_reg_write_fill_sched_delay_hist()
802 hist[REG_WRITE_SCHED_DELAY_SUB_1000us]++; in hal_reg_write_fill_sched_delay_hist()
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c1003 struct tx_rx_histogram *hist; in wlan_dp_display_tx_rx_histogram() local
1008 hist = &dp_ctx->txrx_hist[i]; in wlan_dp_display_tx_rx_histogram()
1010 i, hist->qtime, hist->interval_rx, in wlan_dp_display_tx_rx_histogram()
1011 hist->interval_tx, in wlan_dp_display_tx_rx_histogram()
1012 pld_bus_width_type_to_str(hist->next_vote_level), in wlan_dp_display_tx_rx_histogram()
1013 dp_tp_level_to_str(hist->next_rx_level), in wlan_dp_display_tx_rx_histogram()
1014 dp_tp_level_to_str(hist->next_tx_level), in wlan_dp_display_tx_rx_histogram()
1015 hist->is_rx_pm_qos_high ? "HIGH" : "LOW", in wlan_dp_display_tx_rx_histogram()
1016 hist->is_tx_pm_qos_high ? "HIGH" : "LOW"); in wlan_dp_display_tx_rx_histogram()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_hist_struct.h99 struct cdp_hist_bucket hist; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c927 profile_data[i].hist[0], in wma_profile_data_report_event_handler()
928 profile_data[i].hist[1], in wma_profile_data_report_event_handler()
929 profile_data[i].hist[2]); in wma_profile_data_report_event_handler()
/wlan-driver/fw-api/fw/
H A Dhtt_stats.h7621 A_UINT32 hist[HTT_LATENCY_PROFILE_MAX_HIST]; member
10079 …A_UINT32 hist[HTT_STATS_MAX_PROF_CAL][HTT_STATS_MAX_CAL_IDX_CNT][HTT_INTERRUPTS_LATENCY_PROFILE_MA… member
10127 A_UINT32 hist[HTT_INTERRUPTS_LATENCY_PROFILE_MAX_HIST]; member
H A Dwmi_unified.h23914 A_UINT32 hist[WMI_WLAN_PROFILE_MAX_HIST]; member
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h8089 uint32_t hist[WMI_HOST_WLAN_PROFILE_MAX_HIST]; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c14466 qdf_mem_copy(profile_data->hist, ev->hist, sizeof(profile_data->hist)); in extract_profile_data_tlv()