perf_counter: Detect debugfs location
[deliverable/linux.git] / tools / perf / util / parse-events.h
index e3d552908e60015517316d2d91cba6324c8fbc2f..1ea5d09b6eb14221db27cebdc9091f03c29bf53b 100644 (file)
@@ -3,6 +3,8 @@
  * Parse symbolic events/counts passed in as options:
  */
 
+struct option;
+
 extern int                     nr_counters;
 
 extern struct perf_counter_attr attrs[MAX_COUNTERS];
@@ -15,3 +17,6 @@ extern int parse_events(const struct option *opt, const char *str, int unset);
 
 extern void print_events(void);
 
+extern char debugfs_path[];
+extern int valid_debugfs_mount(const char *debugfs);
+
This page took 0.026347 seconds and 5 git commands to generate.