Select the types of activity you want to include in your feed.
1#include <sys/sdt.h> 2 3int main(void) 4{ 5 DTRACE_PROBE(provider, name); 6 return 0; 7}