mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
simpleperf is a minimal Linux perf implementation for extracting sampling information out of perf.data.
10 lines
235 B
C++
10 lines
235 B
C++
--- simpleperf/utils.cpp.orig 2015-08-12 01:49:40 UTC
|
|
+++ simpleperf/utils.cpp
|
|
@@ -20,6 +20,7 @@
|
|
#include <errno.h>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
+#include <string.h> // strcmp
|
|
#include <sys/stat.h>
|
|
#include <unistd.h>
|
|
|