Skip to content

Instantly share code, notes, and snippets.

View squelart's full-sized avatar

Gerald Squelart squelart

View GitHub Profile
@squelart
squelart / filter-stacks.py
Last active June 1, 2017 23:45 — forked from cpearce/filter-stacks.py
Filter for BHR json logs, keeping counts of all buckets with each stack, 2nd arg is regex to only keep stacks of interest
#!/bin/env python
import json
import re
import sys
skipList = [
"BaseThreadInitThunk",
"CharPrevA",
"CsrAllocateMessagePointer",
"DispatchMessageW",