qcacmn: Add qdf_print_thread_trace API

Add an abstraction to QDF for printing the stack trace of a given
thread.

Change-Id: Ibea6e6bed7f3ebe67538b8ea8b6b437b643d5541
CRs-Fixed: 2088806
Этот коммит содержится в:
Dustin Brown
2017-08-04 17:01:11 -07:00
коммит произвёл snandini
родитель 7b32946958
Коммит a86de10a9a
5 изменённых файлов: 67 добавлений и 4 удалений

Просмотреть файл

@@ -41,7 +41,6 @@
#define QDF_MAX_AVAILABLE_CPU 1
#endif
typedef __qdf_thread_t qdf_thread_t;
typedef __qdf_wait_queue_head_t qdf_wait_queue_head_t;
/**