]> Pileus Git - ~andy/linux/blob - tools/perf/util/process_events.h
73d092f832839b3de755b2fa8db11d94d792ad0b
[~andy/linux] / tools / perf / util / process_events.h
1 #ifndef __PROCESS_EVENTS_H
2 #define __PROCESS_EVENTS_H
3
4 #include "../builtin.h"
5
6 #include "util.h"
7 #include "color.h"
8 #include <linux/list.h>
9 #include "cache.h"
10 #include <linux/rbtree.h>
11 #include "symbol.h"
12 #include "string.h"
13 #include "callchain.h"
14 #include "strlist.h"
15 #include "values.h"
16
17 #include "../perf.h"
18 #include "debug.h"
19 #include "header.h"
20
21 #include "parse-options.h"
22 #include "parse-events.h"
23
24 #include "data_map.h"
25 #include "thread.h"
26 #include "sort.h"
27 #include "hist.h"
28
29 extern char     *cwd;
30 extern int      cwdlen;
31
32 extern int process_mmap_event(event_t *, unsigned long , unsigned long);
33 extern int process_task_event(event_t *, unsigned long, unsigned long);
34
35 #endif  /* __PROCESS_EVENTS_H */