Optimisation: implement callsite hash table in tracepoint.c
[lttng-ust.git] / liblttng-ust / tracepoint-internal.h
index 72eafec1ab57c81acc3cb6e12c545a9a4992d7bc..2c99dbdd4e2876d237b68f5578d6e51d972d4185 100644 (file)
 #define TRACE_DEFAULT  TRACE_DEBUG_LINE
 
 struct tracepoint_lib {
-       struct cds_list_head list;
+       struct cds_list_head list;      /* list of registered libs */
        struct tracepoint * const *tracepoints_start;
        int tracepoints_count;
+       struct cds_list_head callsites;
 };
 
 extern int tracepoint_probe_register_noupdate(const char *name,
This page took 0.024938 seconds and 4 git commands to generate.