summaryrefslogtreecommitdiffstats
path: root/kernel/latencytop.c
Commit message (Expand)AuthorAgeFilesLines
* latencytop: use the last element of latency_record of systemwuchi2022-09-111-2/+2
* latencytop: move sysctl to its own fileliaohua2022-04-211-12/+29
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+2
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-7/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng2019-05-141-1/+1
* kernel/latencytop.c: remove unnecessary checks for latencytop_enabledLin Feng2019-05-141-6/+0
* latency_top: Simplify stack trace handlingThomas Gleixner2019-04-291-15/+2
* latency_top: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-6/+6
* sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman2016-02-091-1/+13
* kernel/latencytop.c: convert seq_printf to seq_putsFabian Frederick2014-06-041-2/+3
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* locking, latencytop: Annotate latency_lock as rawThomas Gleixner2011-09-131-7/+7
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psJoe Perches2011-01-131-14/+9
* latencytop: fix per task accumulatorKen Chen2010-11-121-9/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* sched, latencytop: incorporate review feedback from Andrew MortonArjan van de Ven2009-02-111-12/+71
* KSYM_SYMBOL_LEN fixesHugh Dickins2008-12-101-1/+1
* kernel: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-8/+1
* latencytop: optimize LT_BACKTRACEDEPTH loops a bitDmitry Adamushko2008-04-191-10/+17
* sched: latencytop supportArjan van de Ven2008-01-251-0/+239