Add tracepoint listing for UST
[lttng-tools.git] / include / lttng / lttng.h
index a96c11f1da4cabcecb35198212ab102262130eb4..ee749c1f6113c6f419ea71067d6b1775bdb4195f 100644 (file)
@@ -145,6 +145,7 @@ struct lttng_event {
        char name[LTTNG_SYMBOL_NAME_LEN];
        enum lttng_event_type type;
        uint32_t enabled;
        char name[LTTNG_SYMBOL_NAME_LEN];
        enum lttng_event_type type;
        uint32_t enabled;
+       pid_t pid;
        /* Per event type configuration */
        union {
                struct lttng_event_probe_attr probe;
        /* Per event type configuration */
        union {
                struct lttng_event_probe_attr probe;
This page took 0.022975 seconds and 4 git commands to generate.