qcacmn: Add debug support for vdev/peer reference and release

Allocate node for new entry and add it to existing list of function or line
If function or line already present in list then increment count

Change-Id: I3d737dcd33862f133b52c6d694c89f6d6b1517a5
This commit is contained in:
aloksing
2019-12-15 22:13:46 +05:30
committato da nshrivas
parent 5567f874e7
commit 18f309c7f4
9 ha cambiato i file con 526 aggiunte e 3 eliminazioni

Vedi File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018 The Linux Foundation. All rights reserved.
* Copyright (c) 2018-2019 The Linux Foundation. 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
@@ -33,5 +33,6 @@
#define __qdf_str_len(str) strlen(str)
#define __qdf_str_trim(str) strim(str)
#define __qdf_str_nlen(str, limit) strnlen(str, limit)
#define __qdf_str_ncmp(left, right, limit) strncmp(left, right, limit)
#endif /* __I_QDF_STR_H */