qcacmn: Dump WMI work queue stack for watchdog bite

In the event of an WMI work queue watchdog bite, dump the stack
trace to aid in debugging.

Change-Id: I7f3df5a56904748fb80afb1aef1aed90d20fbbc0
CRs-Fixed: 2145913
这个提交包含在:
Govind Singh
2017-11-21 10:53:40 +05:30
提交者 snandini
父节点 e0c9f6699f
当前提交 11c7f8b00e
修改 4 个文件,包含 38 行新增5 行删除

查看文件

@@ -81,4 +81,10 @@ int qdf_wake_up_process(qdf_thread_t *thread);
*/
void qdf_print_thread_trace(qdf_thread_t *thread);
/**
* qdf_get_current_task() - get current task struct
*
* Return: pointer to task struct
*/
qdf_thread_t *qdf_get_current_task(void);
#endif /* __QDF_THREADS_H */