tools/oomkill.py
](https://github.com/iovisor/bcc/blob/master/tools/oomkill.py) (and associated [tools/oomkill_example.txt
](https://github.com/iovisor/bcc/blob/master/tools/oomkill_example.txt)) are a good start. You'd have to add a [bpf_get_task_stack
](https://github.com/iovisor/bcc/blob/598aba3f491174c2ff258265795ab75e6a582616/src/cc/export/helpers.h#L816) call and associated changes to oomkill's perf buf output.
#1
This would be a useful feature to add to
oomkill
so if you end up doing this please send a PR!Originally posted by @davemarchevsky in iovisor/bcc#3654 (comment)
The text was updated successfully, but these errors were encountered: