perf probe: Add sdt probes arguments into the uprobe cmd string
[linux-2.6-microblaze.git] / tools / perf / util / perf_regs.h
index 679d6e4..7544a15 100644 (file)
@@ -15,6 +15,12 @@ struct sample_reg {
 
 extern const struct sample_reg sample_reg_masks[];
 
+/*
+ * The table sdt_reg_renamings is used for adjusting gcc/gas-generated
+ * registers before filling the uprobe tracer interface.
+ */
+int sdt_rename_register(char **pdesc, char *old_name);
+
 #ifdef HAVE_PERF_REGS_SUPPORT
 #include <perf_regs.h>