perf tools: Add clockid_name function
[linux-2.6-microblaze.git] / tools / perf / util / clockid.h
index 8e567b3..9b49b47 100644 (file)
@@ -6,4 +6,6 @@
 struct option;
 int parse_clockid(const struct option *opt, const char *str, int unset);
 
+const char *clockid_name(clockid_t clk_id);
+
 #endif