aboutsummaryrefslogtreecommitdiffstats
path: root/features/profiling
AgeCommit message (Collapse)Author
2017-10-24features/profiling/profiling.cfg: remove CONFIG_TIMER_STATSLei Yang
CONFIG_TIMER_STATS has been removed since kernel 4.11. As per upstream commit: commit dfb4357da6ddbdf57d583ba64361c9d792b0e0b1 Author: Kees Cook <keescook@chromium.org> Date: Wed Feb 8 11:26:59 2017 -0800 time: Remove CONFIG_TIMER_STATS Currently CONFIG_TIMER_STATS exposes process information across namespaces: kernel/time/timer_list.c print_timer(): SEQ_printf(m, ", %s/%d", tmp, timer->start_pid); /proc/timer_list: #11: <0000000000000000>, hrtimer_wakeup, S:01, do_nanosleep, cron/2570 Given that the tracer can give the same information, this patch entirely removes CONFIG_TIMER_STATS. and check tag: lyang001@pek-lyang0-d1:~/linux-stable$ git tag --contains dfb4357da6ddbdf57d583ba64361c9d792b0e0b1 v4.11 v4.11-rc1 v4.11-rc2 v4.11-rc3 v4.11-rc4 v4.11-rc5 v4.11-rc6 v4.11-rc7 .... Signed-off-by: Lei Yang <Lei.Yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-09-07features/debug: add debug-kernel featureCalifornia Sullivan
Since EMBEDDED, EXPERT, and DEBUG_KERNEL are being removed from the base ktype, we can no longer assume DEBUG_KERNEL is enabled. Also add this fragment to features that require DEBUG_KERNEL. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-22profiling: delete reference of obsolete CONFIG_X86_UP_APICPaul Gortmaker
This option no longer exists in the mainline kernel. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-01-27add descriptions to optional features and configsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-04yocto: import of the kernel content/metadata from v2.6.39Paul Gortmaker
Roughly corresponds to: commit db575247e16e50ce5160e18907e253c6a43b6feb Author: Bruce Ashfield <bruce.ashfield@windriver.com> Date: Mon Apr 4 00:27:55 2011 -0400 yocto: 2.6.39 baseline Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ...in the full history repo, but with some extraneous files that were deleted post db575247 deleted right here and now at the baseline instead. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>