index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
latencytop.c
Age
Commit message (
Expand
)
Author
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-05-14
kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...
Lin Feng
2019-05-14
kernel/latencytop.c: remove unnecessary checks for latencytop_enabled
Lin Feng
2019-04-29
latency_top: Simplify stack trace handling
Thomas Gleixner
2019-04-14
latency_top: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
2017-03-02
sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-02-09
sched/debug: Make schedstats a runtime tunable that is disabled by default
Mel Gorman
2014-06-04
kernel/latencytop.c: convert seq_printf to seq_puts
Fabian Frederick
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-09-13
locking, latencytop: Annotate latency_lock as raw
Thomas Gleixner
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-01-13
fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %ps
Joe Perches
2010-11-12
latencytop: fix per task accumulator
Ken Chen
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-02-11
sched, latencytop: incorporate review feedback from Andrew Morton
Arjan van de Ven
2008-12-10
KSYM_SYMBOL_LEN fixes
Hugh Dickins
2008-04-29
kernel: use non-racy method for proc entries creation
Denis V. Lunev
2008-04-19
latencytop: optimize LT_BACKTRACEDEPTH loops a bit
Dmitry Adamushko
2008-01-25
sched: latencytop support
Arjan van de Ven