Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace.h187 struct tracer *tracer; member
466 struct tracer { struct
487 int (*selftest)(struct tracer *trace, argument
498 struct tracer *next; argument
499 struct tracer_flags *flags; argument
507 /* True if tracer cannot be enabled in kernel param */ argument
508 bool noboot;
Dtrace_sched_wakeup.c316 struct tracer *tracer = tr->current_trace; in wakeup_flag_changed() local
Dtrace_irqsoff.c519 struct tracer *tracer = tr->current_trace; in irqsoff_flag_changed() local
Dtrace.c921 struct tracer *tracer = tr->current_trace; in tracing_snapshot_instance_cond() local
4589 int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set) in trace_keep_overwrite()
8066 create_trace_option_files(struct trace_array *tr, struct tracer *tracer) in create_trace_option_files()
/kernel/
Dptrace.c524 static bool __ptrace_detach(struct task_struct *tracer, struct task_struct *p) in __ptrace_detach()
580 void exit_ptrace(struct task_struct *tracer, struct list_head *dead) in exit_ptrace()