Advertisement
agentzh

Untitled

Aug 28th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. === TEST 7: abort() in timer.profile (more concurrency and no globals)
  2. --- stap
  3. probe timer.profile {
  4. abort();
  5. error("fire after abort!\n")
  6. }
  7. --- out
  8. --- warn
  9. --- no_dyninst
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement