1 /* Sample module for Linux Trace Toolkit new generation User Interface */
3 /* Created by Mathieu Desnoyers, may 2003 */
10 #include <lttv/module.h>
13 g_critical("Sample module init()");
16 static void destroy() {
17 g_critical("Sample module destroy()");
21 LTTV_MODULE("sampledep", "Medium...", "Long...", init
, destroy
, {})
This page took 0.029617 seconds and 4 git commands to generate.