qcacmn: Microsecond time stamping for hw tx latency stats
Use microsecond timestamping for the tx descriptors for capturing the latencies more accurately. It will help to determine the appropriate bucket. Change-Id: I216e083a7c89b01b6f2f384c1c0a85ca323d3a3e CRs-Fixed: 3165153
This commit is contained in:

committato da
Madan Koyyalamudi

parent
9252e0364d
commit
46d50239e8
@@ -2119,11 +2119,14 @@ bool dp_check_pdev_exists(struct dp_soc *soc, struct dp_pdev *data);
|
||||
* @tid: tid value
|
||||
* @mode: type of tx delay mode
|
||||
* @ring id: ring number
|
||||
* @delay_in_us: flag to indicate whether the delay is in ms or us
|
||||
*
|
||||
* Return: none
|
||||
*/
|
||||
void dp_update_delay_stats(struct cdp_tid_tx_stats *tstats,
|
||||
struct cdp_tid_rx_stats *rstats, uint32_t delay,
|
||||
uint8_t tid, uint8_t mode, uint8_t ring_id);
|
||||
uint8_t tid, uint8_t mode, uint8_t ring_id,
|
||||
bool delay_in_us);
|
||||
|
||||
/**
|
||||
* dp_print_ring_stats(): Print tail and head pointer
|
||||
|
Fai riferimento in un nuovo problema
Block a user