.. | .. |
---|
725 | 725 | void tracing_reset_online_cpus(struct array_buffer *buf); |
---|
726 | 726 | void tracing_reset_current(int cpu); |
---|
727 | 727 | void tracing_reset_all_online_cpus(void); |
---|
| 728 | +void tracing_reset_all_online_cpus_unlocked(void); |
---|
728 | 729 | int tracing_open_generic(struct inode *inode, struct file *filp); |
---|
729 | 730 | int tracing_open_generic_tr(struct inode *inode, struct file *filp); |
---|
| 731 | +int tracing_open_file_tr(struct inode *inode, struct file *filp); |
---|
| 732 | +int tracing_release_file_tr(struct inode *inode, struct file *filp); |
---|
730 | 733 | bool tracing_is_disabled(void); |
---|
731 | 734 | bool tracer_tracing_is_on(struct trace_array *tr); |
---|
732 | 735 | void tracer_tracing_on(struct trace_array *tr); |
---|
.. | .. |
---|
1673 | 1676 | extern void trace_event_enable_tgid_record(bool enable); |
---|
1674 | 1677 | |
---|
1675 | 1678 | extern int event_trace_init(void); |
---|
| 1679 | +extern int init_events(void); |
---|
1676 | 1680 | extern int event_trace_add_tracer(struct dentry *parent, struct trace_array *tr); |
---|
1677 | 1681 | extern int event_trace_del_tracer(struct trace_array *tr); |
---|
1678 | 1682 | extern void __trace_early_add_events(struct trace_array *tr); |
---|