|
@@ -599,7 +599,7 @@ enum trace_flag_type {
|
|
};
|
|
};
|
|
|
|
|
|
int pevent_register_comm(struct pevent *pevent, const char *comm, int pid);
|
|
int pevent_register_comm(struct pevent *pevent, const char *comm, int pid);
|
|
-void pevent_register_trace_clock(struct pevent *pevent, char *trace_clock);
|
|
|
|
|
|
+int pevent_register_trace_clock(struct pevent *pevent, const char *trace_clock);
|
|
int pevent_register_function(struct pevent *pevent, char *name,
|
|
int pevent_register_function(struct pevent *pevent, char *name,
|
|
unsigned long long addr, char *mod);
|
|
unsigned long long addr, char *mod);
|
|
int pevent_register_print_string(struct pevent *pevent, const char *fmt,
|
|
int pevent_register_print_string(struct pevent *pevent, const char *fmt,
|