fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
eichiro has quit [Ping timeout: 240 seconds]
darvon has quit [Ping timeout: 240 seconds]
ton31337 has quit [Ping timeout: 240 seconds]
darvon has joined #systemtap
eichiro has joined #systemtap
ton31337 has joined #systemtap
philip_ has quit [Quit: philip_]
hpt has joined #systemtap
<irker636> systemtap: fche systemtap.git:refs/heads/master * release-3.0-334-gf9fd368 / testsuite/systemtap.base/beginenderror.exp: testsuite: suppress warnings from empty strings passed to stap http://tinyurl.com/zbl8gtx
<irker636> systemtap: fche systemtap.git:refs/heads/master * release-3.0-335-gfc26c24 / tapset/linux/signal.stp: tapset typo fix http://tinyurl.com/gtkq7en
<irker636> systemtap: fche systemtap.git:refs/heads/master * release-3.0-336-g727294a / tapset/linux/memory.stp: linux memory tapset: do_page_mkwrite changes http://tinyurl.com/jqlnqaa
<irker636> systemtap: fche systemtap.git:refs/heads/master * release-3.0-337-g9b7699b / tapset/linux/syscalls.stp: syscalls tapset: compat_io_setup $nr_events http://tinyurl.com/jn7hwne
<irker636> systemtap: penguin-kernel systemtap.git:refs/heads/master * release-3.0-338-gb0c74c6 / java/HelperSDT.c testsuite/systemtap.apps/java.exp: PR21020: allow --compatible=3.0 java probe string $args without leaks http://tinyurl.com/ju2tju6
ravi__ has joined #systemtap
hkshaw has joined #systemtap
nkambo has joined #systemtap
Humble has joined #systemtap
irker636 has quit [Quit: transmission timeout]
jistone has quit [Ping timeout: 240 seconds]
jistone has joined #systemtap
pwithnall has joined #systemtap
hpt has quit [Quit: Lost terminal]
prerna has joined #systemtap
<prerna> Hi all, I need the current time to be printed from inside my probe
<prerna> Is there a function wrapper I could use ?
hkshaw has quit [Ping timeout: 240 seconds]
ravi__ has quit [Ping timeout: 240 seconds]
<prerna> Has someone tried using systemtap bundled with devtoolset-3 ? I see many errors such as :
<prerna> stap -e 'probe process("/bin/ls").function("main") { printf("hello\n"); }'
<prerna> from /tmp/stapXQY71P/stap_39499f9be8d6ce76491189d136fead97_1339_src.c:25:
<prerna> In file included from include/linux/mutex.h:15:0,
<prerna> include/linux/spinlock_types.h:55:14: error: ‘__ARCH_SPIN_LOCK_UNLOCKED’ undeclared here (not in a function)
<prerna> .raw_lock = __ARCH_SPIN_LOCK_UNLOCKED, \
<prerna> ^
<prerna> include/linux/spinlock_types.h:79:15: note: in expansion of macro ‘__RAW_SPIN_LOCK_INITIALIZER’
<prerna> { { .rlock = __RAW_SPIN_LOCK_INITIALIZER(lockname) } }
<prerna> ^
<prerna> include/linux/spinlock_types.h:82:16: note: in expansion of macro ‘__SPIN_LOCK_INITIALIZER’
<prerna> (spinlock_t ) __SPIN_LOCK_INITIALIZER(lockname)
<prerna> ^
<prerna> include/linux/mutex.h:111:18: note: in expansion of macro ‘__SPIN_LOCK_UNLOCKED’
<prerna> , .wait_lock = __SPIN_LOCK_UNLOCKED(lockname.wait_lock) \
<prerna> ^
<prerna> include/linux/mutex.h:117:27: note: in expansion of macro ‘__MUTEX_INITIALIZER’
<prerna> struct mutex mutexname = __MUTEX_INITIALIZER(mutexname)
<prerna> ^
scox has quit [Ping timeout: 272 seconds]
<prerna> /tmp/stapXQY71P/stap_39499f9be8d6ce76491189d136fead97_1339_src.c:26:8: note: in expansion of macro ‘DEFINE_MUTEX’
prerna has quit [Quit: This computer has gone to sleep]
srikar_away has quit [Ping timeout: 240 seconds]
hkshaw has joined #systemtap
wcohen has quit [Ping timeout: 256 seconds]
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
mbenitez has joined #systemtap
mjw has joined #systemtap
scox has joined #systemtap
wcohen has joined #systemtap
drsmith_away is now known as drsmith
Humble has quit [Ping timeout: 256 seconds]
tromey has joined #systemtap
brolley has joined #systemtap
dtatulea_ has joined #systemtap
<dtatulea_> hi. You probably get this quesion 1k times: is it possible to demangle c++ names for probefunc() and backtrace?
<fche> dtatulea_, hi, sorry we don't have a demangler built into the runtime
<fche> there may be some symbol-name lookup functions that may give one demangled strings, but not sure
<fche> c++filt :(
<dtatulea_> fche: thanks
<dtatulea_> Yes, I guess I need to pipe somehow to c++filt
<dtatulea_> Oh, I forgot how user friendly c++filt is.
<fche> it even offers you a nice cup of tea when you're done
Humble has joined #systemtap
<dtatulea_> that should be added to the man page
<fche> true
nkambo has quit [Ping timeout: 248 seconds]
prerna has joined #systemtap
prerna has quit [Ping timeout: 240 seconds]
brolley is now known as brolley|lunch
brolley|lunch has left #systemtap [#systemtap]
nkambo has joined #systemtap
hkshaw has quit [Ping timeout: 256 seconds]
pwithnall has quit [Ping timeout: 256 seconds]
brolley has joined #systemtap
irker962 has joined #systemtap
<irker962> systemtap: dsmith systemtap.git:refs/heads/dsmith/python * release-3.0-387-g04f9bc5 / python/HelperSDT/_HelperSDT.c: Fix python3 marker issue. http://tinyurl.com/zbro4d6
<irker962> systemtap: dsmith systemtap.git:refs/heads/dsmith/python * release-3.0-388-g86850d2 / tapset/python3.stp: Fix python 3 intermittent dictionary failures. http://tinyurl.com/zjdq2qv
<irker962> systemtap: fche systemtap.git:refs/heads/dsmith/python * release-3.0-335-gfc26c24 / tapset/linux/signal.stp: tapset typo fix http://tinyurl.com/gtkq7en
<irker962> systemtap: fche systemtap.git:refs/heads/dsmith/python * release-3.0-336-g727294a / tapset/linux/memory.stp: linux memory tapset: do_page_mkwrite changes http://tinyurl.com/jqlnqaa
<irker962> systemtap: fche systemtap.git:refs/heads/dsmith/python * release-3.0-337-g9b7699b / tapset/linux/syscalls.stp: syscalls tapset: compat_io_setup $nr_events http://tinyurl.com/jn7hwne
<irker962> systemtap: penguin-kernel systemtap.git:refs/heads/dsmith/python * release-3.0-338-gb0c74c6 / java/HelperSDT.c testsuite/systemtap.apps/java.exp: PR21020: allow --compatible=3.0 java probe string $args without leaks http://tinyurl.com/ju2tju6
<irker962> systemtap: dsmith systemtap.git:refs/heads/dsmith/python * release-3.0-399-gbbd40e5 / : Merge remote-tracking branch 'origin/master' into dsmith/python http://tinyurl.com/gnxvndt
<irker962> systemtap: dsmith systemtap.git:refs/heads/master * release-3.0-385-gcdf769f / python/HelperSDT/_HelperSDT.c tapset-python.cxx tapset/python2.stp tapset/python3.stp testsuite/systemtap.python/python3.exp: Handle python3 class variable references, like '$class->member'. http://tinyurl.com/hqtmugr
<irker962> systemtap: dsmith systemtap.git:refs/heads/master * release-3.0-386-g8265ba3 / python/HelperSDT/_HelperSDT.c tapset-python.cxx: Swap python marker arguments around. http://tinyurl.com/jc3zb7y
<irker962> systemtap: dsmith systemtap.git:refs/heads/master * release-3.0-387-g04f9bc5 / python/HelperSDT/_HelperSDT.c: Fix python3 marker issue. http://tinyurl.com/zbro4d6
<irker962> systemtap: dsmith systemtap.git:refs/heads/master * release-3.0-388-g86850d2 / tapset/python3.stp: Fix python 3 intermittent dictionary failures. http://tinyurl.com/zjdq2qv
<irker962> systemtap: dsmith systemtap.git:refs/heads/master * release-3.0-399-gbbd40e5 / : Merge remote-tracking branch 'origin/master' into dsmith/python http://tinyurl.com/gnxvndt
philip_ has joined #systemtap
mbenitez has quit [Quit: Leaving]
tromey has quit [Quit: ERC (IRC client for Emacs 25.1.91.1)]
mjw has quit [Quit: Leaving]
wcohen has quit [Ping timeout: 248 seconds]
drsmith is now known as drsmith_away
brolley has left #systemtap [#systemtap]
wcohen has joined #systemtap