search for: __fsr

Displaying 2 results from an estimated 2 matches for "__fsr".

Did you mean: __fs
2006 Feb 17
3
CPU time stats
...[probefunc] = avg(timestamp - time[probefunc]);} END { printa(@spent);} --------------------------------- Sample process int g(){} int f2(){g();} int f(){f2();g();} int main() { f(); } ------------------ sample output: g 13296 __fsr 32679(what really is this __fsr, i wonder sometimes?) f2 37930(<--------want to exclude time of g here) f 85044(&l...
2008 May 20
6
Dtrace queries - predicates & func arg tracing
[1] Predicates in one-liners I would like to list the probe modules in my executable and then dynamically create a dscript to trace execution of those modules alone (by excluding the 3rd party and system libraries). I tried the below script without success. The conditional given in the predicate is not taking effect. Why is this so ? $ dtrace -ln ''pid$target:::