Skip to content

Instantly share code, notes, and snippets.

@wmealing
Created April 23, 2013 03:34
Show Gist options
  • Save wmealing/5440655 to your computer and use it in GitHub Desktop.
Save wmealing/5440655 to your computer and use it in GitHub Desktop.
global parent_id = target()
probe whatever {
if(ppid() == parent_id) {
printf("I am a child of the parent, roar !\n");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment