/wlan-driver/qca-wifi-host-cmn/hif/src/ |
D | hif_runtime_pm.c | 134 qdf_get_log_timestamp()); in hif_rtpm_log_debug_stats() 698 qdf_get_log_timestamp(); in hif_rtpm_get() 718 qdf_get_log_timestamp(); in hif_rtpm_get() 727 client->get_ts = qdf_get_log_timestamp(); in hif_rtpm_get() 777 client->put_ts = qdf_get_log_timestamp(); in hif_rtpm_put() 979 gp_hif_rtpm_ctx->stats.resume_ts = qdf_get_log_timestamp(); in hif_rtpm_sync_resume() 1007 qdf_get_log_timestamp(); in hif_rtpm_check_and_request_resume() 1081 hist->last_busy_ts[idx] = qdf_get_log_timestamp(); in hif_rtpm_record_ce_last_busy_evt() 1087 gp_hif_rtpm_ctx->stats.last_busy_ts = qdf_get_log_timestamp(); in hif_rtpm_mark_last_busy() 1229 gp_hif_rtpm_ctx->stats.suspend_err_ts = qdf_get_log_timestamp(); in hif_pre_runtime_suspend() [all …]
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_time.h | 278 uint64_t qdf_get_log_timestamp(void); 290 #define qdf_get_log_timestamp_lightweight() qdf_get_log_timestamp() 546 static inline uint64_t qdf_get_log_timestamp(void) in qdf_get_log_timestamp() function 553 return qdf_log_timestamp_to_usecs(qdf_get_log_timestamp()); in qdf_get_log_timestamp_usecs()
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_time.c | 226 uint64_t qdf_get_log_timestamp(void) in qdf_get_log_timestamp() function 231 qdf_export_symbol(qdf_get_log_timestamp); 235 return qdf_log_timestamp_to_usecs(qdf_get_log_timestamp()); in qdf_get_log_timestamp_usecs()
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
D | wlan_dp_rx_thread.c | 1129 lock_time = qdf_get_log_timestamp(); in dp_rx_tm_flush_nbuf_list() 1139 unlock_time = qdf_get_log_timestamp(); in dp_rx_tm_flush_nbuf_list() 1152 flush_time = qdf_get_log_timestamp(); in dp_rx_tm_flush_nbuf_list() 1185 entry_time = qdf_get_log_timestamp(); in dp_rx_tm_wait_vdev_del_event() 1208 exit_time = qdf_get_log_timestamp(); in dp_rx_tm_wait_vdev_del_event() 1246 entry_time = qdf_get_log_timestamp(); in dp_rx_tm_flush_by_vdev_id() 1249 exit_time = qdf_get_log_timestamp(); in dp_rx_tm_flush_by_vdev_id()
|
D | wlan_dp_fisa_rx.c | 125 fisa_flow->pkt_hist.ts_hist[index] = qdf_get_log_timestamp(); in dp_fisa_record_pkt() 315 record->timestamp = qdf_get_log_timestamp(); in dp_rx_fisa_record_ft_lock_event() 575 sw_ft_entry->flow_init_ts = qdf_get_log_timestamp(); in dp_rx_fisa_add_ft_entry() 583 sw_ft_entry->add_timestamp = qdf_get_log_timestamp(); in dp_rx_fisa_add_ft_entry() 761 sw_ft_entry->add_timestamp = qdf_get_log_timestamp(); in dp_fisa_rx_delete_flow() 857 sw_ft_entry->flow_init_ts = qdf_get_log_timestamp(); in dp_fisa_rx_fst_update() 861 sw_ft_entry->add_timestamp = qdf_get_log_timestamp(); in dp_fisa_rx_fst_update() 895 sw_timestamp = qdf_get_log_timestamp(); in dp_fisa_rx_fst_update() 2015 fisa_flow->last_accessed_ts = qdf_get_log_timestamp(); in dp_add_nbuf_to_fisa_flow()
|
D | wlan_dp_bus_bandwidth.c | 1710 qdf_get_log_timestamp(); in dp_pld_request_bus_bandwidth() 1909 curr_time_us = qdf_get_log_timestamp(); in __dp_bus_bw_work_handler() 2159 dp_ctx->bw_vote_time = qdf_get_log_timestamp(); in __dp_bus_bw_compute_timer_start()
|
/wlan-driver/qcacld-3.0/os_if/nan/src/ |
D | os_if_nan.c | 2947 stat.cmn.time_tick = qdf_get_log_timestamp(); in os_if_cstats_log_ndp_initiator_req_evt() 2973 stat.cmn.time_tick = qdf_get_log_timestamp(); in os_if_cstats_log_ndp_responder_req_evt() 2994 stat.cmn.time_tick = qdf_get_log_timestamp(); in os_if_cstats_log_ndp_end_req_evt() 3013 stat.cmn.time_tick = qdf_get_log_timestamp(); in os_if_cstats_log_ndp_initiator_resp_evt() 3036 stat.cmn.time_tick = qdf_get_log_timestamp(); in os_if_cstats_log_ndp_responder_resp_evt() 3057 stat.cmn.time_tick = qdf_get_log_timestamp(); in os_if_cstats_log_ndp_indication_evt() 3079 stat.cmn.time_tick = qdf_get_log_timestamp(); in os_if_cstats_log_ndp_confirm_evt() 3101 stat.cmn.time_tick = qdf_get_log_timestamp(); in os_if_cstats_log_ndp_end_rsp_evt() 3121 stat.cmn.time_tick = qdf_get_log_timestamp(); in os_if_cstats_log_ndp_new_peer_evt() 3141 stat.cmn.time_tick = qdf_get_log_timestamp(); in os_if_cstats_log_ndi_delete_resp_evt() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/src/ |
D | wlan_mgmt_txrx_rx_reo_tgt_api.c | 153 desc.ingress_timestamp = qdf_get_log_timestamp(); in tgt_mgmt_rx_reo_enter_algo_without_buffer() 365 desc.ingress_timestamp = qdf_get_log_timestamp(); in tgt_mgmt_rx_reo_frame_handler()
|
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/ |
D | wlan_logging_sock_svc.c | 427 ts = qdf_get_log_timestamp(); in wlan_log_to_user() 892 gwlan_logging.start_ts = qdf_get_log_timestamp(); in wlan_logging_thread() 1009 gwlan_logging.exit_ts = qdf_get_log_timestamp(); in wlan_logging_thread() 1294 gwlan_logging.wakup_ts = qdf_get_log_timestamp(); in wlan_logging_sock_init_svc() 1338 gwlan_logging.reinitcompletion_ts = qdf_get_log_timestamp(); in wlan_logging_sock_deinit_svc() 1343 gwlan_logging.set_exit_ts = qdf_get_log_timestamp(); in wlan_logging_sock_deinit_svc()
|
D | wlan_roam_debug.c | 176 rec->time = qdf_get_log_timestamp(); in wlan_rec_debug_log()
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
D | htt_internal.h | 824 qdf_get_log_timestamp(); in htt_rx_dbg_rxbuf_set() 854 qdf_get_log_timestamp(); in htt_rx_dbg_rxbuf_reset() 880 qdf_get_log_timestamp(); in htt_rx_dbg_rxbuf_indupd() 906 qdf_get_log_timestamp(); in htt_rx_dbg_rxbuf_httrxind()
|
/wlan-driver/qcacld-3.0/components/nan/core/src/ |
D | nan_api.c | 512 stat.cmn.time_tick = qdf_get_log_timestamp(); in nan_cstats_log_nan_enable_resp_evt() 537 stat.cmn.time_tick = qdf_get_log_timestamp(); in nan_cstats_log_nan_disable_resp_evt()
|
/wlan-driver/qca-wifi-host-cmn/htc/ |
D | htc_credit_history.c | 116 qdf_get_log_timestamp(); in htc_credit_record()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/sm_engine/src/ |
D | wlan_sm_engine_dbg.c | 50 p_memento->time = qdf_get_log_timestamp(); in wlan_sm_save_history()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_reo.c | 57 record[record_index].timestamp = qdf_get_log_timestamp(); in dp_reo_cmd_srng_event_record()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/ |
D | wlan_serialization_debug.c | 253 ser_data_info->time = qdf_get_log_timestamp(); in wlan_ser_update_cmd_history()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
D | hal_srng.c | 96 record->timestamp = qdf_get_log_timestamp(); in hal_reg_wr_fail_history_add() 847 now = qdf_get_log_timestamp(); in hal_reg_write_need_delay() 887 q_elem->work_scheduled_time = qdf_get_log_timestamp(); in hal_reg_write_work() 928 q_elem->dequeue_time = qdf_get_log_timestamp(); in hal_reg_write_work() 1030 q_elem->enqueue_time = qdf_get_log_timestamp(); in hal_reg_write_enqueue() 1132 cur_event->ts = qdf_get_log_timestamp(); in hal_event_suspend_record()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/ |
D | wlan_mgmt_txrx_rx_reo.c | 2233 cur_frame_debug_info->egress_timestamp = qdf_get_log_timestamp(); in mgmt_rx_reo_log_egress_frame_before_delivery() 2298 cur_frame_debug_info->egress_duration = qdf_get_log_timestamp() - in mgmt_rx_reo_log_egress_frame_after_delivery() 2792 cur_frame_debug_info->scheduled_ts = qdf_get_log_timestamp(); in mgmt_rx_reo_log_scheduler_debug_info() 2912 entry->last_scheduled_ts = qdf_get_log_timestamp(); in mgmt_rx_reo_schedule_delivery() 2926 entry->first_scheduled_ts = qdf_get_log_timestamp(); in mgmt_rx_reo_schedule_delivery() 3028 first_entry->egress_list_removal_ts = qdf_get_log_timestamp(); in mgmt_rx_reo_release_egress_list_entries() 3312 reo_egress_list->last_overflow_ts = qdf_get_log_timestamp(); in mgmt_rx_reo_handle_egress_overflow() 3388 qdf_get_log_timestamp(); in mgmt_rx_reo_move_entries_ingress_to_egress_list() 3390 qdf_get_log_timestamp(); in mgmt_rx_reo_move_entries_ingress_to_egress_list() 3503 cur_ts = qdf_get_log_timestamp(); in mgmt_rx_reo_ageout_entries_ingress_list() [all …]
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_vdev_disconnect.c | 124 stat.cmn.time_tick = qdf_get_log_timestamp(); in cm_cp_stats_cstats_disconn_req_event() 145 stat.cmn.time_tick = qdf_get_log_timestamp(); in cm_cp_stats_cstats_disconn_resp_event()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified.c | 239 time = qdf_get_log_timestamp(); \ 263 time = qdf_get_log_timestamp(); \ 291 qdf_get_log_timestamp(); \ 309 time = qdf_get_log_timestamp(); \ 352 time = qdf_get_log_timestamp(); \ 376 qdf_get_log_timestamp(); \ 395 time = qdf_get_log_timestamp(); \ 413 time = qdf_get_log_timestamp(); \ 1524 msg->ts = qdf_get_log_timestamp(); in wmi_ext_dbg_msg_record()
|
D | wmi_filtered_logging.c | 204 tmpbuf[idx].time = qdf_get_log_timestamp(); in wmi_specific_cmd_evt_record()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/ |
D | dp_rh_tx.c | 179 evt->posted = qdf_get_log_timestamp(); in dp_tx_record_hw_desc_rh() 404 qdf_get_log_timestamp(), tx_desc->nbuf); in dp_tx_hw_enqueue_rh()
|
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/ |
D | wlan_cp_stats_chipset_stats.c | 395 stat.cmn.time_tick = qdf_get_log_timestamp(); in wlan_cp_stats_cstats_pkt_log()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_tsf.c | 1372 qtime = qdf_log_timestamp_to_usecs(qdf_get_log_timestamp()); in hdd_tsf_gpio_timer_expired_handler() 1402 qtime = qdf_log_timestamp_to_usecs(qdf_get_log_timestamp()); in hdd_tsf_gpio_timer_expired_handler() 1466 qtime = qdf_log_timestamp_to_usecs(qdf_get_log_timestamp()); in hdd_tsf_setup_gpio_toggle() 1819 reg_qtime = qdf_get_log_timestamp(); in __hdd_wlan_tsf_show() 2102 qtime = qdf_get_log_timestamp(); in hdd_tsf_sync_init()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/ |
D | dp_li_tx.c | 589 qdf_get_log_timestamp(), tx_desc->nbuf); in dp_tx_hw_enqueue_li()
|