Re: [PATCH] perf-probe: Failback to symbol-base probe for probes on module

2021-02-22 Thread Masami Hiramatsu
Please ignore this. I will send a better fix. Thanks, On Tue, 23 Feb 2021 10:48:30 +0900 Masami Hiramatsu wrote: > If an error occurs on post processing (this converts probe point to > _text relative address for identifying non-unique symbols) for the > probes on module, failback to symbol-base

[PATCH] perf-probe: Failback to symbol-base probe for probes on module

2021-02-22 Thread Masami Hiramatsu
If an error occurs on post processing (this converts probe point to _text relative address for identifying non-unique symbols) for the probes on module, failback to symbol-base probe. There are many non-unique name symbols (local static functions can be in the different name spaces) in the kernel.