From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A68C386F44C; Tue, 12 May 2020 18:54:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A68C386F44C From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/25193] Incorrect reporting of line information for stap -v -L 'process("/usr/bin/ld.gold").statement("*@*:*")' Date: Tue, 12 May 2020 18:54:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2020 18:54:24 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25193 --- Comment #2 from William Cohen --- Note for focusing on function main there is no non exist line location like: process("/home/wcohen/multiple_views").statement("main@/home/wcohen/multipl= e_views.cc:322") /* pc=3D.absolute+0x10ef */ $argc:int $argv:char** $a:string The probe points look reasonable on executable lines of code: $ stap -v -L 'process("./multiple_views").statement("main@*:*")' Pass 1: parsed user script and 502 library scripts using 442600virt/212240res/12836shr/199240data kb, in 440usr/70sys/507real ms. process("/home/wcohen/multiple_views").statement("main@/home/wcohen/multipl= e_views.cc:10") /* pc=3D.absolute+0x10fd */ $argc:int $argv:char** $a:string process("/home/wcohen/multiple_views").statement("main@/home/wcohen/multipl= e_views.cc:11") /* pc=3D.absolute+0x1105 */ $argc:int $argv:char** $a:string process("/home/wcohen/multiple_views").statement("main@/home/wcohen/multipl= e_views.cc:7") /* pc=3D.absolute+0x10c0 */ $argc:int $argv:char** $a:string process("/home/wcohen/multiple_views").statement("main@/home/wcohen/multipl= e_views.cc:9") /* pc=3D.absolute+0x10f3 */ $argc:int $argv:char** $a:string Pass 2: analyzed script: 4 probes, 0 functions, 0 embeds, 0 globals using 451432virt/222616res/14036shr/208072data kb, in 40usr/0sys/59real ms. --=20 You are receiving this mail because: You are the assignee for the bug.=