new ltt-usertrace
[lttv.git] / ltt-usertrace / sample-instrument-fct.c
index 2bc6cd5d5229367c76e01bdad1b08b6a95a0b8b6..2881adc2f1ff09fe7209546d855a9a34881f68ee 100644 (file)
@@ -14,6 +14,10 @@ void test_function(void)
 
 int main(int argc, char **argv)
 {
+  printf("Abort with CTRL-C.\n");
+  printf("See the result file in /tmp/ltt-usertraces.\n");
+
+
        while(1) {
                test_function();
                sleep(1);
This page took 0.02266 seconds and 4 git commands to generate.