This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Another Newbie question about measuring time in a sys call


David_A_Sperry wrote:

> [...]
> > AFAIK, top does not perform any file creation.  [...]
> 
> I was lazy and just modified the prinf line.  [...]
> syscall creat count 6772 avg 37 min 32 max 103
> [...]

A glance at src/tapset/syscalls.stp explains the problem.  There, the
"sys_open" function is probed and mislabeled "creat".

- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]