tracepoint: split provider and event name
[lttng-ust.git] / include / lttng / tracepoint-types.h
index 5354c3698abc478dd41c6167f5cff07098f7de63..d169a1125bb18d07c7cc14502d9ace2bbd42828a 100644 (file)
@@ -38,7 +38,8 @@ struct lttng_ust_tracepoint_probe {
 struct lttng_ust_tracepoint {
        uint32_t struct_size;
 
-       const char *name;
+       const char *provider_name;
+       const char *event_name;
        int state;
        struct lttng_ust_tracepoint_probe *probes;
        int *tracepoint_provider_ref;
This page took 0.024401 seconds and 4 git commands to generate.