blinktree: Put performance counter back as it is need for linking.

This commit is contained in:
Michael Müller
2022-07-20 18:28:26 +02:00
parent 0b42ee3da2
commit 1e7cd10657
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
#pragma once
#include <algorithm>
//#include <asm/unistd.h>
#include <asm/unistd.h>
#include <cstring>
//#include <linux/perf_event.h> // TODO: Find Genode equivalent
#include <linux/perf_event.h> // TODO: Find Genode equivalent
#include <string>
#include <sys/ioctl.h>
#include <unistd.h>

View File

@@ -5,7 +5,7 @@ TARGET = blinktree
SRC_MXBENCH = benchmark/workload_set.cpp
SRC_MXBENCH += benchmark/workload.cpp
SRC_MXBENCH += benchmark/cores.cpp
#SRC_MXBENCH += benchmark/perf.cpp
SRC_MXBENCH += benchmark/perf.cpp
SRC_MXBENCH += benchmark/string_util.cpp
# source files for blinktree benchmark
SRC_BTREE += blinktree_benchmark/main.cpp