aboutsummaryrefslogtreecommitdiff
path: root/kernel/latencytop.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-1/+0
2022-09-11latencytop: use the last element of latency_record of systemGravatar wuchi 1-2/+2
2022-04-21latencytop: move sysctl to its own fileGravatar liaohua 1-12/+29
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-2/+2
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-7/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-5/+1
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Gravatar Lin Feng 1-1/+1
2019-05-14kernel/latencytop.c: remove unnecessary checks for latencytop_enabledGravatar Lin Feng 1-6/+0
2019-04-29latency_top: Simplify stack trace handlingGravatar Thomas Gleixner 1-15/+2
2019-04-14latency_top: Remove the ULONG_MAX stack trace hackeryGravatar Thomas Gleixner 1-6/+6
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultGravatar Mel Gorman 1-1/+13
2014-06-04kernel/latencytop.c: convert seq_printf to seq_putsGravatar Fabian Frederick 1-2/+3
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-09-13locking, latencytop: Annotate latency_lock as rawGravatar Thomas Gleixner 1-7/+7
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-13fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psGravatar Joe Perches 1-14/+9
2010-11-12latencytop: fix per task accumulatorGravatar Ken Chen 1-9/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-02-11sched, latencytop: incorporate review feedback from Andrew MortonGravatar Arjan van de Ven 1-12/+71
2008-12-10KSYM_SYMBOL_LEN fixesGravatar Hugh Dickins 1-1/+1
2008-04-29kernel: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-8/+1
2008-04-19latencytop: optimize LT_BACKTRACEDEPTH loops a bitGravatar Dmitry Adamushko 1-10/+17
2008-01-25sched: latencytop supportGravatar Arjan van de Ven 1-0/+239