7 #include <ltt/ltt-facility-user_generic.h>
10 int main(int argc
, char **argv
)
12 printf("Will trace the following string : Running fast! in an infinite loop.\n");
13 printf("Abort with CTRL-C or it will quickly fill up your disk.\n");
14 printf("See the result file in /tmp/ltt-usertrace.\n");
18 trace_user_generic_string("Running fast!");
This page took 0.030533 seconds and 4 git commands to generate.