]> sourceware.org Git - systemtap.git/commit
Fix the listing mode of process.library.mark
authorJosh Stone <jistone@redhat.com>
Mon, 18 Jan 2010 22:36:47 +0000 (14:36 -0800)
committerJosh Stone <jistone@redhat.com>
Mon, 18 Jan 2010 22:36:47 +0000 (14:36 -0800)
commit70dc04429ec63764b6d1dd831c753329d2c0574a
tree52c015cdf5f90b84ceca4193ba970d6bee617f8a
parent08d1d520616557f6ff7dd023e260ad6577e9e0e8
Fix the listing mode of process.library.mark

Our hack for producing nicer listing modes was to write the mark name in
component index 1.  That's fine for process.mark, but writes the wrong
position for process.library.mark.  It now munges the last probe
component of any number of indexes.

(A better fix is due in PR10831, preserving the derivation chain.)
tapsets.cxx
This page took 0.038468 seconds and 5 git commands to generate.