Add kretprobe support (new --function implementation)
[lttng-tools.git] / include / lttng / lttng.h
index f92716cd495b8e3b38f6253fd4f7fa7ac2f0b6a4..2cbb7f7ed38ddcda2f5efb0ac926d89b9e1f9863 100644 (file)
@@ -5,11 +5,6 @@
  *
  * Copyright (C) 2011 - David Goulet <david.goulet@polymtl.ca>
  *
- * LGPL-compatible code should include this header with :
- *
- * #define _LGPL_SOURCE
- * #include <lttng.h>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; only
@@ -78,6 +73,7 @@ enum lttng_event_type {
        LTTNG_EVENT_TRACEPOINT,
        LTTNG_EVENT_PROBE,
        LTTNG_EVENT_FUNCTION,
+       LTTNG_EVENT_FUNCTION_ENTRY,
 };
 
 /*
This page took 0.022911 seconds and 4 git commands to generate.