File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: dd1cf63515d7703344cf18f8f44e8a1a1dedcd5f
2
+ refs/heads/master: 939a9dd738e2766eea7d3e012350c0484cda5fbb
Original file line number Diff line number Diff line change @@ -35,26 +35,7 @@ ifeq ($(CFG_OSTYPE), Linux)
35
35
CFG_LDENV := LD_LIBRARY_PATH
36
36
CFG_DEF_SUFFIX := .linux.def
37
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
38
+ CFG_PERF_TOOL := $(CFG_PERF) stat -i -r 3
58
39
else
59
40
ifdef CFG_VALGRIND
60
41
CFG_PERF_TOOL :=\
You can’t perform that action at this time.
0 commit comments