Searched refs:tracer (Results 26 - 50 of 51) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/trace/
H A Dtrace_irqsoff.c90 * irqsoff uses its own tracer function to keep the overhead down:
240 * In graph mode call the graph tracer output function,
601 /* make sure that the tracer is visible */
606 printk(KERN_ERR "failed to start irqsoff tracer\n");
635 static struct tracer irqsoff_tracer __read_mostly =
668 static struct tracer preemptoff_tracer __read_mostly =
702 static struct tracer preemptirqsoff_tracer __read_mostly =
H A Dtrace.c2 * ring buffer based function tracer
63 * If a tracer is running, we do not want to run SELFTEST.
85 * of the tracer is successful. But that is the only place that sets
215 /* tracer_enabled is used to toggle activation of a tracer */
224 * up. See irqsoff tracer for an example (start_irqsoff_tracer).
246 static struct tracer *trace_types __read_mostly;
248 /* current_trace points to the tracer that is currently active */
249 static struct tracer *current_trace __read_mostly;
644 * @tr: tracer
675 * @tr - tracer
4216 create_trace_option_files(struct tracer *tracer) argument
[all...]
H A Dtrace_functions.c2 * ring buffer based function tracer
224 static struct tracer function_trace __read_mostly =
H A Dtrace_sched_switch.c206 * Turns on context switch tracing for a tracer.
225 * Turns off context switch tracing for a tracer.
279 static struct tracer sched_switch_trace __read_mostly =
H A Dtrace_mmiotrace.c281 static struct tracer mmio_tracer __read_mostly =
H A Dtrace_functions_graph.c3 * Function graph tracer.
5 * Mostly borrowed from function tracer which
1225 pr_warning("function graph tracer: not enough memory\n");
1252 static struct tracer graph_trace __read_mostly = {
H A Dblktrace.c1302 * struct tracer operations
1439 static struct tracer blk_tracer __read_mostly = {
1469 pr_warning("Warning: could not register the block tracer\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/trace/
H A Dtrace_irqsoff.c90 * irqsoff uses its own tracer function to keep the overhead down:
240 * In graph mode call the graph tracer output function,
601 /* make sure that the tracer is visible */
606 printk(KERN_ERR "failed to start irqsoff tracer\n");
635 static struct tracer irqsoff_tracer __read_mostly =
668 static struct tracer preemptoff_tracer __read_mostly =
702 static struct tracer preemptirqsoff_tracer __read_mostly =
H A Dtrace.c2 * ring buffer based function tracer
63 * If a tracer is running, we do not want to run SELFTEST.
85 * of the tracer is successful. But that is the only place that sets
215 /* tracer_enabled is used to toggle activation of a tracer */
224 * up. See irqsoff tracer for an example (start_irqsoff_tracer).
246 static struct tracer *trace_types __read_mostly;
248 /* current_trace points to the tracer that is currently active */
249 static struct tracer *current_trace __read_mostly;
644 * @tr: tracer
675 * @tr - tracer
4216 create_trace_option_files(struct tracer *tracer) argument
[all...]
H A Dtrace_functions.c2 * ring buffer based function tracer
224 static struct tracer function_trace __read_mostly =
H A Dtrace_sched_switch.c206 * Turns on context switch tracing for a tracer.
225 * Turns off context switch tracing for a tracer.
279 static struct tracer sched_switch_trace __read_mostly =
H A Dtrace_mmiotrace.c281 static struct tracer mmio_tracer __read_mostly =
H A Dtrace_functions_graph.c3 * Function graph tracer.
5 * Mostly borrowed from function tracer which
1225 pr_warning("function graph tracer: not enough memory\n");
1252 static struct tracer graph_trace __read_mostly = {
H A Dblktrace.c1302 * struct tracer operations
1439 static struct tracer blk_tracer __read_mostly = {
1469 pr_warning("Warning: could not register the block tracer\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dptrace.h116 extern void exit_ptrace(struct task_struct *tracer);
174 * @ptrace: true if child should be ptrace'd by parent's tracer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dptrace.h116 extern void exit_ptrace(struct task_struct *tracer);
174 * @ptrace: true if child should be ptrace'd by parent's tracer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/proc/
H A Darray.c175 struct task_struct *tracer = tracehook_tracer_task(p); local
176 if (tracer)
177 tpid = task_pid_nr_ns(tracer, ns);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/proc/
H A Darray.c175 struct task_struct *tracer = tracehook_tracer_task(p); local
176 if (tracer)
177 tpid = task_pid_nr_ns(tracer, ns);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js_src/jplayer.2.6.0/actionscript/
H A DJplayer.as512 private function tracer(msg:String):void { function
514 traceOut.tracer(msg);
619 tracer(t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js_src/jplayer.2.6.0/actionscript/
H A DJplayer.as512 private function tracer(msg:String):void { function
514 traceOut.tracer(msg);
619 tracer(t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js_src/jplayer.2.6.0/actionscript/
H A DJplayer.as512 private function tracer(msg:String):void { function
514 traceOut.tracer(msg);
619 tracer(t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/selinux/
H A Dhooks.c2108 struct task_struct *tracer; local
2113 tracer = tracehook_tracer_task(current);
2114 if (likely(tracer != NULL)) {
2115 sec = __task_cred(tracer)->security;
5148 struct task_struct *tracer; local
5242 tracer = tracehook_tracer_task(p);
5243 if (tracer)
5244 ptsid = task_sid(tracer);
5247 if (tracer) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/selinux/
H A Dhooks.c2108 struct task_struct *tracer; local
2113 tracer = tracehook_tracer_task(current);
2114 if (likely(tracer != NULL)) {
2115 sec = __task_cred(tracer)->security;
5148 struct task_struct *tracer; local
5242 tracer = tracehook_tracer_task(p);
5243 if (tracer)
5244 ptsid = task_sid(tracer);
5247 if (tracer) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/build/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/build/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 166 milliseconds

123