can we measure the traffic between user and kernel mode
From: loody <hidden>
Date: 2011-01-30 07:50:36
From: loody <hidden>
Date: 2011-01-30 07:50:36
hi: 2011/1/28 Mulyadi Santosa [off-list ref]:
Hi :) On Thu, Jan 27, 2011 at 20:48, loody [off-list ref] wrote:quoted
I can "strace -o -tt 123 a.out" before "A begin" but how could I combine console output with the content of strace? such as A begins strace content ...... A finish strace content ...... B begins strace content ...... B finishNot sure if I understand you correctly...what are A and B here? function calls?
Yes, the A and B here I mean is the function call I wrote in C, such
as the "open("/home/miloody", O_RDONLY) " etc.
Thank you ~
miloody