mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
simpleperf is a minimal Linux perf implementation for extracting sampling information out of perf.data.
10 lines
224 B
C++
10 lines
224 B
C++
--- simpleperf/dso.cpp.orig 2015-08-12 01:49:40 UTC
|
|
+++ simpleperf/dso.cpp
|
|
@@ -16,6 +16,7 @@
|
|
|
|
#include "dso.h"
|
|
|
|
+#include <limits.h> // ULLONG_MAX
|
|
#include <stdlib.h>
|
|
#include <base/logging.h>
|
|
#include "environment.h"
|