We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1cf63 commit 939a9ddCopy full SHA for 939a9dd
mk/platform.mk
@@ -35,26 +35,7 @@ ifeq ($(CFG_OSTYPE), Linux)
35
CFG_LDENV := LD_LIBRARY_PATH
36
CFG_DEF_SUFFIX := .linux.def
37
ifdef CFG_PERF
38
- CFG_PERF_TOOL :=\
39
- $(CFG_PERF) \
40
- stat \
41
- -e cycles \
42
- -e instructions \
43
- -e cache-references \
44
- -e cache-misses \
45
- -e branches \
46
- -e branch-misses \
47
- -e bus-cycles \
48
- -e task-clock \
49
- -e page-faults \
50
- -e context-switches \
51
- -e cpu-migrations \
52
- -e kmem:mm_page_alloc \
53
- -e syscalls:sys_enter \
54
- -e sched:sched_switch \
55
- -e fs:do_sys_open \
56
- -i \
57
- -r 3
+ CFG_PERF_TOOL := $(CFG_PERF) stat -i -r 3
58
else
59
ifdef CFG_VALGRIND
60
CFG_PERF_TOOL :=\
0 commit comments