Add callsite support
[lttng-ust.git] / include / lttng / ust-events.h
index 0e19ed2229ac9c7b417aee01be5113e0701351fe..b076835794126345eb4f7f1d3b2e0444818a5bca 100644 (file)
@@ -299,6 +299,11 @@ struct ust_pending_probe;
 struct ltt_event;
 struct lttng_ust_filter_bytecode;
 
+struct lttng_callsite {
+       const struct tracepoint_callsite *tp_cs;
+       struct cds_hlist_node node;     /* Callsite hash table node */
+};
+
 /*
  * ltt_event structure is referred to by the tracing fast path. It must be
  * kept small.
This page took 0.023864 seconds and 4 git commands to generate.