Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace.h201 struct tracer *tracer; member
534 struct tracer { struct
555 int (*selftest)(struct tracer *trace, argument
566 struct tracer *next; argument
567 struct tracer_flags *flags; argument
574 /* True if tracer cannot be enabled in kernel param */ argument
584 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.c1101 struct tracer *tracer = tr->current_trace; in tracing_snapshot_instance_cond() local
5334 int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set) in trace_keep_overwrite()
9006 create_trace_option_files(struct trace_array *tr, struct tracer *tracer) in create_trace_option_files()
/kernel/
Dptrace.c563 static bool __ptrace_detach(struct task_struct *tracer, struct task_struct *p) in __ptrace_detach()
619 void exit_ptrace(struct task_struct *tracer, struct list_head *dead) in exit_ptrace()