Home
last modified time | relevance | path

Searched defs:tracer (Results 1 – 5 of 5) sorted by relevance

/kernel/trace/
Dtrace.h200 struct tracer *tracer; member
533 struct tracer { struct
554 int (*selftest)(struct tracer *trace, argument
565 struct tracer *next; argument
566 struct tracer_flags *flags; argument
573 /* True if tracer cannot be enabled in kernel param */ argument
583 int tracer_init(struct tracer *t, struct trace_array *tr); argument
Dtrace_sched_wakeup.c315 struct tracer *tracer = tr->current_trace; in wakeup_flag_changed() local
Dtrace_irqsoff.c514 struct tracer *tracer = tr->current_trace; in irqsoff_flag_changed() local
Dtrace.c1113 struct tracer *tracer = tr->current_trace; in tracing_snapshot_instance_cond() local
5346 int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set) in trace_keep_overwrite()
9045 create_trace_option_files(struct trace_array *tr, struct tracer *tracer) in create_trace_option_files()
/kernel/
Dptrace.c557 static bool __ptrace_detach(struct task_struct *tracer, struct task_struct *p) in __ptrace_detach()
613 void exit_ptrace(struct task_struct *tracer, struct list_head *dead) in exit_ptrace()