From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 716003858023; Mon, 18 Dec 2023 20:08:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 716003858023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702930087; bh=OmiY5HYMlHs9j4GNwTQsHjRqLEjE6HstoF05YkSltqA=; h=From:To:Subject:Date:From; b=OghSnhmKiq0Pe5KpVOczAYK65ZvoICk21HQGUyWQhUcLrQTKbKLcbJwwBXx2eSzF7 TG3/6QX3ZVKfq+Rn9Ik8Gk+nCyHSmmrTzP9Dbg2oempLVHQVfYnmZiP1J4qPuHEoAe dj+HMNC1mHXRMLkBPg4O++9cd2S66gY+XoDbdWkY= From: "agentzh at gmail dot com" To: systemtap@sourceware.org Subject: [Bug translator/31180] New: Feature request: new probe process.data(ADDR).* probe-points Date: Mon, 18 Dec 2023 20:08:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: agentzh at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31180 Bug ID: 31180 Summary: Feature request: new probe process.data(ADDR).* probe-points Product: systemtap Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: translator Assignee: systemtap at sourceware dot org Reporter: agentzh at gmail dot com Target Milestone: --- Now that we have kernel.data(*).* probepoints for kernel-space hardware breakpoints (or watchpoints) in stap, it is good to also have the userland = hw watchpoint support targeting a process. The basic kernel facility is already there. The implementation should be qu= ite straight-forward, especially after the implementation of the existing kernel.data(*) probes is just refactored. --=20 You are receiving this mail because: You are the assignee for the bug.=