perf diff: Report noisy for cycles diff
[linux-2.6-microblaze.git] / tools / perf / util / spark.h
diff --git a/tools/perf/util/spark.h b/tools/perf/util/spark.h
new file mode 100644 (file)
index 0000000..25402d7
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef SPARK_H
+#define SPARK_H 1
+
+#define NUM_SPARKS 8
+
+int print_spark(char *bf, int size, unsigned long *val, int numval);
+
+#endif