Prev: perf: x86: fix callgraphs of 32-bit processes on 64-bit kernels V3.
Next: it8761e_gpio: Fixed bug in gpio numbering
From: Ryan Wang on 17 Mar 2010 06:00 Hi, I have build 2.6.33.1 with ftrace on, but after reboot I cannot get function_graph from available_tracers. =============== # .config CONFIG_NOP_TRACER=y CONFIG_HAVE_FUNCTION_TRACER=y CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y CONFIG_TRACER_MAX_TRACE=y CONFIG_CONTEXT_SWITCH_TRACER=y CONFIG_GENERIC_TRACER=y CONFIG_FUNCTION_TRACER=y CONFIG_IRQSOFF_TRACER=y CONFIG_SYSPROF_TRACER=y CONFIG_SCHED_TRACER=y CONFIG_BOOT_TRACER=y CONFIG_BRANCH_TRACER=y # CONFIG_POWER_TRACER is not set CONFIG_KSYM_TRACER=y # CONFIG_PROFILE_KSYM_TRACER is not set CONFIG_STACK_TRACER=y CONFIG_WORKQUEUE_TRACER=y ====================================== # cat available_tracers ksym_tracer blk kmemtrace branch mmiotrace wakeup_rt wakeup irqsoff function sched_switch initcall nop -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |