X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt-debugfs-abi.h;h=d7d68926960d3a51a030d5179f83a4c063ed3436;hb=162769efd7bca728713c4bf8e609fc408d58f512;hp=85e689c88705928579383d4ad9ff1fd4b5f91ac3;hpb=9e245ead77b8c671988d3a55440676629c01b648;p=lttng-modules.git diff --git a/ltt-debugfs-abi.h b/ltt-debugfs-abi.h index 85e689c8..d7d68926 100644 --- a/ltt-debugfs-abi.h +++ b/ltt-debugfs-abi.h @@ -31,6 +31,9 @@ struct lttng_kernel_channel { unsigned int read_timer_interval; /* usecs */ }; +struct lttng_kernel_tracepoint { +}; + /* * Either addr is used, or symbol_name and offset. */ @@ -46,13 +49,14 @@ struct lttng_kernel_function_tracer { }; struct lttng_kernel_event { + char name[LTTNG_SYM_NAME_LEN]; /* event name */ enum lttng_kernel_instrumentation instrumentation; /* Per instrumentation type configuration */ union { + struct lttng_kernel_tracepoint tracepoint; struct lttng_kernel_kprobe kprobe; struct lttng_kernel_function_tracer ftrace; } u; - char name[]; /* event name */ }; struct lttng_kernel_tracer_version {