Re: [PATCH perf/core 4/4] perf-probe: Find probe events without target module

2017-01-10 Thread Masami Hiramatsu
On Sat, 7 Jan 2017 14:28:42 +0900 Masami Hiramatsu wrote: > Find probe events without -m "module" option. If perf-probe > failed to find given function in kernel image, it tries to > find same symbol and module in kallsyms, and retry search > in the found module. E.g. > >

Re: [PATCH perf/core 4/4] perf-probe: Find probe events without target module

2017-01-10 Thread Masami Hiramatsu
On Sat, 7 Jan 2017 14:28:42 +0900 Masami Hiramatsu wrote: > Find probe events without -m "module" option. If perf-probe > failed to find given function in kernel image, it tries to > find same symbol and module in kallsyms, and retry search > in the found module. E.g. > > # perf probe -D

[PATCH perf/core 4/4] perf-probe: Find probe events without target module

2017-01-06 Thread Masami Hiramatsu
Find probe events without -m "module" option. If perf-probe failed to find given function in kernel image, it tries to find same symbol and module in kallsyms, and retry search in the found module. E.g. # perf probe -D i915_capabilities p:probe/i915_capabilities i915:i915_capabilities+0

[PATCH perf/core 4/4] perf-probe: Find probe events without target module

2017-01-06 Thread Masami Hiramatsu
Find probe events without -m "module" option. If perf-probe failed to find given function in kernel image, it tries to find same symbol and module in kallsyms, and retry search in the found module. E.g. # perf probe -D i915_capabilities p:probe/i915_capabilities i915:i915_capabilities+0