Skip to content

Commit

Permalink
Add switchto to comment about interrupted syscalls
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Oct 9, 2024
1 parent c0c698f commit 0b947ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/drcachesim/tracer/tracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1877,8 +1877,8 @@ event_thread_exit(void *drcontext)
// XXX: Can we somehow figure out how much of the PT trace we can
// keep?
// Such PT syscall traces at the thread's end have been seen to not
// decode successfully, particularly for syscalls like futex,
// epoll_wait.
// decode successfully, particularly for syscalls like switchto, futex,
// and epoll_wait.
stop_cur_syscall_pt_trace(drcontext, data, /*dump_to_trace=*/false);
}
}
Expand Down

0 comments on commit 0b947ce

Please sign in to comment.