Revision Date Author Comments
# 31864b63 24-Aug-2022 Himanshu Batra <quic_hbatra@quicinc.com>

qcacmn: Add timestamp in serialisation history for debuggability

Add timestamp in serialisation history for debuggability

Change-Id: I6ea5019f9c4501512877a67bc01caf7c428cc893
CRs-Fixed: 3275070


# 445a3a58 09-Apr-2019 Vivek <vchettri@codeaurora.org>

qcacmn: Print all elements of serialization history circular buffer

In the current implementation, we print the ser history
from index 0 to the current index of the ciruclar buffer,
so when buffer o

qcacmn: Print all elements of serialization history circular buffer

In the current implementation, we print the ser history
from index 0 to the current index of the ciruclar buffer,
so when buffer overflows we print only few recent items.

Instead, we should print all the elements in the circular buffer
starting from current index to entire length of the circular buffer.
This will print all the elements in the circular buffer
when it overflows and also takes care of printing
required items when buffer is not overflown.

Change-Id: I6c54cb34de7a1ba24ee0204004cc9a203173c66b
CRs-Fixed: 2430483

show more ...


# 4f60ed91 30-Oct-2018 Vivek <vchettri@codeaurora.org>

qcacmn: Log history of serialization commands

Capture the addition and removal of commands
to the serialization queues and the associated
action that resulted in queue changes.

Provide an interface

qcacmn: Log history of serialization commands

Capture the addition and removal of commands
to the serialization queues and the associated
action that resulted in queue changes.

Provide an interface to dump the commands
in either active and pending of scan or non scan
queues and the history of commands that moved in
and out of the serialization queues

Change-Id: I87291f3649f27cc1cb84709d24c0cf8403a41a65
CRs-Fixed: 2334156

show more ...