Windows kernel dump analysis: find all occurrences of any threads call stacks that involve a specific driver module
I’m doing a Windows kernel dump analysis in Windbg and would like to write script that can find all occurrences of any threads call stacks from any processes that involve a specific driver module name, e.g. mydriver.sys.