Description of problem: According to /boot/config-2.6.35.11-83.fc14.i686.PAE, function_graph tracing is configured: CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y but it doesn't show up in /sys/kernel/debug/tracing/available_tracers Version-Release number of selected component (if applicable): kernel-PAE-2.6.35.11-83.fc14.i686 How reproducible: Haven't tried Steps to Reproduce: 1. Mount debugfs at /sys/kernel/debug 2. cat /sys/kernel/debug/tracing/available_tracers Actual results: ksym_tracer blk kmemtrace wakeup_rt wakeup function sysprof sched_switch nop Expected results: A list that includes function_graph Additional info: This problem was reported last year by someone else on LKML with a self-built kernel, but there were no replies on-list.
It's not supported on x86 unless CC_OPTIMIZE_FOR_SIZE is disabled, which is enabled in the Fedora kernel.