Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1416841

[PATCH RFC 0/5] sched,time: make irq time accounting work for nohz_idle

From riel@redhat.com
Newsgroups linux.kernel
Subject [PATCH RFC 0/5] sched,time: make irq time accounting work for nohz_idle
Date 2016-06-08 05:00 +0200
Message-ID <rHBSO-2DO-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch series seems to make irq time accounting work with
nohz_idle, by having it re-use the same strategy used for steal
time accounting in Wanpeng Li's patch.

It applies on top of an earlier version of Wanpeng Li's patch.

It gets rid of some code duplication, but needs a little bit more
work. Specifically, selecting CONFIG_IRQ_TIME_ACCOUNTING at the
same time as CONFIG_TICK_BASED_ACCOUNTING probably breaks :)

I am posting this because it works, and because I would like to
know what other changes I need to make at the same time.

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH RFC 0/5] sched,time: make irq time accounting work for nohz_idle riel@redhat.com - 2016-06-08 05:00 +0200
  [PATCH 3/5] cputime: allow irq time accounting to be selected as an option riel@redhat.com - 2016-06-08 05:30 +0200
  [PATCH 4/5] irqtime: add irq type parameter to irqtime_account_irq riel@redhat.com - 2016-06-08 05:30 +0200
  [PATCH 5/5] irqtime: drop local_irq_save/restore from irqtime_account_irq riel@redhat.com - 2016-06-08 05:30 +0200

csiph-web