"\t        trace(<synthetic_event>,param list)  - generate synthetic event\n"
        "\t        save(field,...)                      - save current event fields\n"
 #ifdef CONFIG_TRACER_SNAPSHOT
-       "\t        snapshot()                           - snapshot the trace buffer\n"
+       "\t        snapshot()                           - snapshot the trace buffer\n\n"
+#endif
+#ifdef CONFIG_SYNTH_EVENTS
+       "  events/synthetic_events\t- Create/append/remove/show synthetic events\n"
+       "\t  Write into this file to define/undefine new synthetic events.\n"
+       "\t     example: echo 'myevent u64 lat; char name[]' >> synthetic_events\n"
 #endif
 #endif
 ;