Lines Matching refs:open
6 failed. For example, trace the open() function in libc when it is slower than
9 # ./funcslower c:open -u 1
12 less 27074 33.77 3 c:open
13 less 27074 9.96 ffffffffffffffff c:open
14 less 27074 5.92 ffffffffffffffff c:open
15 less 27074 15.88 ffffffffffffffff c:open
16 less 27074 8.89 3 c:open
17 less 27074 15.89 3 c:open
18 sh 27075 20.97 4 c:open
19 bash 27075 20.14 4 c:open
20 lesspipe.sh 27075 18.77 4 c:open
21 lesspipe.sh 27075 11.21 4 c:open
22 lesspipe.sh 27075 13.68 4 c:open
23 file 27076 14.83 ffffffffffffffff c:open
24 file 27076 8.02 4 c:open
25 file 27076 10.26 4 c:open
26 file 27076 6.55 4 c:open
27 less 27074 11.67 4 c:open
30 This shows several open operations performed by less and some helpers it invoked
32 value from the open() function, which helps indicate if there is a correlation
33 between failures and slow invocations. Most open() calls seemed to have
113 Shows the user space stack trace of calls to the user space function call open taking longer than 3…
147 ./funcslower -u 10 c:open # trace open calls slower than 10us
148 ./funcslower -p 135 c:open # trace pid 135 only
150 ./funcslower -a 2 c:open # show first two arguments to open