lkml.org 
[lkml]   [2019]   [Nov]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [BUGFIX PATCH 3/4] perf probe: Fix to show calling lines of inlined functions
Em Wed, Oct 30, 2019 at 04:09:40PM +0900, Masami Hiramatsu escreveu:
> Fix to show calling lines of inlined functions (where an
> inline function is called).
>
> die_walk_lines() filtered out the lines inside inlined functions
> based on the address. However this also filtered out the lines
> which call those inlined functions from the target function.
>
> To solve this issue, check the call_file and call_line attributes
> and do not filter out if it matches to the line information.
>
> Without this fix, perf probe -L doesn't show some lines correctly.
> (don't see the lines after 17)

Thanks, tested before and after and applied,

- Arnaldo

\
 
 \ /
  Last update: 2019-11-06 21:09    [W:0.281 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site