funccount: Bail early if there are no matching functions (#792)
funccount now bails early with an error if there are no functions matching the specified pattern (the same applies to tracepoints and USDT probes). For example: ``` No functions matched by pattern ^sched:sched_fork$ ``` Fixes #789.
Showing
Please register or sign in to comment