Add a test script to do profiling. Some cleaning as well.
[lttv.git] / genevent / README
1 The 'genevent' program parses event descriptions and generates
2 the inline functions to record events in the kernel.
3
4 Right now, the program can only parse simple structure, if a
5 structure has a nested structure, it will not work.
6
7 There are several files in the directory:
8 genevent.c, genevent.h, crc32.tab, parser.c and parser.h
9
10 In fact, crc32.tab, parser.c and parser.h are the same files as
11 those in LTT library.
12
13 'core.xml' is an example event description file.
14
This page took 0.028549 seconds and 4 git commands to generate.