diff options
Diffstat (limited to 'tools/perf/util/process_events.h')
| -rw-r--r-- | tools/perf/util/process_events.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/tools/perf/util/process_events.h b/tools/perf/util/process_events.h deleted file mode 100644 index 73d092f83283..000000000000 --- a/tools/perf/util/process_events.h +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 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 */ | ||
