]> sourceware.org Git - systemtap.git/commit
library probes: fix process path in listing mode
authorJonathan Lebon <jlebon@redhat.com>
Wed, 12 Mar 2014 15:10:32 +0000 (11:10 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Wed, 12 Mar 2014 18:44:21 +0000 (14:44 -0400)
commit5d25dfb6d4d5b2e796475c4af3768e65679e5aeb
tree47b90dac4fe1e309e28b2f5a94cfb3ab51bb0eaf
parente772a6e77dbee2d12c29bba7a9e2afe39499cda6
library probes: fix process path in listing mode

Previously, doing stap -l process("exe").library("*").function("myfunc")
would result in listings where the library field had the fully resolved
path, yet the process path retained the user-entered value.

With this commit, we override the user-entered value of process for the
absolute path, so that listing mode also shows it.
tapsets.cxx
This page took 0.085461 seconds and 5 git commands to generate.