You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DynamoRIO Users
Hello,
Is there a mechanism in DR that it notifies the client whenever a
thread context swtich occurs?
What I want to do is finding the partial running times for each
thread.
For example, the (scheduler) context is changing from Thread 1 to
Thread 2, and I want to notified at this point.
--
Etem
Derek Bruening
unread,
Apr 16, 2012, 9:55:14 AM4/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Is there a mechanism in DR that it notifies the client whenever a
thread context swtich occurs?
No. The underlying OS controls thread scheduling.
For example, the (scheduler) context is changing from Thread 1 to
Thread 2, and I want to notified at this point.
That doesn't sound like a thread context switch. That sounds like the the app is changing which threads perform which work. You would want to find where it does that and wrap that point.