File tree Expand file tree Collapse file tree 9 files changed +16
-1
lines changed Expand file tree Collapse file tree 9 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 26
26
#include <sys/timerfd.h>
27
27
#endif
28
28
#include <sys/time.h>
29
+ #include <sys/types.h>
30
+ #include <sys/stat.h>
31
+ #include <fcntl.h>
29
32
30
33
#include <linux/kernel.h>
31
34
#include <linux/time64.h>
Original file line number Diff line number Diff line change 42
42
#include <sys/param.h>
43
43
#include <sys/types.h>
44
44
#include <sys/stat.h>
45
+ #include <fcntl.h>
45
46
#include <unistd.h>
46
47
47
48
#include "sane_ctype.h"
Original file line number Diff line number Diff line change 56
56
#include <linux/random.h>
57
57
#include <linux/stringify.h>
58
58
#include <linux/time64.h>
59
+ #include <fcntl.h>
59
60
60
61
#include "sane_ctype.h"
61
62
Original file line number Diff line number Diff line change 3
3
#include <sys/epoll.h>
4
4
#include <sys/types.h>
5
5
#include <sys/stat.h>
6
+ #include <fcntl.h>
6
7
#include <util/util.h>
7
8
#include <util/bpf-loader.h>
8
9
#include <util/evlist.h>
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: GPL-2.0
2
2
#include <linux/err.h>
3
+ #include <sys/types.h>
4
+ #include <sys/stat.h>
5
+ #include <fcntl.h>
3
6
#include "perf.h"
4
7
#include "evlist.h"
5
8
#include "evsel.h"
Original file line number Diff line number Diff line change 6
6
#include "cgroup.h"
7
7
#include "evlist.h"
8
8
#include <linux/stringify.h>
9
+ #include <sys/types.h>
10
+ #include <sys/stat.h>
11
+ #include <fcntl.h>
9
12
10
13
int nr_cgroups ;
11
14
Original file line number Diff line number Diff line change 25
25
#include "parse-events.h"
26
26
#include <subcmd/parse-options.h>
27
27
28
+ #include <fcntl.h>
28
29
#include <sys/ioctl.h>
29
30
#include <sys/mman.h>
30
31
Original file line number Diff line number Diff line change 7
7
#include <linux/refcount.h>
8
8
#include <linux/list.h>
9
9
#include <api/fd/array.h>
10
- #include <fcntl.h>
11
10
#include <stdio.h>
12
11
#include "../perf.h"
13
12
#include "event.h"
Original file line number Diff line number Diff line change 4
4
#include <dirent.h>
5
5
#include <errno.h>
6
6
#include <sys/ioctl.h>
7
+ #include <sys/types.h>
8
+ #include <sys/stat.h>
9
+ #include <fcntl.h>
7
10
#include <sys/param.h>
8
11
#include "term.h"
9
12
#include "../perf.h"
You can’t perform that action at this time.
0 commit comments