aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kernel_stat.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-01sched/cputime: Push time to account_system_time() in nsecsGravatar Frederic Weisbecker 1-4/+3
2017-02-01sched/cputime: Push time to account_idle_time() in nsecsGravatar Frederic Weisbecker 1-1/+1
2017-02-01sched/cputime: Push time to account_steal_time() in nsecsGravatar Frederic Weisbecker 1-1/+1
2017-02-01sched/cputime: Push time to account_user_time() in nsecsGravatar Frederic Weisbecker 1-1/+1
2017-01-14sched/cputime: Rename vtime_account_user() to vtime_flush()Gravatar Frederic Weisbecker 1-1/+1
2017-01-14sched/cputime: Export account_guest_time()Gravatar Frederic Weisbecker 1-0/+1
2017-01-14sched/cputime: Allow accounting system time using cpustat indexGravatar Frederic Weisbecker 1-0/+2
2016-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificGravatar Stanislaw Gruszka 1-2/+2
2016-07-06xen: add steal_clock support on x86Gravatar Juergen Gross 1-1/+0
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsGravatar Thomas Gleixner 1-0/+1
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingGravatar Peter Zijlstra 1-5/+0
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrGravatar Christoph Lameter 1-2/+2
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+1
2014-03-13cputime: Default implementation of nsecs -> cputime conversionGravatar Frederic Weisbecker 1-1/+1
2014-03-04genirq: Move kstat_incr_irqs_this_cpu() to coreGravatar Thomas Gleixner 1-8/+0
2014-03-04genirq: Add a kstat helper to increment irq statsGravatar Thomas Gleixner 1-5/+7
2013-09-13Remove GENERIC_HARDIRQ config optionGravatar Martin Schwidefsky 1-34/+0
2013-01-27cputime: Generic on-demand virtual cputime accountingGravatar Frederic Weisbecker 1-1/+1
2012-11-19vtime: Explicitly account pending user time on process tickGravatar Frederic Weisbecker 1-0/+8
2012-10-29vtime: Gather vtime declarations to their own header fileGravatar Frederic Weisbecker 1-8/+1
2012-09-25vtime: Consolidate system/idle context detectionGravatar Frederic Weisbecker 1-0/+2
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsGravatar Frederic Weisbecker 1-2/+2
2012-08-20cputime: Consolidate vtime handling on context switchGravatar Frederic Weisbecker 1-0/+6
2011-12-06sched/accounting: Change cpustat fields to an arrayGravatar Glauber Costa 1-14/+22
2011-01-13irq: use per_cpu kstat_irqsGravatar Eric Dumazet 1-10/+9
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Gravatar Christoph Lameter 1-1/+1
2010-10-27/proc/stat: fix scalability of irq sum of all cpuGravatar KAMEZAWA Hiroyuki 1-0/+4
2010-10-27/proc/stat: scalability of irq num per cpuGravatar KAMEZAWA Hiroyuki 1-2/+12
2009-10-25sched, cpuacct: Fix niced guest time accountingGravatar Ryota Ozaki 1-0/+1
2009-06-18softirq: introduce statistics for softirqGravatar Keika Kobayashi 1-0/+12
2009-04-20perfcounters, sched: remove __task_delta_exec()Gravatar Ingo Molnar 1-1/+0
2009-04-07perf_counter: remove rq->lock usageGravatar Peter Zijlstra 1-2/+0
2009-04-06Merge branch 'linus' into perfcounters/core-v2Gravatar Ingo Molnar 1-5/+8
2009-01-22irq: clean up irq stat methodsGravatar Yinghai Lu 1-3/+6
2009-01-11sparseirq: make some func to be used with genirqGravatar Yinghai Lu 1-3/+3
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreGravatar Ingo Molnar 1-6/+21
2008-12-31[PATCH] idle cputime accountingGravatar Martin Schwidefsky 1-1/+6
2008-12-31[PATCH] fix scaled & unscaled cputime accountingGravatar Martin Schwidefsky 1-4/+2
2008-12-23perfcounters: fix task clock counterGravatar Ingo Molnar 1-0/+8
2008-12-08sparse irq_desc[] array: core kernel and x86 changesGravatar Yinghai Lu 1-1/+13
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+17
2008-10-16genirq: remove artifacts from sparseirq removalGravatar Ingo Molnar 1-1/+1
2008-10-16genirq: revert dynarrayGravatar Thomas Gleixner 1-10/+6
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixGravatar Yinghai Lu 1-2/+8
2008-10-16x86: move kstat_irqs from kstat to irq_descGravatar Yinghai Lu 1-7/+15
2008-10-16irq: make irqs in kernel stat use per_cpu_dyn_arrayGravatar Yinghai Lu 1-0/+4
2008-09-23timers: fix itimer/many thread hang, v2Gravatar Frank Mayhar 1-0/+1
2008-05-12x86: resize NR_IRQS for large machinesGravatar Alan Mayer 1-1/+1
2007-10-18Add scaled time to taskstats based process accountingGravatar Michael Neuling 1-0/+2
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/stat fieldGravatar Laurent Vivier 1-0/+1