summaryrefslogtreecommitdiffstats
path: root/runtime/lket/b2a/lket_b2a.h
diff options
context:
space:
mode:
authorguanglei <guanglei>2006-11-09 12:19:22 +0000
committerguanglei <guanglei>2006-11-09 12:19:22 +0000
commitef30b199413f3316ee82091444bc3e32ba615144 (patch)
tree3061db69d5379b36fca058f2fc3ef6cd2e2e522d /runtime/lket/b2a/lket_b2a.h
parentd1b3549da1b8013bd791b27f02cee2293505b075 (diff)
downloadsystemtap-steved-ef30b199413f3316ee82091444bc3e32ba615144.tar.gz
systemtap-steved-ef30b199413f3316ee82091444bc3e32ba615144.tar.xz
systemtap-steved-ef30b199413f3316ee82091444bc3e32ba615144.zip
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.
Diffstat (limited to 'runtime/lket/b2a/lket_b2a.h')
-rw-r--r--runtime/lket/b2a/lket_b2a.h1
1 files changed, 1 insertions, 0 deletions
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;