login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
October
»
14
Re: Proper kernel irq time accounting -v4
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Shaun Ruffell
Subject:
Re: Proper kernel irq time accounting -v4
Date: Thursday, October 14, 2010 - 1:00 pm
On 10/14/2010 01:19 PM, Venkatesh Pallipadi wrote:
quoted text
> So, with this patchset you should see task CPU% showing only the exec > runtime of the task and not si time. With the upcoming change the CPU > times would get fixed as well. I am planning to send out the > "exporting through /proc/stat patchset" as incremental change once > this patchset gets into tip/next....
That is what I was looking for. I didn't know if you were thinking about using /proc/stat or some other mechanism. I'll look forward to seeing/testing that patch. Thanks again, Shaun --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Proper kernel irq time accounting -v4
, Venkatesh Pallipadi
, (Mon Oct 4, 5:03 pm)
[PATCH 1/8] si time accounting accounts bh_disable'd time ...
, Venkatesh Pallipadi
, (Mon Oct 4, 5:03 pm)
[PATCH 2/8] Consolidate account_system_vtime extern declar ...
, Venkatesh Pallipadi
, (Mon Oct 4, 5:03 pm)
[PATCH 3/8] Add a PF flag for ksoftirqd identification
, Venkatesh Pallipadi
, (Mon Oct 4, 5:03 pm)
[PATCH 4/8] Add IRQ_TIME_ACCOUNTING, finer accounting of i ...
, Venkatesh Pallipadi
, (Mon Oct 4, 5:03 pm)
[PATCH 5/8] x86: Add IRQ_TIME_ACCOUNTING in x86 -v4
, Venkatesh Pallipadi
, (Mon Oct 4, 5:03 pm)
[PATCH 6/8] sched: Do not account irq time to current task -v4
, Venkatesh Pallipadi
, (Mon Oct 4, 5:03 pm)
[PATCH 7/8] sched: Remove irq time from available CPU powe ...
, Venkatesh Pallipadi
, (Mon Oct 4, 5:03 pm)
[PATCH 8/8] Call tick_check_idle before __irq_enter
, Venkatesh Pallipadi
, (Mon Oct 4, 5:03 pm)
Re: Proper kernel irq time accounting -v4
, Venkatesh Pallipadi
, (Tue Oct 12, 12:00 pm)
Re: Proper kernel irq time accounting -v4
, Shaun Ruffell
, (Thu Oct 14, 9:12 am)
Re: Proper kernel irq time accounting -v4
, Venkatesh Pallipadi
, (Thu Oct 14, 11:19 am)
Re: Proper kernel irq time accounting -v4
, Shaun Ruffell
, (Thu Oct 14, 1:00 pm)
Re: [PATCH 3/8] Add a PF flag for ksoftirqd identification
, Peter Zijlstra
, (Fri Oct 15, 7:26 am)
Re: [PATCH 4/8] Add IRQ_TIME_ACCOUNTING, finer accounting ...
, Peter Zijlstra
, (Fri Oct 15, 7:28 am)
Re: [PATCH 5/8] x86: Add IRQ_TIME_ACCOUNTING in x86 -v4
, Peter Zijlstra
, (Fri Oct 15, 7:38 am)
Re: [PATCH 3/8] Add a PF flag for ksoftirqd identification
, Eric Dumazet
, (Fri Oct 15, 7:46 am)
Re: Proper kernel irq time accounting -v4
, Peter Zijlstra
, (Fri Oct 15, 8:11 am)
Re: Proper kernel irq time accounting -v4
, Peter Zijlstra
, (Fri Oct 15, 8:27 am)
Re: Proper kernel irq time accounting -v4
, Venkatesh Pallipadi
, (Fri Oct 15, 10:13 am)
Re: Proper kernel irq time accounting -v4
, Peter Zijlstra
, (Fri Oct 15, 10:20 am)
Re: [PATCH 8/8] Call tick_check_idle before __irq_enter
, Yong Zhang
, (Sun Oct 17, 2:05 am)
Re: Proper kernel irq time accounting -v4
, Yong Zhang
, (Sun Oct 17, 2:11 am)
Re: [PATCH 8/8] Call tick_check_idle before __irq_enter
, Peter Zijlstra
, (Mon Oct 18, 2:15 am)
[tip:sched/core] sched: Fix softirq time accounting
, tip-bot for Venkates ...
, (Mon Oct 18, 12:24 pm)
[tip:sched/core] sched: Consolidate account_system_vtime e ...
, tip-bot for Venkates ...
, (Mon Oct 18, 12:24 pm)
[tip:sched/core] sched: Add a PF flag for ksoftirqd identi ...
, tip-bot for Venkates ...
, (Mon Oct 18, 12:25 pm)
[tip:sched/core] sched: Add IRQ_TIME_ACCOUNTING, finer acc ...
, tip-bot for Venkates ...
, (Mon Oct 18, 12:25 pm)
[tip:sched/core] x86: Add IRQ_TIME_ACCOUNTING
, tip-bot for Venkates ...
, (Mon Oct 18, 12:26 pm)
[tip:sched/core] sched: Do not account irq time to current ...
, tip-bot for Venkates ...
, (Mon Oct 18, 12:26 pm)
[tip:sched/core] sched: Remove irq time from available CPU ...
, tip-bot for Venkates ...
, (Mon Oct 18, 12:26 pm)
[tip:sched/core] sched: Call tick_check_idle before __irq_ ...
, tip-bot for Venkates ...
, (Mon Oct 18, 12:27 pm)
[tip:sched/core] sched: Export account_system_vtime()
, tip-bot for Ingo Molnar
, (Mon Oct 18, 12:27 pm)
Re: [tip:sched/core] sched: Do not account irq time to cur ...
, Yong Zhang
, (Mon Nov 29, 1:45 am)
Re: [tip:sched/core] sched: Do not account irq time to cur ...
, Peter Zijlstra
, (Mon Nov 29, 4:59 am)
Re: [tip:sched/core] sched: Do not account irq time to cur ...
, Yong Zhang
, (Mon Nov 29, 7:22 am)
Re: [tip:sched/core] sched: Do not account irq time to cur ...
, Raistlin
, (Mon Nov 29, 10:06 am)
Re: [tip:sched/core] sched: Do not account irq time to cur ...
, Yong Zhang
, (Mon Nov 29, 10:57 pm)
Re: [tip:sched/core] sched: Do not account irq time to cur ...
, Venkatesh Pallipadi
, (Wed Dec 1, 11:55 am)
Re: [tip:sched/core] sched: Do not account irq time to cur ...
, Peter Zijlstra
, (Wed Dec 1, 12:16 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tony Luck
Re: Hardware Error Kernel Mini-Summit
James Bottomley
Re: [PATCH -mm 1/2] scsi: remove dma_is_consistent usage in 53c700
Andrey Borzenkov
Re: [possible regression] 2.6.22 reiserfs/libata sporadically hangs on resume from...
Linus Torvalds
Linux 2.6.26-rc6
Jeffrey V. Merkey
Re: Versioning file system
git
:
Morten Welinder
Re: [PATCH] use xrealloc in help.c
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Jörg Sommer
[PATCH v2 08/13] Unify the lenght of $SHORT* and the commits in the TODO list
Boyd Lynn Gerber
Re: [VOTE] git versus mercurial
Stefan Näwe
Re: [PATCH] git-gui: use --exclude-standard to check for untracked files
linux-netdev
:
Andreas Sundstrom
Re: ~60k interrupts/sec for 1Gb/s iperf with r8169
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
Denys Fedoryshchenko
Re: circular locking, mirred, 2.6.24.2
David Miller
Re: [PATCH -next] sfc: Use correct macro to set event bitfield
David Miller
Re: [PATCH] ipv6: fix display of local and remote sit endpoints
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
OMAP: DSS2: SDI driver
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
m68k: amiga - Mouse platform device conversion
Linux Kernel Mailing List
drivers/acpi: use kasprintf
openbsd-misc
:
frantisek holop
Re: mount ffs as msdos, system hangs
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Úlfar M. E. Johnson
installing openbsd in xen
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Colocation donated by:
Syndicate