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
Cust0sLim3n has joined #systemtap
dtatulea has quit [*.net *.split]
Cust0sLimen has quit [*.net *.split]
dtatulea has joined #systemtap
irker798 has joined #systemtap
<irker798> systemtap: fche systemtap.git:refs/heads/rth/bpf * release-3.1-110-g84b7151 / loc2stap.cxx tapsets.cxx: loc2stap: tolerate inconvenient dwarf locations http://tinyurl.com/y96bh893
gromero has quit [Ping timeout: 240 seconds]
naveen has joined #systemtap
naveen has quit [Client Quit]
slowfranklin has joined #systemtap
irker798 has quit [Quit: transmission timeout]
eremitah has joined #systemtap
slowfranklin has quit [Quit: slowfranklin]
gila has joined #systemtap
naveen has joined #systemtap
sanoj has joined #systemtap
slowfranklin has joined #systemtap
mjw has quit [Quit: Leaving]
sanoj has quit [Ping timeout: 248 seconds]
sanoj has joined #systemtap
hpt has quit [Quit: Lost terminal]
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
naveen has quit [Quit: WeeChat 1.9]
mjw has joined #systemtap
gromero has joined #systemtap
mbenitez has joined #systemtap
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
gromero has quit [Ping timeout: 240 seconds]
naveen has joined #systemtap
gromero has joined #systemtap
drsmith_away is now known as drsmith
Humble has joined #systemtap
brolley has joined #systemtap
tromey has joined #systemtap
sanoj has quit [Ping timeout: 260 seconds]
gromero has quit [Ping timeout: 260 seconds]
mjw has quit [Quit: Leaving]
gromero has joined #systemtap
scox has joined #systemtap
gila has joined #systemtap
slowfranklin has quit [Quit: slowfranklin]
naveen_ has joined #systemtap
naveen has quit [Ping timeout: 260 seconds]
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
gila has joined #systemtap
slowfranklin has joined #systemtap
slowfranklin has quit [Quit: slowfranklin]
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
irker831 has joined #systemtap
<irker831> systemtap: csanting systemtap.git:refs/heads/csanting/PR21283 * release-3.1-127-gdfab9b5 / remote.cxx tapset/dyninst/context.stp: PR21283: Add remote_id/remote_uri dyninst funcs http://tinyurl.com/y8wzv9r2
<irker831> systemtap: csanting systemtap.git:refs/heads/master * release-3.1-127-gdd981a9 / remote.cxx staprun/stapsh.c: PR21283 initial commit http://tinyurl.com/ybaml2k9
<irker831> systemtap: csanting systemtap.git:refs/heads/master * release-3.1-128-g5b967e5 / remote.cxx staprun/stapsh.c: PR21283: --dyninst with --remote http://tinyurl.com/ycfdzv7v
<irker831> systemtap: csanting systemtap.git:refs/heads/master * release-3.1-129-g15700f9 / remote.cxx tapset/dyninst/context.stp: PR21283: Add remote_id/remote_uri dyninst funcs http://tinyurl.com/y8m7lh8c
deep-book-gk_ has joined #systemtap
naveen_ has quit [Quit: WeeChat 1.9]
deep-book-gk_ has left #systemtap [#systemtap]
eremitah has left #systemtap ["part"]
slowfranklin has joined #systemtap
drsmith has quit [Quit: Coyote finally caught me]
drsmith_away has joined #systemtap
drsmith_away is now known as drsmith
mbenitez has quit [Ping timeout: 276 seconds]
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
mbenitez has joined #systemtap
dmalcolm has quit [Remote host closed the connection]
drsmith has quit [Quit: Coyote finally caught me]
slowfranklin has quit [Quit: slowfranklin]
drsmith_away has joined #systemtap
drsmith_away is now known as drsmith
dmalcolm has joined #systemtap
slowfranklin has joined #systemtap
slowfranklin has quit [Quit: slowfranklin]
mbenitez has quit [Quit: Leaving]
scox has quit [Ping timeout: 268 seconds]
tromey has quit [Quit: ERC (IRC client for Emacs 26.0.50)]
<irker831> systemtap: dsmith systemtap.git:refs/heads/master * release-3.1-130-gfbaead0 / httpd/api.cxx httpd/backends.cxx: Improve the http server "local" backend. http://tinyurl.com/y7fencow
<irker831> systemtap: dsmith systemtap.git:refs/heads/master * release-3.1-131-gb3d1c4e / configure configure.ac: Add a minor RHEL6 fix to configure for the libcurl check. http://tinyurl.com/y88v5jpv
<irker831> systemtap: dsmith systemtap.git:refs/heads/master * release-3.1-132-g03dd566 / client-nss.cxx nsscommon.cxx stap-serverd.cxx: Fix a small systemtap server memory leak. http://tinyurl.com/yd8m8lj4
drsmith is now known as drsmith_away
brolley has left #systemtap [#systemtap]
gromero has quit [Ping timeout: 268 seconds]
Yogi has joined #systemtap
gromero has joined #systemtap
<Yogi> Hi there, I have a question about how to pretty print a struct variable with a large number of fields. Even though I have changed the value of MAXSTRINGLEN to a extreme large number, the results are still not complete and ends with ", ...}". Does anyone there know how to solve this question? Thanks a lot
scox has joined #systemtap
<fche> yeah, we limit it to 32 for some low level technical reasons (worry about varargs stack usage in the kernel)
<fche> how many fields do you have ?
<fche> see http://sourceware.org/PR10750 for some of the history