android_kernel_motorola_sm6225/kernel/trace
Ingo Molnar f7d48cbde5 tracing/ftrace: make trace_find_cmdline() generally available
Impact: build fix

On !CONFIG_CONTEXT_SWITCH_TRACER trace_find_cmdline() is not defined:

 kernel/trace/trace_output.c: In function 'trace_ctxwake_print':
 kernel/trace/trace_output.c:499: error: implicit declaration of function 'trace_find_cmdline'
 kernel/trace/trace_output.c:499: warning: assignment makes pointer from integer without a cast

Move it to the generic section in trace.h.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-12-29 13:06:24 +01:00
..
ftrace.c ftrace: add not to regex on filtering functions 2008-12-18 12:57:09 +01:00
Kconfig trace: add a way to enable or disable the stack tracer 2008-12-18 12:56:24 +01:00
Makefile tracing/ftrace: provide the base infrastructure for histogram tracing 2008-12-29 12:55:45 +01:00
ring_buffer.c ring-buffer: prevent false positive warning 2008-12-23 18:45:26 +01:00
trace.c tracing/ftrace: provide the base infrastructure for histogram tracing 2008-12-29 12:55:45 +01:00
trace.h tracing/ftrace: make trace_find_cmdline() generally available 2008-12-29 13:06:24 +01:00
trace_boot.c ftrace: set up trace event hash infrastructure 2008-12-29 12:46:11 +01:00
trace_branch.c tracing/branch-tracer: adapt to the stat tracing API 2008-12-29 12:55:46 +01:00
trace_functions.c ftrace: introduce tracing_reset_online_cpus() helper 2008-12-19 16:29:34 +01:00
trace_functions_graph.c ftrace: set up trace event hash infrastructure 2008-12-29 12:46:11 +01:00
trace_hw_branches.c ftrace: set up trace event hash infrastructure 2008-12-29 12:46:11 +01:00
trace_irqsoff.c tracing/ftrace: change the type of the init() callback 2008-11-16 07:55:23 +01:00
trace_mmiotrace.c ftrace: set up trace event hash infrastructure 2008-12-29 12:46:11 +01:00
trace_nop.c tracing/ftrace: make nop tracer using tracer flags 2008-11-18 11:10:59 +01:00
trace_output.c ftrace: change trace.c to use registered events 2008-12-29 12:46:12 +01:00
trace_output.h ftrace: change trace.c to use registered events 2008-12-29 12:46:12 +01:00
trace_power.c ftrace: set up trace event hash infrastructure 2008-12-29 12:46:11 +01:00
trace_sched_switch.c sched, trace: update trace_sched_wakeup() 2008-12-25 13:10:21 +01:00
trace_sched_wakeup.c sched, trace: update trace_sched_wakeup() 2008-12-25 13:10:21 +01:00
trace_selftest.c tracing/ftrace: change the type of the init() callback 2008-11-16 07:55:23 +01:00
trace_selftest_dynamic.c ftrace: fix dynamic ftrace selftest 2008-05-23 21:13:23 +02:00
trace_stack.c trace: better use of stack_trace_enabled for boot up code 2008-12-18 12:56:56 +01:00
trace_stat.c tracing/ftrace: provide the base infrastructure for histogram tracing 2008-12-29 12:55:45 +01:00
trace_sysprof.c ftrace: introduce tracing_reset_online_cpus() helper 2008-12-19 16:29:34 +01:00