summaryrefslogtreecommitdiff
path: root/linux/perf.c
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2018-10-27 23:02:43 +0200
committerRobert Swiecki <robert@swiecki.net>2018-10-27 23:02:43 +0200
commit833b0f5144c03c402bdac93e9974544be1f90530 (patch)
treeb97c65443feeb288af290d3654d4820a130622dc /linux/perf.c
parente06ec1f5b4ed1ab368d6d6ba6dfa779dbec1a97b (diff)
downloadhonggfuzz-833b0f5144c03c402bdac93e9974544be1f90530.tar.gz
linux/pt: init pt_cpu struct
Diffstat (limited to 'linux/perf.c')
-rw-r--r--linux/perf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/perf.c b/linux/perf.c
index e47c1738..baeec243 100644
--- a/linux/perf.c
+++ b/linux/perf.c
@@ -392,5 +392,8 @@ bool arch_perfInit(honggfuzz_t* hfuzz HF_ATTR_UNUSED) {
LOG_D("perfIntelBtsPerfType = %" PRIu32, perfIntelBtsPerfType);
}
}
+
+ perf_ptInit();
+
return true;
}