a6784ca9cd74b9817668543af700bb09e561e14d
[kvmfornfv.git] / kernel / kernel / trace / trace.h
1
2 #ifndef _LINUX_KERNEL_TRACE_H
3 #define _LINUX_KERNEL_TRACE_H
4
5 #include <linux/fs.h>
6 #include <linux/atomic.h>
7 #include <linux/sched.h>
8 #include <linux/clocksource.h>
9 #include <linux/ring_buffer.h>
10 #include <linux/mmiotrace.h>
11 #include <linux/tracepoint.h>
12 #include <linux/ftrace.h>
13 #include <linux/hw_breakpoint.h>
14 #include <linux/trace_seq.h>
15 #include <linux/ftrace_event.h>
16 #include <linux/compiler.h>
17 #include <linux/trace_seq.h>
18
19 #ifdef CONFIG_FTRACE_SYSCALLS
20 #include <asm/unistd.h>         /* For NR_SYSCALLS           */
21 #include <asm/syscall.h>        /* some archs define it here */
22 #endif
23
24 enum trace_type {
25         __TRACE_FIRST_TYPE = 0,
26
27         TRACE_FN,
28         TRACE_CTX,
29         TRACE_WAKE,
30         TRACE_STACK,
31         TRACE_PRINT,
32         TRACE_BPRINT,
33         TRACE_MMIO_RW,
34         TRACE_MMIO_MAP,
35         TRACE_BRANCH,
36         TRACE_GRAPH_RET,
37         TRACE_GRAPH_ENT,
38         TRACE_USER_STACK,
39         TRACE_BLK,
40         TRACE_BPUTS,
41
42         __TRACE_LAST_TYPE,
43 };
44
45
46 #undef __field
47 #define __field(type, item)             type    item;
48
49 #undef __field_struct
50 #define __field_struct(type, item)      __field(type, item)
51
52 #undef __field_desc
53 #define __field_desc(type, container, item)
54
55 #undef __array
56 #define __array(type, item, size)       type    item[size];
57
58 #undef __array_desc
59 #define __array_desc(type, container, item, size)
60
61 #undef __dynamic_array
62 #define __dynamic_array(type, item)     type    item[];
63
64 #undef F_STRUCT
65 #define F_STRUCT(args...)               args
66
67 #undef FTRACE_ENTRY
68 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print, filter)     \
69         struct struct_name {                                            \
70                 struct trace_entry      ent;                            \
71                 tstruct                                                 \
72         }
73
74 #undef TP_ARGS
75 #define TP_ARGS(args...)        args
76
77 #undef FTRACE_ENTRY_DUP
78 #define FTRACE_ENTRY_DUP(name, name_struct, id, tstruct, printk, filter)
79
80 #undef FTRACE_ENTRY_REG
81 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, \
82                          filter, regfn) \
83         FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print), \
84                      filter)
85
86 #include "trace_entries.h"
87
88 /*
89  * syscalls are special, and need special handling, this is why
90  * they are not included in trace_entries.h
91  */
92 struct syscall_trace_enter {
93         struct trace_entry      ent;
94         int                     nr;
95         unsigned long           args[];
96 };
97
98 struct syscall_trace_exit {
99         struct trace_entry      ent;
100         int                     nr;
101         long                    ret;
102 };
103
104 struct kprobe_trace_entry_head {
105         struct trace_entry      ent;
106         unsigned long           ip;
107 };
108
109 struct kretprobe_trace_entry_head {
110         struct trace_entry      ent;
111         unsigned long           func;
112         unsigned long           ret_ip;
113 };
114
115 /*
116  * trace_flag_type is an enumeration that holds different
117  * states when a trace occurs. These are:
118  *  IRQS_OFF            - interrupts were disabled
119  *  IRQS_NOSUPPORT      - arch does not support irqs_disabled_flags
120  *  NEED_RESCHED        - reschedule is requested
121  *  HARDIRQ             - inside an interrupt handler
122  *  SOFTIRQ             - inside a softirq handler
123  *  NEED_RESCHED_LAZY   - lazy reschedule is requested
124  */
125 enum trace_flag_type {
126         TRACE_FLAG_IRQS_OFF             = 0x01,
127         TRACE_FLAG_IRQS_NOSUPPORT       = 0x02,
128         TRACE_FLAG_NEED_RESCHED         = 0x04,
129         TRACE_FLAG_HARDIRQ              = 0x08,
130         TRACE_FLAG_SOFTIRQ              = 0x10,
131         TRACE_FLAG_PREEMPT_RESCHED      = 0x20,
132         TRACE_FLAG_NEED_RESCHED_LAZY    = 0x40,
133 };
134
135 #define TRACE_BUF_SIZE          1024
136
137 struct trace_array;
138
139 /*
140  * The CPU trace array - it consists of thousands of trace entries
141  * plus some other descriptor data: (for example which task started
142  * the trace, etc.)
143  */
144 struct trace_array_cpu {
145         atomic_t                disabled;
146         void                    *buffer_page;   /* ring buffer spare */
147
148         unsigned long           entries;
149         unsigned long           saved_latency;
150         unsigned long           critical_start;
151         unsigned long           critical_end;
152         unsigned long           critical_sequence;
153         unsigned long           nice;
154         unsigned long           policy;
155         unsigned long           rt_priority;
156         unsigned long           skipped_entries;
157         cycle_t                 preempt_timestamp;
158         pid_t                   pid;
159         kuid_t                  uid;
160         char                    comm[TASK_COMM_LEN];
161 };
162
163 struct tracer;
164
165 struct trace_buffer {
166         struct trace_array              *tr;
167         struct ring_buffer              *buffer;
168         struct trace_array_cpu __percpu *data;
169         cycle_t                         time_start;
170         int                             cpu;
171 };
172
173 /*
174  * The trace array - an array of per-CPU trace arrays. This is the
175  * highest level data structure that individual tracers deal with.
176  * They have on/off state as well:
177  */
178 struct trace_array {
179         struct list_head        list;
180         char                    *name;
181         struct trace_buffer     trace_buffer;
182 #ifdef CONFIG_TRACER_MAX_TRACE
183         /*
184          * The max_buffer is used to snapshot the trace when a maximum
185          * latency is reached, or when the user initiates a snapshot.
186          * Some tracers will use this to store a maximum trace while
187          * it continues examining live traces.
188          *
189          * The buffers for the max_buffer are set up the same as the trace_buffer
190          * When a snapshot is taken, the buffer of the max_buffer is swapped
191          * with the buffer of the trace_buffer and the buffers are reset for
192          * the trace_buffer so the tracing can continue.
193          */
194         struct trace_buffer     max_buffer;
195         bool                    allocated_snapshot;
196         unsigned long           max_latency;
197 #endif
198         /*
199          * max_lock is used to protect the swapping of buffers
200          * when taking a max snapshot. The buffers themselves are
201          * protected by per_cpu spinlocks. But the action of the swap
202          * needs its own lock.
203          *
204          * This is defined as a arch_spinlock_t in order to help
205          * with performance when lockdep debugging is enabled.
206          *
207          * It is also used in other places outside the update_max_tr
208          * so it needs to be defined outside of the
209          * CONFIG_TRACER_MAX_TRACE.
210          */
211         arch_spinlock_t         max_lock;
212         int                     buffer_disabled;
213 #ifdef CONFIG_FTRACE_SYSCALLS
214         int                     sys_refcount_enter;
215         int                     sys_refcount_exit;
216         struct ftrace_event_file __rcu *enter_syscall_files[NR_syscalls];
217         struct ftrace_event_file __rcu *exit_syscall_files[NR_syscalls];
218 #endif
219         int                     stop_count;
220         int                     clock_id;
221         struct tracer           *current_trace;
222         unsigned int            flags;
223         raw_spinlock_t          start_lock;
224         struct dentry           *dir;
225         struct dentry           *options;
226         struct dentry           *percpu_dir;
227         struct dentry           *event_dir;
228         struct list_head        systems;
229         struct list_head        events;
230         cpumask_var_t           tracing_cpumask; /* only trace on set CPUs */
231         int                     ref;
232 #ifdef CONFIG_FUNCTION_TRACER
233         struct ftrace_ops       *ops;
234         /* function tracing enabled */
235         int                     function_enabled;
236 #endif
237 };
238
239 enum {
240         TRACE_ARRAY_FL_GLOBAL   = (1 << 0)
241 };
242
243 extern struct list_head ftrace_trace_arrays;
244
245 extern struct mutex trace_types_lock;
246
247 extern int trace_array_get(struct trace_array *tr);
248 extern void trace_array_put(struct trace_array *tr);
249
250 /*
251  * The global tracer (top) should be the first trace array added,
252  * but we check the flag anyway.
253  */
254 static inline struct trace_array *top_trace_array(void)
255 {
256         struct trace_array *tr;
257
258         if (list_empty(&ftrace_trace_arrays))
259                 return NULL;
260
261         tr = list_entry(ftrace_trace_arrays.prev,
262                         typeof(*tr), list);
263         WARN_ON(!(tr->flags & TRACE_ARRAY_FL_GLOBAL));
264         return tr;
265 }
266
267 #define FTRACE_CMP_TYPE(var, type) \
268         __builtin_types_compatible_p(typeof(var), type *)
269
270 #undef IF_ASSIGN
271 #define IF_ASSIGN(var, entry, etype, id)                \
272         if (FTRACE_CMP_TYPE(var, etype)) {              \
273                 var = (typeof(var))(entry);             \
274                 WARN_ON(id && (entry)->type != id);     \
275                 break;                                  \
276         }
277
278 /* Will cause compile errors if type is not found. */
279 extern void __ftrace_bad_type(void);
280
281 /*
282  * The trace_assign_type is a verifier that the entry type is
283  * the same as the type being assigned. To add new types simply
284  * add a line with the following format:
285  *
286  * IF_ASSIGN(var, ent, type, id);
287  *
288  *  Where "type" is the trace type that includes the trace_entry
289  *  as the "ent" item. And "id" is the trace identifier that is
290  *  used in the trace_type enum.
291  *
292  *  If the type can have more than one id, then use zero.
293  */
294 #define trace_assign_type(var, ent)                                     \
295         do {                                                            \
296                 IF_ASSIGN(var, ent, struct ftrace_entry, TRACE_FN);     \
297                 IF_ASSIGN(var, ent, struct ctx_switch_entry, 0);        \
298                 IF_ASSIGN(var, ent, struct stack_entry, TRACE_STACK);   \
299                 IF_ASSIGN(var, ent, struct userstack_entry, TRACE_USER_STACK);\
300                 IF_ASSIGN(var, ent, struct print_entry, TRACE_PRINT);   \
301                 IF_ASSIGN(var, ent, struct bprint_entry, TRACE_BPRINT); \
302                 IF_ASSIGN(var, ent, struct bputs_entry, TRACE_BPUTS);   \
303                 IF_ASSIGN(var, ent, struct trace_mmiotrace_rw,          \
304                           TRACE_MMIO_RW);                               \
305                 IF_ASSIGN(var, ent, struct trace_mmiotrace_map,         \
306                           TRACE_MMIO_MAP);                              \
307                 IF_ASSIGN(var, ent, struct trace_branch, TRACE_BRANCH); \
308                 IF_ASSIGN(var, ent, struct ftrace_graph_ent_entry,      \
309                           TRACE_GRAPH_ENT);             \
310                 IF_ASSIGN(var, ent, struct ftrace_graph_ret_entry,      \
311                           TRACE_GRAPH_RET);             \
312                 __ftrace_bad_type();                                    \
313         } while (0)
314
315 /*
316  * An option specific to a tracer. This is a boolean value.
317  * The bit is the bit index that sets its value on the
318  * flags value in struct tracer_flags.
319  */
320 struct tracer_opt {
321         const char      *name; /* Will appear on the trace_options file */
322         u32             bit; /* Mask assigned in val field in tracer_flags */
323 };
324
325 /*
326  * The set of specific options for a tracer. Your tracer
327  * have to set the initial value of the flags val.
328  */
329 struct tracer_flags {
330         u32                     val;
331         struct tracer_opt       *opts;
332 };
333
334 /* Makes more easy to define a tracer opt */
335 #define TRACER_OPT(s, b)        .name = #s, .bit = b
336
337
338 /**
339  * struct tracer - a specific tracer and its callbacks to interact with tracefs
340  * @name: the name chosen to select it on the available_tracers file
341  * @init: called when one switches to this tracer (echo name > current_tracer)
342  * @reset: called when one switches to another tracer
343  * @start: called when tracing is unpaused (echo 1 > tracing_enabled)
344  * @stop: called when tracing is paused (echo 0 > tracing_enabled)
345  * @update_thresh: called when tracing_thresh is updated
346  * @open: called when the trace file is opened
347  * @pipe_open: called when the trace_pipe file is opened
348  * @close: called when the trace file is released
349  * @pipe_close: called when the trace_pipe file is released
350  * @read: override the default read callback on trace_pipe
351  * @splice_read: override the default splice_read callback on trace_pipe
352  * @selftest: selftest to run on boot (see trace_selftest.c)
353  * @print_headers: override the first lines that describe your columns
354  * @print_line: callback that prints a trace
355  * @set_flag: signals one of your private flags changed (trace_options file)
356  * @flags: your private flags
357  */
358 struct tracer {
359         const char              *name;
360         int                     (*init)(struct trace_array *tr);
361         void                    (*reset)(struct trace_array *tr);
362         void                    (*start)(struct trace_array *tr);
363         void                    (*stop)(struct trace_array *tr);
364         int                     (*update_thresh)(struct trace_array *tr);
365         void                    (*open)(struct trace_iterator *iter);
366         void                    (*pipe_open)(struct trace_iterator *iter);
367         void                    (*close)(struct trace_iterator *iter);
368         void                    (*pipe_close)(struct trace_iterator *iter);
369         ssize_t                 (*read)(struct trace_iterator *iter,
370                                         struct file *filp, char __user *ubuf,
371                                         size_t cnt, loff_t *ppos);
372         ssize_t                 (*splice_read)(struct trace_iterator *iter,
373                                                struct file *filp,
374                                                loff_t *ppos,
375                                                struct pipe_inode_info *pipe,
376                                                size_t len,
377                                                unsigned int flags);
378 #ifdef CONFIG_FTRACE_STARTUP_TEST
379         int                     (*selftest)(struct tracer *trace,
380                                             struct trace_array *tr);
381 #endif
382         void                    (*print_header)(struct seq_file *m);
383         enum print_line_t       (*print_line)(struct trace_iterator *iter);
384         /* If you handled the flag setting, return 0 */
385         int                     (*set_flag)(struct trace_array *tr,
386                                             u32 old_flags, u32 bit, int set);
387         /* Return 0 if OK with change, else return non-zero */
388         int                     (*flag_changed)(struct trace_array *tr,
389                                                 u32 mask, int set);
390         struct tracer           *next;
391         struct tracer_flags     *flags;
392         int                     enabled;
393         int                     ref;
394         bool                    print_max;
395         bool                    allow_instances;
396 #ifdef CONFIG_TRACER_MAX_TRACE
397         bool                    use_max_tr;
398 #endif
399 };
400
401
402 /* Only current can touch trace_recursion */
403
404 /*
405  * For function tracing recursion:
406  *  The order of these bits are important.
407  *
408  *  When function tracing occurs, the following steps are made:
409  *   If arch does not support a ftrace feature:
410  *    call internal function (uses INTERNAL bits) which calls...
411  *   If callback is registered to the "global" list, the list
412  *    function is called and recursion checks the GLOBAL bits.
413  *    then this function calls...
414  *   The function callback, which can use the FTRACE bits to
415  *    check for recursion.
416  *
417  * Now if the arch does not suppport a feature, and it calls
418  * the global list function which calls the ftrace callback
419  * all three of these steps will do a recursion protection.
420  * There's no reason to do one if the previous caller already
421  * did. The recursion that we are protecting against will
422  * go through the same steps again.
423  *
424  * To prevent the multiple recursion checks, if a recursion
425  * bit is set that is higher than the MAX bit of the current
426  * check, then we know that the check was made by the previous
427  * caller, and we can skip the current check.
428  */
429 enum {
430         TRACE_BUFFER_BIT,
431         TRACE_BUFFER_NMI_BIT,
432         TRACE_BUFFER_IRQ_BIT,
433         TRACE_BUFFER_SIRQ_BIT,
434
435         /* Start of function recursion bits */
436         TRACE_FTRACE_BIT,
437         TRACE_FTRACE_NMI_BIT,
438         TRACE_FTRACE_IRQ_BIT,
439         TRACE_FTRACE_SIRQ_BIT,
440
441         /* INTERNAL_BITs must be greater than FTRACE_BITs */
442         TRACE_INTERNAL_BIT,
443         TRACE_INTERNAL_NMI_BIT,
444         TRACE_INTERNAL_IRQ_BIT,
445         TRACE_INTERNAL_SIRQ_BIT,
446
447         TRACE_CONTROL_BIT,
448
449 /*
450  * Abuse of the trace_recursion.
451  * As we need a way to maintain state if we are tracing the function
452  * graph in irq because we want to trace a particular function that
453  * was called in irq context but we have irq tracing off. Since this
454  * can only be modified by current, we can reuse trace_recursion.
455  */
456         TRACE_IRQ_BIT,
457 };
458
459 #define trace_recursion_set(bit)        do { (current)->trace_recursion |= (1<<(bit)); } while (0)
460 #define trace_recursion_clear(bit)      do { (current)->trace_recursion &= ~(1<<(bit)); } while (0)
461 #define trace_recursion_test(bit)       ((current)->trace_recursion & (1<<(bit)))
462
463 #define TRACE_CONTEXT_BITS      4
464
465 #define TRACE_FTRACE_START      TRACE_FTRACE_BIT
466 #define TRACE_FTRACE_MAX        ((1 << (TRACE_FTRACE_START + TRACE_CONTEXT_BITS)) - 1)
467
468 #define TRACE_LIST_START        TRACE_INTERNAL_BIT
469 #define TRACE_LIST_MAX          ((1 << (TRACE_LIST_START + TRACE_CONTEXT_BITS)) - 1)
470
471 #define TRACE_CONTEXT_MASK      TRACE_LIST_MAX
472
473 static __always_inline int trace_get_context_bit(void)
474 {
475         int bit;
476
477         if (in_interrupt()) {
478                 if (in_nmi())
479                         bit = 0;
480
481                 else if (in_irq())
482                         bit = 1;
483                 else
484                         bit = 2;
485         } else
486                 bit = 3;
487
488         return bit;
489 }
490
491 static __always_inline int trace_test_and_set_recursion(int start, int max)
492 {
493         unsigned int val = current->trace_recursion;
494         int bit;
495
496         /* A previous recursion check was made */
497         if ((val & TRACE_CONTEXT_MASK) > max)
498                 return 0;
499
500         bit = trace_get_context_bit() + start;
501         if (unlikely(val & (1 << bit)))
502                 return -1;
503
504         val |= 1 << bit;
505         current->trace_recursion = val;
506         barrier();
507
508         return bit;
509 }
510
511 static __always_inline void trace_clear_recursion(int bit)
512 {
513         unsigned int val = current->trace_recursion;
514
515         if (!bit)
516                 return;
517
518         bit = 1 << bit;
519         val &= ~bit;
520
521         barrier();
522         current->trace_recursion = val;
523 }
524
525 static inline struct ring_buffer_iter *
526 trace_buffer_iter(struct trace_iterator *iter, int cpu)
527 {
528         if (iter->buffer_iter && iter->buffer_iter[cpu])
529                 return iter->buffer_iter[cpu];
530         return NULL;
531 }
532
533 int tracer_init(struct tracer *t, struct trace_array *tr);
534 int tracing_is_enabled(void);
535 void tracing_reset(struct trace_buffer *buf, int cpu);
536 void tracing_reset_online_cpus(struct trace_buffer *buf);
537 void tracing_reset_current(int cpu);
538 void tracing_reset_all_online_cpus(void);
539 int tracing_open_generic(struct inode *inode, struct file *filp);
540 bool tracing_is_disabled(void);
541 struct dentry *trace_create_file(const char *name,
542                                  umode_t mode,
543                                  struct dentry *parent,
544                                  void *data,
545                                  const struct file_operations *fops);
546
547 struct dentry *tracing_init_dentry(void);
548
549 struct ring_buffer_event;
550
551 struct ring_buffer_event *
552 trace_buffer_lock_reserve(struct ring_buffer *buffer,
553                           int type,
554                           unsigned long len,
555                           unsigned long flags,
556                           int pc);
557
558 struct trace_entry *tracing_get_trace_entry(struct trace_array *tr,
559                                                 struct trace_array_cpu *data);
560
561 struct trace_entry *trace_find_next_entry(struct trace_iterator *iter,
562                                           int *ent_cpu, u64 *ent_ts);
563
564 void __buffer_unlock_commit(struct ring_buffer *buffer,
565                             struct ring_buffer_event *event);
566
567 int trace_empty(struct trace_iterator *iter);
568
569 void *trace_find_next_entry_inc(struct trace_iterator *iter);
570
571 void trace_init_global_iter(struct trace_iterator *iter);
572
573 void tracing_iter_reset(struct trace_iterator *iter, int cpu);
574
575 void trace_function(struct trace_array *tr,
576                     unsigned long ip,
577                     unsigned long parent_ip,
578                     unsigned long flags, int pc);
579 void trace_graph_function(struct trace_array *tr,
580                     unsigned long ip,
581                     unsigned long parent_ip,
582                     unsigned long flags, int pc);
583 void trace_latency_header(struct seq_file *m);
584 void trace_default_header(struct seq_file *m);
585 void print_trace_header(struct seq_file *m, struct trace_iterator *iter);
586 int trace_empty(struct trace_iterator *iter);
587
588 void trace_graph_return(struct ftrace_graph_ret *trace);
589 int trace_graph_entry(struct ftrace_graph_ent *trace);
590 void set_graph_array(struct trace_array *tr);
591
592 void tracing_start_cmdline_record(void);
593 void tracing_stop_cmdline_record(void);
594 int register_tracer(struct tracer *type);
595 int is_tracing_stopped(void);
596
597 loff_t tracing_lseek(struct file *file, loff_t offset, int whence);
598
599 extern cpumask_var_t __read_mostly tracing_buffer_mask;
600
601 #define for_each_tracing_cpu(cpu)       \
602         for_each_cpu(cpu, tracing_buffer_mask)
603
604 extern unsigned long nsecs_to_usecs(unsigned long nsecs);
605
606 extern unsigned long tracing_thresh;
607
608 #ifdef CONFIG_TRACER_MAX_TRACE
609 void update_max_tr(struct trace_array *tr, struct task_struct *tsk, int cpu);
610 void update_max_tr_single(struct trace_array *tr,
611                           struct task_struct *tsk, int cpu);
612 #endif /* CONFIG_TRACER_MAX_TRACE */
613
614 #ifdef CONFIG_STACKTRACE
615 void ftrace_trace_stack(struct ring_buffer *buffer, unsigned long flags,
616                         int skip, int pc);
617
618 void ftrace_trace_stack_regs(struct ring_buffer *buffer, unsigned long flags,
619                              int skip, int pc, struct pt_regs *regs);
620
621 void ftrace_trace_userstack(struct ring_buffer *buffer, unsigned long flags,
622                             int pc);
623
624 void __trace_stack(struct trace_array *tr, unsigned long flags, int skip,
625                    int pc);
626 #else
627 static inline void ftrace_trace_stack(struct ring_buffer *buffer,
628                                       unsigned long flags, int skip, int pc)
629 {
630 }
631
632 static inline void ftrace_trace_stack_regs(struct ring_buffer *buffer,
633                                            unsigned long flags, int skip,
634                                            int pc, struct pt_regs *regs)
635 {
636 }
637
638 static inline void ftrace_trace_userstack(struct ring_buffer *buffer,
639                                           unsigned long flags, int pc)
640 {
641 }
642
643 static inline void __trace_stack(struct trace_array *tr, unsigned long flags,
644                                  int skip, int pc)
645 {
646 }
647 #endif /* CONFIG_STACKTRACE */
648
649 extern cycle_t ftrace_now(int cpu);
650
651 extern void trace_find_cmdline(int pid, char comm[]);
652
653 #ifdef CONFIG_DYNAMIC_FTRACE
654 extern unsigned long ftrace_update_tot_cnt;
655 #endif
656 #define DYN_FTRACE_TEST_NAME trace_selftest_dynamic_test_func
657 extern int DYN_FTRACE_TEST_NAME(void);
658 #define DYN_FTRACE_TEST_NAME2 trace_selftest_dynamic_test_func2
659 extern int DYN_FTRACE_TEST_NAME2(void);
660
661 extern bool ring_buffer_expanded;
662 extern bool tracing_selftest_disabled;
663 DECLARE_PER_CPU(int, ftrace_cpu_disabled);
664
665 #ifdef CONFIG_FTRACE_STARTUP_TEST
666 extern int trace_selftest_startup_function(struct tracer *trace,
667                                            struct trace_array *tr);
668 extern int trace_selftest_startup_function_graph(struct tracer *trace,
669                                                  struct trace_array *tr);
670 extern int trace_selftest_startup_irqsoff(struct tracer *trace,
671                                           struct trace_array *tr);
672 extern int trace_selftest_startup_preemptoff(struct tracer *trace,
673                                              struct trace_array *tr);
674 extern int trace_selftest_startup_preemptirqsoff(struct tracer *trace,
675                                                  struct trace_array *tr);
676 extern int trace_selftest_startup_wakeup(struct tracer *trace,
677                                          struct trace_array *tr);
678 extern int trace_selftest_startup_nop(struct tracer *trace,
679                                          struct trace_array *tr);
680 extern int trace_selftest_startup_sched_switch(struct tracer *trace,
681                                                struct trace_array *tr);
682 extern int trace_selftest_startup_branch(struct tracer *trace,
683                                          struct trace_array *tr);
684 /*
685  * Tracer data references selftest functions that only occur
686  * on boot up. These can be __init functions. Thus, when selftests
687  * are enabled, then the tracers need to reference __init functions.
688  */
689 #define __tracer_data           __refdata
690 #else
691 /* Tracers are seldom changed. Optimize when selftests are disabled. */
692 #define __tracer_data           __read_mostly
693 #endif /* CONFIG_FTRACE_STARTUP_TEST */
694
695 extern void *head_page(struct trace_array_cpu *data);
696 extern unsigned long long ns2usecs(cycle_t nsec);
697 extern int
698 trace_vbprintk(unsigned long ip, const char *fmt, va_list args);
699 extern int
700 trace_vprintk(unsigned long ip, const char *fmt, va_list args);
701 extern int
702 trace_array_vprintk(struct trace_array *tr,
703                     unsigned long ip, const char *fmt, va_list args);
704 int trace_array_printk(struct trace_array *tr,
705                        unsigned long ip, const char *fmt, ...);
706 int trace_array_printk_buf(struct ring_buffer *buffer,
707                            unsigned long ip, const char *fmt, ...);
708 void trace_printk_seq(struct trace_seq *s);
709 enum print_line_t print_trace_line(struct trace_iterator *iter);
710
711 extern unsigned long trace_flags;
712
713 extern char trace_find_mark(unsigned long long duration);
714
715 /* Standard output formatting function used for function return traces */
716 #ifdef CONFIG_FUNCTION_GRAPH_TRACER
717
718 /* Flag options */
719 #define TRACE_GRAPH_PRINT_OVERRUN       0x1
720 #define TRACE_GRAPH_PRINT_CPU           0x2
721 #define TRACE_GRAPH_PRINT_OVERHEAD      0x4
722 #define TRACE_GRAPH_PRINT_PROC          0x8
723 #define TRACE_GRAPH_PRINT_DURATION      0x10
724 #define TRACE_GRAPH_PRINT_ABS_TIME      0x20
725 #define TRACE_GRAPH_PRINT_IRQS          0x40
726 #define TRACE_GRAPH_PRINT_TAIL          0x80
727 #define TRACE_GRAPH_PRINT_FILL_SHIFT    28
728 #define TRACE_GRAPH_PRINT_FILL_MASK     (0x3 << TRACE_GRAPH_PRINT_FILL_SHIFT)
729
730 extern enum print_line_t
731 print_graph_function_flags(struct trace_iterator *iter, u32 flags);
732 extern void print_graph_headers_flags(struct seq_file *s, u32 flags);
733 extern void
734 trace_print_graph_duration(unsigned long long duration, struct trace_seq *s);
735 extern void graph_trace_open(struct trace_iterator *iter);
736 extern void graph_trace_close(struct trace_iterator *iter);
737 extern int __trace_graph_entry(struct trace_array *tr,
738                                struct ftrace_graph_ent *trace,
739                                unsigned long flags, int pc);
740 extern void __trace_graph_return(struct trace_array *tr,
741                                  struct ftrace_graph_ret *trace,
742                                  unsigned long flags, int pc);
743
744
745 #ifdef CONFIG_DYNAMIC_FTRACE
746 /* TODO: make this variable */
747 #define FTRACE_GRAPH_MAX_FUNCS          32
748 extern int ftrace_graph_count;
749 extern unsigned long ftrace_graph_funcs[FTRACE_GRAPH_MAX_FUNCS];
750 extern int ftrace_graph_notrace_count;
751 extern unsigned long ftrace_graph_notrace_funcs[FTRACE_GRAPH_MAX_FUNCS];
752
753 static inline int ftrace_graph_addr(unsigned long addr)
754 {
755         int i;
756
757         if (!ftrace_graph_count)
758                 return 1;
759
760         for (i = 0; i < ftrace_graph_count; i++) {
761                 if (addr == ftrace_graph_funcs[i]) {
762                         /*
763                          * If no irqs are to be traced, but a set_graph_function
764                          * is set, and called by an interrupt handler, we still
765                          * want to trace it.
766                          */
767                         if (in_irq())
768                                 trace_recursion_set(TRACE_IRQ_BIT);
769                         else
770                                 trace_recursion_clear(TRACE_IRQ_BIT);
771                         return 1;
772                 }
773         }
774
775         return 0;
776 }
777
778 static inline int ftrace_graph_notrace_addr(unsigned long addr)
779 {
780         int i;
781
782         if (!ftrace_graph_notrace_count)
783                 return 0;
784
785         for (i = 0; i < ftrace_graph_notrace_count; i++) {
786                 if (addr == ftrace_graph_notrace_funcs[i])
787                         return 1;
788         }
789
790         return 0;
791 }
792 #else
793 static inline int ftrace_graph_addr(unsigned long addr)
794 {
795         return 1;
796 }
797
798 static inline int ftrace_graph_notrace_addr(unsigned long addr)
799 {
800         return 0;
801 }
802 #endif /* CONFIG_DYNAMIC_FTRACE */
803 #else /* CONFIG_FUNCTION_GRAPH_TRACER */
804 static inline enum print_line_t
805 print_graph_function_flags(struct trace_iterator *iter, u32 flags)
806 {
807         return TRACE_TYPE_UNHANDLED;
808 }
809 #endif /* CONFIG_FUNCTION_GRAPH_TRACER */
810
811 extern struct list_head ftrace_pids;
812
813 #ifdef CONFIG_FUNCTION_TRACER
814 extern bool ftrace_filter_param __initdata;
815 static inline int ftrace_trace_task(struct task_struct *task)
816 {
817         if (list_empty(&ftrace_pids))
818                 return 1;
819
820         return test_tsk_trace_trace(task);
821 }
822 extern int ftrace_is_dead(void);
823 int ftrace_create_function_files(struct trace_array *tr,
824                                  struct dentry *parent);
825 void ftrace_destroy_function_files(struct trace_array *tr);
826 void ftrace_init_global_array_ops(struct trace_array *tr);
827 void ftrace_init_array_ops(struct trace_array *tr, ftrace_func_t func);
828 void ftrace_reset_array_ops(struct trace_array *tr);
829 int using_ftrace_ops_list_func(void);
830 #else
831 static inline int ftrace_trace_task(struct task_struct *task)
832 {
833         return 1;
834 }
835 static inline int ftrace_is_dead(void) { return 0; }
836 static inline int
837 ftrace_create_function_files(struct trace_array *tr,
838                              struct dentry *parent)
839 {
840         return 0;
841 }
842 static inline void ftrace_destroy_function_files(struct trace_array *tr) { }
843 static inline __init void
844 ftrace_init_global_array_ops(struct trace_array *tr) { }
845 static inline void ftrace_reset_array_ops(struct trace_array *tr) { }
846 /* ftace_func_t type is not defined, use macro instead of static inline */
847 #define ftrace_init_array_ops(tr, func) do { } while (0)
848 #endif /* CONFIG_FUNCTION_TRACER */
849
850 #if defined(CONFIG_FUNCTION_TRACER) && defined(CONFIG_DYNAMIC_FTRACE)
851 void ftrace_create_filter_files(struct ftrace_ops *ops,
852                                 struct dentry *parent);
853 void ftrace_destroy_filter_files(struct ftrace_ops *ops);
854 #else
855 /*
856  * The ops parameter passed in is usually undefined.
857  * This must be a macro.
858  */
859 #define ftrace_create_filter_files(ops, parent) do { } while (0)
860 #define ftrace_destroy_filter_files(ops) do { } while (0)
861 #endif /* CONFIG_FUNCTION_TRACER && CONFIG_DYNAMIC_FTRACE */
862
863 int ftrace_event_is_function(struct ftrace_event_call *call);
864
865 /*
866  * struct trace_parser - servers for reading the user input separated by spaces
867  * @cont: set if the input is not complete - no final space char was found
868  * @buffer: holds the parsed user input
869  * @idx: user input length
870  * @size: buffer size
871  */
872 struct trace_parser {
873         bool            cont;
874         char            *buffer;
875         unsigned        idx;
876         unsigned        size;
877 };
878
879 static inline bool trace_parser_loaded(struct trace_parser *parser)
880 {
881         return (parser->idx != 0);
882 }
883
884 static inline bool trace_parser_cont(struct trace_parser *parser)
885 {
886         return parser->cont;
887 }
888
889 static inline void trace_parser_clear(struct trace_parser *parser)
890 {
891         parser->cont = false;
892         parser->idx = 0;
893 }
894
895 extern int trace_parser_get_init(struct trace_parser *parser, int size);
896 extern void trace_parser_put(struct trace_parser *parser);
897 extern int trace_get_user(struct trace_parser *parser, const char __user *ubuf,
898         size_t cnt, loff_t *ppos);
899
900 /*
901  * trace_iterator_flags is an enumeration that defines bit
902  * positions into trace_flags that controls the output.
903  *
904  * NOTE: These bits must match the trace_options array in
905  *       trace.c.
906  */
907 enum trace_iterator_flags {
908         TRACE_ITER_PRINT_PARENT         = 0x01,
909         TRACE_ITER_SYM_OFFSET           = 0x02,
910         TRACE_ITER_SYM_ADDR             = 0x04,
911         TRACE_ITER_VERBOSE              = 0x08,
912         TRACE_ITER_RAW                  = 0x10,
913         TRACE_ITER_HEX                  = 0x20,
914         TRACE_ITER_BIN                  = 0x40,
915         TRACE_ITER_BLOCK                = 0x80,
916         TRACE_ITER_STACKTRACE           = 0x100,
917         TRACE_ITER_PRINTK               = 0x200,
918         TRACE_ITER_PREEMPTONLY          = 0x400,
919         TRACE_ITER_BRANCH               = 0x800,
920         TRACE_ITER_ANNOTATE             = 0x1000,
921         TRACE_ITER_USERSTACKTRACE       = 0x2000,
922         TRACE_ITER_SYM_USEROBJ          = 0x4000,
923         TRACE_ITER_PRINTK_MSGONLY       = 0x8000,
924         TRACE_ITER_CONTEXT_INFO         = 0x10000, /* Print pid/cpu/time */
925         TRACE_ITER_LATENCY_FMT          = 0x20000,
926         TRACE_ITER_SLEEP_TIME           = 0x40000,
927         TRACE_ITER_GRAPH_TIME           = 0x80000,
928         TRACE_ITER_RECORD_CMD           = 0x100000,
929         TRACE_ITER_OVERWRITE            = 0x200000,
930         TRACE_ITER_STOP_ON_FREE         = 0x400000,
931         TRACE_ITER_IRQ_INFO             = 0x800000,
932         TRACE_ITER_MARKERS              = 0x1000000,
933         TRACE_ITER_FUNCTION             = 0x2000000,
934 };
935
936 /*
937  * TRACE_ITER_SYM_MASK masks the options in trace_flags that
938  * control the output of kernel symbols.
939  */
940 #define TRACE_ITER_SYM_MASK \
941         (TRACE_ITER_PRINT_PARENT|TRACE_ITER_SYM_OFFSET|TRACE_ITER_SYM_ADDR)
942
943 extern struct tracer nop_trace;
944
945 #ifdef CONFIG_BRANCH_TRACER
946 extern int enable_branch_tracing(struct trace_array *tr);
947 extern void disable_branch_tracing(void);
948 static inline int trace_branch_enable(struct trace_array *tr)
949 {
950         if (trace_flags & TRACE_ITER_BRANCH)
951                 return enable_branch_tracing(tr);
952         return 0;
953 }
954 static inline void trace_branch_disable(void)
955 {
956         /* due to races, always disable */
957         disable_branch_tracing();
958 }
959 #else
960 static inline int trace_branch_enable(struct trace_array *tr)
961 {
962         return 0;
963 }
964 static inline void trace_branch_disable(void)
965 {
966 }
967 #endif /* CONFIG_BRANCH_TRACER */
968
969 /* set ring buffers to default size if not already done so */
970 int tracing_update_buffers(void);
971
972 struct ftrace_event_field {
973         struct list_head        link;
974         const char              *name;
975         const char              *type;
976         int                     filter_type;
977         int                     offset;
978         int                     size;
979         int                     is_signed;
980 };
981
982 struct event_filter {
983         int                     n_preds;        /* Number assigned */
984         int                     a_preds;        /* allocated */
985         struct filter_pred      *preds;
986         struct filter_pred      *root;
987         char                    *filter_string;
988 };
989
990 struct event_subsystem {
991         struct list_head        list;
992         const char              *name;
993         struct event_filter     *filter;
994         int                     ref_count;
995 };
996
997 struct ftrace_subsystem_dir {
998         struct list_head                list;
999         struct event_subsystem          *subsystem;
1000         struct trace_array              *tr;
1001         struct dentry                   *entry;
1002         int                             ref_count;
1003         int                             nr_events;
1004 };
1005
1006 #define FILTER_PRED_INVALID     ((unsigned short)-1)
1007 #define FILTER_PRED_IS_RIGHT    (1 << 15)
1008 #define FILTER_PRED_FOLD        (1 << 15)
1009
1010 /*
1011  * The max preds is the size of unsigned short with
1012  * two flags at the MSBs. One bit is used for both the IS_RIGHT
1013  * and FOLD flags. The other is reserved.
1014  *
1015  * 2^14 preds is way more than enough.
1016  */
1017 #define MAX_FILTER_PRED         16384
1018
1019 struct filter_pred;
1020 struct regex;
1021
1022 typedef int (*filter_pred_fn_t) (struct filter_pred *pred, void *event);
1023
1024 typedef int (*regex_match_func)(char *str, struct regex *r, int len);
1025
1026 enum regex_type {
1027         MATCH_FULL = 0,
1028         MATCH_FRONT_ONLY,
1029         MATCH_MIDDLE_ONLY,
1030         MATCH_END_ONLY,
1031 };
1032
1033 struct regex {
1034         char                    pattern[MAX_FILTER_STR_VAL];
1035         int                     len;
1036         int                     field_len;
1037         regex_match_func        match;
1038 };
1039
1040 struct filter_pred {
1041         filter_pred_fn_t        fn;
1042         u64                     val;
1043         struct regex            regex;
1044         unsigned short          *ops;
1045         struct ftrace_event_field *field;
1046         int                     offset;
1047         int                     not;
1048         int                     op;
1049         unsigned short          index;
1050         unsigned short          parent;
1051         unsigned short          left;
1052         unsigned short          right;
1053 };
1054
1055 extern enum regex_type
1056 filter_parse_regex(char *buff, int len, char **search, int *not);
1057 extern void print_event_filter(struct ftrace_event_file *file,
1058                                struct trace_seq *s);
1059 extern int apply_event_filter(struct ftrace_event_file *file,
1060                               char *filter_string);
1061 extern int apply_subsystem_event_filter(struct ftrace_subsystem_dir *dir,
1062                                         char *filter_string);
1063 extern void print_subsystem_event_filter(struct event_subsystem *system,
1064                                          struct trace_seq *s);
1065 extern int filter_assign_type(const char *type);
1066 extern int create_event_filter(struct ftrace_event_call *call,
1067                                char *filter_str, bool set_str,
1068                                struct event_filter **filterp);
1069 extern void free_event_filter(struct event_filter *filter);
1070
1071 struct ftrace_event_field *
1072 trace_find_event_field(struct ftrace_event_call *call, char *name);
1073
1074 extern void trace_event_enable_cmd_record(bool enable);
1075 extern int event_trace_add_tracer(struct dentry *parent, struct trace_array *tr);
1076 extern int event_trace_del_tracer(struct trace_array *tr);
1077
1078 extern struct ftrace_event_file *find_event_file(struct trace_array *tr,
1079                                                  const char *system,
1080                                                  const char *event);
1081
1082 static inline void *event_file_data(struct file *filp)
1083 {
1084         return ACCESS_ONCE(file_inode(filp)->i_private);
1085 }
1086
1087 extern struct mutex event_mutex;
1088 extern struct list_head ftrace_events;
1089
1090 extern const struct file_operations event_trigger_fops;
1091
1092 extern int register_trigger_cmds(void);
1093 extern void clear_event_triggers(struct trace_array *tr);
1094
1095 struct event_trigger_data {
1096         unsigned long                   count;
1097         int                             ref;
1098         struct event_trigger_ops        *ops;
1099         struct event_command            *cmd_ops;
1100         struct event_filter __rcu       *filter;
1101         char                            *filter_str;
1102         void                            *private_data;
1103         struct list_head                list;
1104 };
1105
1106 /**
1107  * struct event_trigger_ops - callbacks for trace event triggers
1108  *
1109  * The methods in this structure provide per-event trigger hooks for
1110  * various trigger operations.
1111  *
1112  * All the methods below, except for @init() and @free(), must be
1113  * implemented.
1114  *
1115  * @func: The trigger 'probe' function called when the triggering
1116  *      event occurs.  The data passed into this callback is the data
1117  *      that was supplied to the event_command @reg() function that
1118  *      registered the trigger (see struct event_command).
1119  *
1120  * @init: An optional initialization function called for the trigger
1121  *      when the trigger is registered (via the event_command reg()
1122  *      function).  This can be used to perform per-trigger
1123  *      initialization such as incrementing a per-trigger reference
1124  *      count, for instance.  This is usually implemented by the
1125  *      generic utility function @event_trigger_init() (see
1126  *      trace_event_triggers.c).
1127  *
1128  * @free: An optional de-initialization function called for the
1129  *      trigger when the trigger is unregistered (via the
1130  *      event_command @reg() function).  This can be used to perform
1131  *      per-trigger de-initialization such as decrementing a
1132  *      per-trigger reference count and freeing corresponding trigger
1133  *      data, for instance.  This is usually implemented by the
1134  *      generic utility function @event_trigger_free() (see
1135  *      trace_event_triggers.c).
1136  *
1137  * @print: The callback function invoked to have the trigger print
1138  *      itself.  This is usually implemented by a wrapper function
1139  *      that calls the generic utility function @event_trigger_print()
1140  *      (see trace_event_triggers.c).
1141  */
1142 struct event_trigger_ops {
1143         void                    (*func)(struct event_trigger_data *data);
1144         int                     (*init)(struct event_trigger_ops *ops,
1145                                         struct event_trigger_data *data);
1146         void                    (*free)(struct event_trigger_ops *ops,
1147                                         struct event_trigger_data *data);
1148         int                     (*print)(struct seq_file *m,
1149                                          struct event_trigger_ops *ops,
1150                                          struct event_trigger_data *data);
1151 };
1152
1153 /**
1154  * struct event_command - callbacks and data members for event commands
1155  *
1156  * Event commands are invoked by users by writing the command name
1157  * into the 'trigger' file associated with a trace event.  The
1158  * parameters associated with a specific invocation of an event
1159  * command are used to create an event trigger instance, which is
1160  * added to the list of trigger instances associated with that trace
1161  * event.  When the event is hit, the set of triggers associated with
1162  * that event is invoked.
1163  *
1164  * The data members in this structure provide per-event command data
1165  * for various event commands.
1166  *
1167  * All the data members below, except for @post_trigger, must be set
1168  * for each event command.
1169  *
1170  * @name: The unique name that identifies the event command.  This is
1171  *      the name used when setting triggers via trigger files.
1172  *
1173  * @trigger_type: A unique id that identifies the event command
1174  *      'type'.  This value has two purposes, the first to ensure that
1175  *      only one trigger of the same type can be set at a given time
1176  *      for a particular event e.g. it doesn't make sense to have both
1177  *      a traceon and traceoff trigger attached to a single event at
1178  *      the same time, so traceon and traceoff have the same type
1179  *      though they have different names.  The @trigger_type value is
1180  *      also used as a bit value for deferring the actual trigger
1181  *      action until after the current event is finished.  Some
1182  *      commands need to do this if they themselves log to the trace
1183  *      buffer (see the @post_trigger() member below).  @trigger_type
1184  *      values are defined by adding new values to the trigger_type
1185  *      enum in include/linux/ftrace_event.h.
1186  *
1187  * @post_trigger: A flag that says whether or not this command needs
1188  *      to have its action delayed until after the current event has
1189  *      been closed.  Some triggers need to avoid being invoked while
1190  *      an event is currently in the process of being logged, since
1191  *      the trigger may itself log data into the trace buffer.  Thus
1192  *      we make sure the current event is committed before invoking
1193  *      those triggers.  To do that, the trigger invocation is split
1194  *      in two - the first part checks the filter using the current
1195  *      trace record; if a command has the @post_trigger flag set, it
1196  *      sets a bit for itself in the return value, otherwise it
1197  *      directly invokes the trigger.  Once all commands have been
1198  *      either invoked or set their return flag, the current record is
1199  *      either committed or discarded.  At that point, if any commands
1200  *      have deferred their triggers, those commands are finally
1201  *      invoked following the close of the current event.  In other
1202  *      words, if the event_trigger_ops @func() probe implementation
1203  *      itself logs to the trace buffer, this flag should be set,
1204  *      otherwise it can be left unspecified.
1205  *
1206  * All the methods below, except for @set_filter(), must be
1207  * implemented.
1208  *
1209  * @func: The callback function responsible for parsing and
1210  *      registering the trigger written to the 'trigger' file by the
1211  *      user.  It allocates the trigger instance and registers it with
1212  *      the appropriate trace event.  It makes use of the other
1213  *      event_command callback functions to orchestrate this, and is
1214  *      usually implemented by the generic utility function
1215  *      @event_trigger_callback() (see trace_event_triggers.c).
1216  *
1217  * @reg: Adds the trigger to the list of triggers associated with the
1218  *      event, and enables the event trigger itself, after
1219  *      initializing it (via the event_trigger_ops @init() function).
1220  *      This is also where commands can use the @trigger_type value to
1221  *      make the decision as to whether or not multiple instances of
1222  *      the trigger should be allowed.  This is usually implemented by
1223  *      the generic utility function @register_trigger() (see
1224  *      trace_event_triggers.c).
1225  *
1226  * @unreg: Removes the trigger from the list of triggers associated
1227  *      with the event, and disables the event trigger itself, after
1228  *      initializing it (via the event_trigger_ops @free() function).
1229  *      This is usually implemented by the generic utility function
1230  *      @unregister_trigger() (see trace_event_triggers.c).
1231  *
1232  * @set_filter: An optional function called to parse and set a filter
1233  *      for the trigger.  If no @set_filter() method is set for the
1234  *      event command, filters set by the user for the command will be
1235  *      ignored.  This is usually implemented by the generic utility
1236  *      function @set_trigger_filter() (see trace_event_triggers.c).
1237  *
1238  * @get_trigger_ops: The callback function invoked to retrieve the
1239  *      event_trigger_ops implementation associated with the command.
1240  */
1241 struct event_command {
1242         struct list_head        list;
1243         char                    *name;
1244         enum event_trigger_type trigger_type;
1245         bool                    post_trigger;
1246         int                     (*func)(struct event_command *cmd_ops,
1247                                         struct ftrace_event_file *file,
1248                                         char *glob, char *cmd, char *params);
1249         int                     (*reg)(char *glob,
1250                                        struct event_trigger_ops *ops,
1251                                        struct event_trigger_data *data,
1252                                        struct ftrace_event_file *file);
1253         void                    (*unreg)(char *glob,
1254                                          struct event_trigger_ops *ops,
1255                                          struct event_trigger_data *data,
1256                                          struct ftrace_event_file *file);
1257         int                     (*set_filter)(char *filter_str,
1258                                               struct event_trigger_data *data,
1259                                               struct ftrace_event_file *file);
1260         struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param);
1261 };
1262
1263 extern int trace_event_enable_disable(struct ftrace_event_file *file,
1264                                       int enable, int soft_disable);
1265 extern int tracing_alloc_snapshot(void);
1266
1267 extern const char *__start___trace_bprintk_fmt[];
1268 extern const char *__stop___trace_bprintk_fmt[];
1269
1270 extern const char *__start___tracepoint_str[];
1271 extern const char *__stop___tracepoint_str[];
1272
1273 void trace_printk_init_buffers(void);
1274 void trace_printk_start_comm(void);
1275 int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set);
1276 int set_tracer_flag(struct trace_array *tr, unsigned int mask, int enabled);
1277
1278 /*
1279  * Normal trace_printk() and friends allocates special buffers
1280  * to do the manipulation, as well as saves the print formats
1281  * into sections to display. But the trace infrastructure wants
1282  * to use these without the added overhead at the price of being
1283  * a bit slower (used mainly for warnings, where we don't care
1284  * about performance). The internal_trace_puts() is for such
1285  * a purpose.
1286  */
1287 #define internal_trace_puts(str) __trace_puts(_THIS_IP_, str, strlen(str))
1288
1289 #undef FTRACE_ENTRY
1290 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print, filter)     \
1291         extern struct ftrace_event_call                                 \
1292         __aligned(4) event_##call;
1293 #undef FTRACE_ENTRY_DUP
1294 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print, filter) \
1295         FTRACE_ENTRY(call, struct_name, id, PARAMS(tstruct), PARAMS(print), \
1296                      filter)
1297 #include "trace_entries.h"
1298
1299 #if defined(CONFIG_PERF_EVENTS) && defined(CONFIG_FUNCTION_TRACER)
1300 int perf_ftrace_event_register(struct ftrace_event_call *call,
1301                                enum trace_reg type, void *data);
1302 #else
1303 #define perf_ftrace_event_register NULL
1304 #endif
1305
1306 #ifdef CONFIG_FTRACE_SYSCALLS
1307 void init_ftrace_syscalls(void);
1308 #else
1309 static inline void init_ftrace_syscalls(void) { }
1310 #endif
1311
1312 #ifdef CONFIG_EVENT_TRACING
1313 void trace_event_init(void);
1314 void trace_event_enum_update(struct trace_enum_map **map, int len);
1315 #else
1316 static inline void __init trace_event_init(void) { }
1317 static inlin void trace_event_enum_update(struct trace_enum_map **map, int len) { }
1318 #endif
1319
1320 extern struct trace_iterator *tracepoint_print_iter;
1321
1322 #endif /* _LINUX_KERNEL_TRACE_H */