3
0
Fork 0
forked from mirrors/nixpkgs

Adding a minimal FTRACE to the 3.2 and 3.3 linux kernels, that should not

affect the kernel performance, but allow more tracing.


svn path=/nixpkgs/trunk/; revision=33713
This commit is contained in:
Lluís Batlle i Rossell 2012-04-09 21:01:00 +00:00
parent 4bf921f193
commit 5dfcf18801
2 changed files with 12 additions and 0 deletions

View file

@ -220,6 +220,12 @@ let
CONNECTOR y
PROC_EVENTS y
# Tracing
FTRACE y
FUNCTION_TRACER y
FTRACE_SYSCALLS y
SCHED_TRACER y
${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""}
${extraConfig}
'';

View file

@ -219,6 +219,12 @@ let
CONNECTOR y
PROC_EVENTS y
# Tracing
FTRACE y
FUNCTION_TRACER y
FTRACE_SYSCALLS y
SCHED_TRACER y
${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""}
${extraConfig}
'';