Skip to content

Commit f36330e

Browse files
committed
---
yaml --- r: 5361 b: refs/heads/master c: 939a9dd h: refs/heads/master i: 5359: 728ffa4 v: v3
1 parent 488edd3 commit f36330e

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: dd1cf63515d7703344cf18f8f44e8a1a1dedcd5f
2+
refs/heads/master: 939a9dd738e2766eea7d3e012350c0484cda5fbb

trunk/mk/platform.mk

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,7 @@ ifeq ($(CFG_OSTYPE), Linux)
3535
CFG_LDENV := LD_LIBRARY_PATH
3636
CFG_DEF_SUFFIX := .linux.def
3737
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
5839
else
5940
ifdef CFG_VALGRIND
6041
CFG_PERF_TOOL :=\

0 commit comments

Comments
 (0)