|
@@ -39,10 +39,10 @@
|
|
#define KPROBE_EVENT_SYSTEM "kprobes"
|
|
#define KPROBE_EVENT_SYSTEM "kprobes"
|
|
|
|
|
|
/* Reserved field names */
|
|
/* Reserved field names */
|
|
-#define FIELD_STRING_IP "ip"
|
|
|
|
-#define FIELD_STRING_NARGS "nargs"
|
|
|
|
-#define FIELD_STRING_RETIP "ret_ip"
|
|
|
|
-#define FIELD_STRING_FUNC "func"
|
|
|
|
|
|
+#define FIELD_STRING_IP "__probe_ip"
|
|
|
|
+#define FIELD_STRING_NARGS "__probe_nargs"
|
|
|
|
+#define FIELD_STRING_RETIP "__probe_ret_ip"
|
|
|
|
+#define FIELD_STRING_FUNC "__probe_func"
|
|
|
|
|
|
const char *reserved_field_names[] = {
|
|
const char *reserved_field_names[] = {
|
|
"common_type",
|
|
"common_type",
|