This PR allows to do things like retis collect -p tcp_*. One thing to notice is the test_data files should always be updated at once as there are multiple inter-dependencies.
Only kprobes are supported as it is the only probe type loading once for all probes. Other probe types could be supported but that should be done with extra care and would probably fail in many cases with errors like "too many opened files".
This PR allows to do things like
retis collect -p tcp_*
. One thing to notice is the test_data files should always be updated at once as there are multiple inter-dependencies.Only kprobes are supported as it is the only probe type loading once for all probes. Other probe types could be supported but that should be done with extra care and would probably fail in many cases with errors like "too many opened files".
Based on #102 .