All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Clean up schedstat and task delay acct config options
@ 2015-06-25 18:23 Naveen N. Rao
  2015-06-25 18:23 ` [PATCH v2 1/2] schedstat: Simplify sched_info accounting dependency Naveen N. Rao
  2015-06-25 18:23 ` [PATCH v2 2/2] schedstat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO is set Naveen N. Rao
  0 siblings, 2 replies; 14+ messages in thread
From: Naveen N. Rao @ 2015-06-25 18:23 UTC (permalink / raw)
  To: bsingharora, mingo; +Cc: linux-kernel, srikar, ricklind, a.p.zijlstra

Further to the earlier discussion [1], this patch set introduces CONFIG_SCHED_INFO for the common code associated with CONFIG_SCHEDSTATS and CONFIG_TASK_DELAY_ACCT. Further, /proc/<pid>/schedstat is now exposed if either of these is enabled.

[1] http://thread.gmane.org/gmane.linux.kernel/1961707

- Naveen


Naveen N. Rao (2):
  schedstat: Simplify sched_info accounting dependency
  schedstat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO is set

 fs/proc/base.c        | 11 +++++++----
 include/linux/sched.h |  6 +++---
 init/Kconfig          |  1 +
 kernel/sched/core.c   |  2 +-
 kernel/sched/stats.h  |  4 ++--
 lib/Kconfig.debug     |  5 +++++
 6 files changed, 19 insertions(+), 10 deletions(-)

-- 
2.4.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-07-05  8:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-25 18:23 [PATCH v2 0/2] Clean up schedstat and task delay acct config options Naveen N. Rao
2015-06-25 18:23 ` [PATCH v2 1/2] schedstat: Simplify sched_info accounting dependency Naveen N. Rao
2015-06-30 13:30   ` Srikar Dronamraju
2015-06-30 13:33     ` Balbir Singh
2015-07-03  7:45   ` [tip:sched/urgent] sched/stat: Simplify the " tip-bot for Naveen N. Rao
2015-07-04  8:07   ` tip-bot for Naveen N. Rao
2015-06-25 18:23 ` [PATCH v2 2/2] schedstat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO is set Naveen N. Rao
2015-06-30  5:55   ` Srikar Dronamraju
2015-06-30  6:16     ` Naveen N. Rao
2015-06-30  9:06     ` [PATCH v3 " Naveen N. Rao
2015-06-30 13:29       ` Srikar Dronamraju
2015-06-30 13:32         ` Balbir Singh
2015-07-03  7:46       ` [tip:sched/urgent] sched/stat: Expose /proc/pid/ schedstat if CONFIG_SCHED_INFO=y tip-bot for Naveen N. Rao
2015-07-04  8:07       ` tip-bot for Naveen N. Rao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.