diff --git a/[refs] b/[refs] index 0099a84b53bc..9c7592423338 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dcba8848d3bc83ec9ee0858b9ae6e4f1c1fa7fa3 +refs/heads/master: bfde82ef51e3ea6ab8634d0fdbf5adcdd1b429cb diff --git a/trunk/tools/perf/Makefile b/trunk/tools/perf/Makefile index 542b29e2e382..0a2542844a62 100644 --- a/trunk/tools/perf/Makefile +++ b/trunk/tools/perf/Makefile @@ -416,6 +416,13 @@ LIB_OBJS += util/hist.o LIB_OBJS += util/data_map.o BUILTIN_OBJS += builtin-annotate.o + +BUILTIN_OBJS += builtin-bench.o + +# Benchmark modules +BUILTIN_OBJS += bench/sched-messaging.o +BUILTIN_OBJS += bench/sched-pipe.o + BUILTIN_OBJS += builtin-help.o BUILTIN_OBJS += builtin-sched.o BUILTIN_OBJS += builtin-list.o