summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/amd64.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gprof/amd64.c')
-rw-r--r--usr.bin/gprof/amd64.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/gprof/amd64.c b/usr.bin/gprof/amd64.c
new file mode 100644
index 0000000..6a47408
--- /dev/null
+++ b/usr.bin/gprof/amd64.c
@@ -0,0 +1,11 @@
+#include "gprof.h"
+
+/*
+ * gprof -c isn't currently supported...
+ */
+findcall( parentp , p_lowpc , p_highpc )
+ nltype *parentp;
+ unsigned long p_lowpc;
+ unsigned long p_highpc;
+{
+}
OpenPOWER on IntegriCloud