fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
_whitelogger has joined #systemtap
orivej has joined #systemtap
<invano> Hey, what's up people
<invano> I need to monitor the existence of a set of pids with a timer. I have a probe timer.s(5) for this. Inside the timer I'm querying pid2task(pid) and check if there is a valid task
<invano> The problem is that this is a quite ugly solution
<invano> Do you have any suggestions for this?
<invano> I could monitor when processes exit e.g. probe kprocess.exit but in this way I miss processes killed because of signals
<invano> Uh ok kprocess.exit is on do_exit so that would be fine. I don't know why I was thinking it was on sys_exit
orivej has quit [Ping timeout: 260 seconds]
naveen2 has joined #systemtap
naveen has quit [Ping timeout: 240 seconds]
<fche> that'd be syscall.exit
fche has quit [Ping timeout: 272 seconds]
brolley has joined #systemtap
orivej has joined #systemtap
tromey has joined #systemtap
orivej has quit [Ping timeout: 240 seconds]
tromey has quit [Quit: ERC (IRC client for Emacs 26.1.50)]
brolley has left #systemtap [#systemtap]
orivej has joined #systemtap