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