retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

kernel: inspect: support module functions. #82

Closed amorenoz closed 1 year ago

amorenoz commented 1 year ago

When kernel modules are present, their functions appear in /sys/kernel/debug/tracing/available_filter_functions as "func_name [module]"

Extract the function name out of that string so we can probe module kprobes.