mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
simpleperf is a minimal Linux perf implementation for extracting sampling information out of perf.data.
10 lines
230 B
C++
10 lines
230 B
C++
--- simpleperf/event_attr.cpp.orig 2015-08-12 01:49:40 UTC
|
|
+++ simpleperf/event_attr.cpp
|
|
@@ -18,6 +18,7 @@
|
|
|
|
#include <inttypes.h>
|
|
#include <stdio.h>
|
|
+#include <string.h> // memset
|
|
#include <string>
|
|
#include <unordered_map>
|
|
|