qcacmn: Track HTT nbuf map and unmap count
Add logs to track nbuf map and unmap count for HTT messages. Change-Id: Ib2fdcdb03b2a8d5e574f34e3eef30601d3976664 CRs-Fixed: 3184850
此提交包含在:
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -264,6 +265,9 @@ typedef struct _HTC_TARGET {
|
||||
/* Runtime count for H2T msg with response */
|
||||
qdf_atomic_t htc_runtime_cnt;
|
||||
#endif
|
||||
/* Non flow ctrl enabled endpoints nbuf map unmap count */
|
||||
uint32_t nbuf_nfc_map_count;
|
||||
uint32_t nbuf_nfc_unmap_count;
|
||||
} HTC_TARGET;
|
||||
|
||||
|
||||
|
新增問題並參考
封鎖使用者