summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/process_events.h
blob: 73d092f832839b3de755b2fa8db11d94d792ad0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#ifndef __PROCESS_EVENTS_H
#define __PROCESS_EVENTS_H

#include "../builtin.h"

#include "util.h"
#include "color.h"
#include <linux/list.h>
#include "cache.h"
#include <linux/rbtree.h>
#include "symbol.h"
#include "string.h"
#include "callchain.h"
#include "strlist.h"
#include "values.h"

#include "../perf.h"
#include "debug.h"
#include "header.h"

#include "parse-options.h"
#include "parse-events.h"

#include "data_map.h"
#include "thread.h"
#include "sort.h"
#include "hist.h"

extern char	*cwd;
extern int	cwdlen;

extern int process_mmap_event(event_t *, unsigned long , unsigned long);
extern int process_task_event(event_t *, unsigned long, unsigned long);

#endif	/* __PROCESS_EVENTS_H */