qcacmn: Add detection for tasklet delay
This feature is used to detect CE tasklet scheduling delay and credit response delay issues. Change-Id: I9a8fcb425edd5cf96fae5f6cd3bfc7f51172c814 CRs-Fixed: 2874874
Este cometimento está contido em:

cometido por
snandini

ascendente
f4729e7ebf
cometimento
2c6d25c0ad
@@ -1186,6 +1186,9 @@ static void get_htc_send_packets_credit_based(HTC_TARGET *target,
|
||||
pEndpoint->TxCredits,
|
||||
HTC_PACKET_QUEUE_DEPTH
|
||||
(tx_queue));
|
||||
hif_latency_detect_credit_record_time(
|
||||
HIF_REQUEST_CREDIT,
|
||||
target->hif_dev);
|
||||
}
|
||||
INC_HTC_EP_STAT(pEndpoint,
|
||||
TxCreditLowIndications, 1);
|
||||
@@ -2680,6 +2683,9 @@ void htc_process_credit_rpt(HTC_TARGET *target, HTC_CREDIT_REPORT *pRpt,
|
||||
pEndpoint->TxCredits + rpt_credits,
|
||||
HTC_PACKET_QUEUE_DEPTH(&pEndpoint->
|
||||
TxQueue));
|
||||
hif_latency_detect_credit_record_time(
|
||||
HIF_PROCESS_CREDIT_REPORT,
|
||||
target->hif_dev);
|
||||
}
|
||||
|
||||
pEndpoint->TxCredits += rpt_credits;
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador