fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
hpt has joined #systemtap
wcohen has quit [Ping timeout: 260 seconds]
wcohen has joined #systemtap
hkshaw has joined #systemtap
hkshaw has quit [Ping timeout: 244 seconds]
ravi_ has joined #systemtap
ton31337 has quit [Ping timeout: 268 seconds]
ton31337 has joined #systemtap
ananth has joined #systemtap
ton31337 has quit [Ping timeout: 244 seconds]
ton31337 has joined #systemtap
ananth has quit [Remote host closed the connection]
pmuldoon has joined #systemtap
pmuldoon has quit [Client Quit]
ananth has joined #systemtap
hkshaw has joined #systemtap
hkshaw1 has joined #systemtap
hkshaw has quit [Ping timeout: 248 seconds]
hkshaw1 is now known as hkshaw
hkshaw has quit [Quit: Leaving.]
hkshaw has joined #systemtap
pwithnall has joined #systemtap
ego_ has joined #systemtap
nkambo has joined #systemtap
hpt has quit [Quit: Lost terminal]
ton31337 has quit [Ping timeout: 268 seconds]
pwithnall has quit [Quit: pwithnall]
pwithnall has joined #systemtap
ton31337 has joined #systemtap
ton31337 has quit [Ping timeout: 240 seconds]
ema_ has joined #systemtap
ema_ has joined #systemtap
ton31337 has joined #systemtap
jistone_ has joined #systemtap
ton31337 has quit [Ping timeout: 240 seconds]
jistone has quit [*.net *.split]
ema has quit [*.net *.split]
jistone_ is now known as jistone
ton31337 has joined #systemtap
ema_ is now known as ema
ton31337 has quit [Ping timeout: 260 seconds]
nkambo has quit [Read error: Connection reset by peer]
ton31337 has joined #systemtap
hkshaw has quit [Quit: Leaving.]
hkshaw1 has joined #systemtap
ton31337 has quit [Ping timeout: 260 seconds]
scox_ has quit [Ping timeout: 250 seconds]
nkambo has joined #systemtap
_whitelogger has joined #systemtap
ton31337 has joined #systemtap
nkambo has quit [Read error: Connection reset by peer]
ton31337 has quit [Ping timeout: 260 seconds]
ton31337 has joined #systemtap
ton31337 has quit [Ping timeout: 260 seconds]
ton31337 has joined #systemtap
ton31337 has quit [Ping timeout: 260 seconds]
hpt has joined #systemtap
hpt has quit [Quit: Lost terminal]
hpt has joined #systemtap
hkshaw1 has quit [Ping timeout: 260 seconds]
nkambo has joined #systemtap
ananth has quit [Ping timeout: 260 seconds]
hpt has quit [Ping timeout: 250 seconds]
hpt has joined #systemtap
ton31337 has joined #systemtap
ravi_ has quit [Remote host closed the connection]
hkshaw has joined #systemtap
ton31337 has quit [Ping timeout: 240 seconds]
ton31337 has joined #systemtap
wcohen has quit [Ping timeout: 260 seconds]
mjw has joined #systemtap
nkambo has quit [Ping timeout: 260 seconds]
scox_ has joined #systemtap
hpt has quit [Ping timeout: 260 seconds]
wcohen has joined #systemtap
hpt has joined #systemtap
kefren has joined #systemtap
kefren has quit [Read error: Connection reset by peer]
kefren has joined #systemtap
<kefren> hi tappers. Is there a way to tap in order to find out information about the lifetime of instances of a certain class of c++ objects in a third party program ?
drsmith_away is now known as drsmith
tromey has joined #systemtap
<drsmith> kefren: Hmm, I'm not sure. I'd bet you don't have debuginfo for this 3rd party program, right?
ton31337 has quit [Ping timeout: 248 seconds]
hpt has quit [Quit: Lost terminal]
ton31337 has joined #systemtap
hpt has joined #systemtap
<kefren> drsmith: right. But I was wondering if there is any way to access functions parameters if I know their types (they're pointers).
<kefren> In that case I could hook into some helper functions that are in charge of some construction post-processing and respectively are triggering the deletion process
<drsmith> Hmm, I don't think so. We can for kernel functions ("kprobe.function"), but not for user functions as I recall.
<kefren> darn.
<drsmith> (note that this really isn't my area, but I believe I'm correct)
<drsmith> I'd go ahead and send an email to systemtap@sourceware.org and describe what you are trying to do, someone might have a great idea
<kefren> I'll do that. Thank you !
<drsmith> no problem
hpt has quit [Ping timeout: 248 seconds]
ton31337 has quit [Ping timeout: 260 seconds]
hpt has joined #systemtap
ton31337 has joined #systemtap
hpt has quit [Ping timeout: 250 seconds]
ananth has joined #systemtap
ton31337 has quit [Ping timeout: 240 seconds]
irker662 has joined #systemtap
<irker662> systemtap: dsmith systemtap.git:refs/heads/dsmith/python * release-3.0-248-gbcec8a9 / configure configure.ac: Added comment about the source of some of the python2/python3 configure code. http://tinyurl.com/zxypsmt
ananth has quit [Ping timeout: 248 seconds]
ton31337 has joined #systemtap
ton31337 has quit [Ping timeout: 248 seconds]
ton31337_ has joined #systemtap
mjw has quit [Quit: Leaving]
<irker662> systemtap: dsmith systemtap.git:refs/heads/dsmith/python * release-3.0-249-g9cc385e / python/HelperSDT/README.txt python/HelperSDT/_HelperSDT.c python/HelperSDT/__init__.py python/HelperSDT/__main__.py python/Makefile.am python/Makefile.in python/setup.py: Add initial version of the python helper module. http://tinyurl.com/jctkyax
<irker662> systemtap: ross.burton systemtap.git:refs/heads/dsmith/python * release-3.0-256-g11dd6b5 / configure.ac: Don't use obsolete autoconf macro AC_PROG_CC_STDC http://tinyurl.com/z2dwl23
<irker662> systemtap: fche systemtap.git:refs/heads/dsmith/python * release-3.0-257-g7f892dd / configure: configury: regen configure http://tinyurl.com/jv554tu
<irker662> systemtap: mcermak systemtap.git:refs/heads/dsmith/python * release-3.0-258-g26382d6 / runtime/map-gen.c runtime/map.c runtime/map.h runtime/pmap-gen.c runtime/stat-common.c runtime/stat.c tapsets.cxx testsuite/systemtap.base/optim_stats.exp testsuite/systemtap.base/optim_stats1.stp testsuite/systemtap.base/optim_stats2.stp translate.cxx: Introduce runtime optimizations for statistical computations per PR10234. http://tinyu
<irker662> systemtap: dsmith systemtap.git:refs/heads/dsmith/python * release-3.0-259-gbc71f31 / rpm_finder.cxx: Fixed 1382422 by making stap refer to 'dnf' or 'yum'. http://tinyurl.com/zsee9lj
<irker662> systemtap: dsmith systemtap.git:refs/heads/dsmith/python * release-3.0-269-ged9360d / : Merge remote-tracking branch 'origin/master' into dsmith/python http://tinyurl.com/gmehdmj
ravi_ has joined #systemtap
ravi_ has quit [Quit: Leaving]
ego_ has quit [Quit: Leaving]
pwithnall has quit [Quit: pwithnall]
djellemah has joined #systemtap
<irker662> systemtap: dsmith systemtap.git:refs/heads/dsmith/python * release-3.0-270-g42ca449 / aclocal.m4 configure python/HelperSDT/_HelperSDT.c python/Makefile.am python/Makefile.in: Add python 3 support to python/HelperSDT. http://tinyurl.com/gmql84q
hkshaw has quit [Read error: Connection reset by peer]
drsmith has left #systemtap [#systemtap]
hkshaw has joined #systemtap
drsmith has joined #systemtap
pfallenop has quit [Ping timeout: 248 seconds]
djellemah has quit [Ping timeout: 248 seconds]
hpt has joined #systemtap
hpt has quit [Ping timeout: 250 seconds]
tromey has quit [Quit: ERC (IRC client for Emacs 25.1.50.2)]
wcohen has quit [Ping timeout: 260 seconds]
scox_ has quit [Ping timeout: 268 seconds]
drsmith has left #systemtap [#systemtap]
wcohen has joined #systemtap
scox_ has joined #systemtap
irker662 has quit [Quit: transmission timeout]