[PATCH -tip v2 8/8] perf-probe: Allow to add events on the local functions

2014-01-29 Thread Masami Hiramatsu
Allow to add events on the local functions without debuginfo. (With the debuginfo, we can add events even on inlined functions) Currently, probing on local functions requires debuginfo to locate actual address. It is also possible without debuginfo since we have symbol maps. Without this change;

[PATCH -tip v2 8/8] perf-probe: Allow to add events on the local functions

2014-01-29 Thread Masami Hiramatsu
Allow to add events on the local functions without debuginfo. (With the debuginfo, we can add events even on inlined functions) Currently, probing on local functions requires debuginfo to locate actual address. It is also possible without debuginfo since we have symbol maps. Without this change;