Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace.h185 struct tracer *tracer; member
396 struct tracer { struct
417 int (*selftest)(struct tracer *trace, argument
428 struct tracer *next; argument
429 struct tracer_flags *flags; argument
430 int enabled;
431 int ref;
432 bool print_max;
433 bool allow_instances;
435 bool use_max_tr;
Dtrace_sched_wakeup.c187 struct tracer *tracer = tr->current_trace; in wakeup_flag_changed() local
Dtrace_irqsoff.c562 struct tracer *tracer = tr->current_trace; in irqsoff_flag_changed() local
Dtrace.c879 struct tracer *tracer = tr->current_trace; in tracing_snapshot() local
3925 int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set) in trace_keep_overwrite()
6881 create_trace_option_files(struct trace_array *tr, struct tracer *tracer) in create_trace_option_files()
/kernel/
Dptrace.c501 static bool __ptrace_detach(struct task_struct *tracer, struct task_struct *p) in __ptrace_detach()
557 void exit_ptrace(struct task_struct *tracer, struct list_head *dead) in exit_ptrace()