This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

instrumentation buffers


Hi
I have problem with a instrumentation buffers. I'm analyzing a thread's
events. I have a three threads (ID= 3,4,5).
Threads 3 and 4 have the same priority and thread 5 has lower priority. My
problem is with time, that is saved in table . Time , that is saved in the
first positions of table is greater than time in the last positions ( like
below)  :
Record 05: type 0x0209, thread 3, time ffff9443,
Record 06: type 0x0207, thread 3, time ffffaca8,
Record 07: type 0x0202, thread 3, time ffffacb4,
Record 08: type 0x0201, thread 3, time ffffacf7,
Record 09: type 0x0209, thread 4, time ffffad11,
Record 10: type 0x0207, thread 4, time ffffc8b9,
Record 11: type 0x0202, thread 4, time ffffc8c4,
Record 12: type 0x0201, thread 4, time ffffc908,
Record 13: type 0x0209, thread 5, time ffffc922,
Record 14: type 0x0207, thread 5, time ffffc930,
Record 15: type 0x0202, thread 5, time ffffc93c,
Record 16: type 0x0201, thread 5, time ffffc97f

( any  time jump )

Record 28: type 0x0207, thread 3, time 13a
Record 29: type 0x0202, thread 3, time 146
Record 30: type 0x0201, thread 3, time 189
Record 31: type 0x0207, thread 4, time 1ae
Record 32: type 0x0202, thread 4, time 1b9
Record 33: type 0x0201, thread 4, time 1fd
Record 34: type 0x0207, thread 5, time 221
Record 35: type 0x0202, thread 5, time 22d
Record 36: type 0x0201, thread 5, time 271
Record 44: type 0x0207, thread 3, time 13b......

What is  wrong ????
MArek lacki@rts.com.pl


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