brendangregg / perf-tools

Performance analysis tools based on Linux perf_events (aka perf) and ftrace
GNU General Public License v2.0
9.9k stars 1.65k forks source link

funccount: support counting multiple functions #115

Closed iomartin closed 1 year ago

iomartin commented 2 years ago

funccount did not support tracing multiple functions, unless they could be globed with '*'.

This could also not be achieved with parallel processes because they would compete for set_ftrace_filter.

iomartin commented 1 year ago

This is not really required, it can be achieved by using single quotes to pass in multiple functions

OliverHaoS commented 1 year ago

发自我的 iPad在 2022年12月14日,07:25,iomartin @.***> 写道: Closed #115.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>