From: compudj Date: Fri, 30 Sep 2005 02:59:36 +0000 (+0000) Subject: warning X-Git-Tag: v0.12.20~2214 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=1b5edbe59340dcf31107036ce0fd8bdb5bff4f4a;hp=89e867653c5fbbaf938b870652c330730f594651;p=lttv.git warning git-svn-id: http://ltt.polymtl.ca/svn@1275 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/genevent/Makefile b/genevent/Makefile index f0935029..a1d4c302 100644 --- a/genevent/Makefile +++ b/genevent/Makefile @@ -21,6 +21,6 @@ parser.o: parser.c parser.h .PHONY: clean clean: - rm -rf *.o *~ *# + rm -rf *.o *~ *# genevent diff --git a/genevent/README b/genevent/README index 182fbf05..0edb12ab 100644 --- a/genevent/README +++ b/genevent/README @@ -7,6 +7,9 @@ the inline functions to record events in the kernel. Right now, the program can only parse simple structure, if a structure has a nested structure, it will not work. +Genevent will soon go through a rewrite, but for now, the strings should be put +at the beginning of a structure : they will be put there anyways. + There are several files in the directory: genevent.c, genevent.h, crc32.tab, parser.c and parser.h