]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bug fix for logic to determine the (inode, offset) pair for uprobes.
authorKris Van Hees <kris.van.hees@oracle.com>
Wed, 14 Aug 2013 12:44:01 +0000 (08:44 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Thu, 5 Sep 2013 20:56:49 +0000 (16:56 -0400)
commit165c4942ba239dd4c5fc6c170c407220d7febdce
treece7a7f3eb79dc455c36bd3f806a40596b764f5ab
parent975bbe7c48a3c855825d6e87052055d200071fc7
Bug fix for logic to determine the (inode, offset) pair for uprobes.

The logic used to determine the (inode, offset) pair needed by uprobes, and
caculated based on an address in a process memory space. was flawed.  This
caused USDT probes in shared libraries to not work correctly.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/dtrace_dof.c
dtrace/fasttrap_dev.c