From ef30b199413f3316ee82091444bc3e32ba615144 Mon Sep 17 00:00:00 2001 From: guanglei Date: Thu, 9 Nov 2006 12:19:22 +0000 Subject: add options for lket-b2a to control the output data fields of lket.out. make fork/execce trace hooks lket internally and turned on by default. add stoptrace_fork and stoptrace_execve flags for lket to control stopping fork/execve in user scripts. update lket-b2a and lket man page. --- runtime/lket/b2a/lket_b2a.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/lket/b2a/lket_b2a.h') diff --git a/runtime/lket/b2a/lket_b2a.h b/runtime/lket/b2a/lket_b2a.h index 6b28efb1..464742db 100644 --- a/runtime/lket/b2a/lket_b2a.h +++ b/runtime/lket/b2a/lket_b2a.h @@ -61,6 +61,7 @@ typedef struct { char evt_fmt[MAX_FIELDS][7]; /* e.g. INT8,STRING,INT16,... */ char evt_names[MAX_FIELDS][MAX_FIELDNAME_LEN]; /* e.g. protocal,dev_name,buff_len,... */ char fmt[256]; /* e.g. %1b,%0s,%2b,... */ + char *description; /* a string description of this event, such as "iosyscall.read.entry" */ int count; /* # of fields */ int flag; /* a flag indicates whether exists trace data for this event */ } event_desc; -- cgit