From: Rusty Russell <rusty@rustcorp.com.au>
To: Matt Mackall <mpm@selenic.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>,
David Rientjes <rientjes@google.com>,
Andrew Morton <akpm@linux-foundation.org>,
lkml - Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: maps2-make-proc-pid-smaps-optional-under-config_embedded.patch
Date: Sun, 08 Jul 2007 16:19:34 +1000 [thread overview]
Message-ID: <1183875574.6005.275.camel@localhost.localdomain> (raw)
Matt wrote:
> This interface is primarily useful for doing memory profiling and not much use
> on deployed embedded boxes. Make it optional. Together with
> /proc/pid/clear_refs, this save a few K.
How about a single config option for all these?
===
maps2-CONFIG_PROC_PAGE_MONITOR.patch
Merge the three config options PROC_SMAPS/PROC_CLEAR_REFS/PROC_PAGEMAP
and report the approximate memory usage (i386 SMP).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff -r 5a7ada4f5442 init/Kconfig
--- a/init/Kconfig Sun Jul 08 15:29:26 2007 +1000
+++ b/init/Kconfig Sun Jul 08 16:01:35 2007 +1000
@@ -636,32 +636,14 @@ config SLOB
endchoice
-config PROC_SMAPS
- default y
- bool "Enable /proc/pid/smaps support" if EMBEDDED && PROC_FS && MMU
- help
- The /proc/pid/smaps interface reports a process's private and
- shared memory per mapping. Disabling this interface will reduce
- the size of the kernel for small machines.
-
-config PROC_CLEAR_REFS
- default y
- bool "Enable /proc/pid/clear_refs support" if EMBEDDED && PROC_FS && MMU
- help
- The /proc/pid/clear_refs interface allows clearing the
- referenced bits on a process's memory maps to allow monitoring
- working set size. Disabling this interface will reduce
- the size of the kernel for small machines.
-
-config PROC_PAGEMAP
- default y
- bool "Enable /proc/pid/pagemap support" if EMBEDDED && PROC_FS && MMU
- help
- The /proc/pid/pagemap interface allows reading the
- kernel's virtual memory to page frame mapping to determine which
- individual pages a process has mapped and which pages it shares
- with other processes. Disabling this interface will reduce the
- size of the kernel for small machines.
+config PROC_PAGE_MONITOR
+ default y
+ bool "Enable /proc page monitoring" if EMBEDDED && PROC_FS && MMU
+ help
+ Various /proc files exist to monitor process memory utilization:
+ /proc/pid/smaps, /proc/pid/clear_refs and /proc/pid/pagemap.
+ Disabling these interfaces will reduce the size of the kernel by
+ approximately 4kb.
config PROC_KPAGEMAP
default y
@@ -670,7 +652,7 @@ config PROC_KPAGEMAP
The /proc/pid/kpagemap interface allows reading the
kernel's per-page flag and usage counts to gather precise
information on page-level memory usage. Disabling this interface
- will reduce the size of the kernel for small machines.
+ will reduce the size of the kernel by around 600 bytes.
endmenu # General setup
next reply other threads:[~2007-07-08 6:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-08 6:19 Rusty Russell [this message]
2007-07-09 20:24 ` maps2-make-proc-pid-smaps-optional-under-config_embedded.patch Matt Mackall
2007-07-10 2:08 ` maps2-make-proc-pid-smaps-optional-under-config_embedded.patch Rusty Russell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1183875574.6005.275.camel@localhost.localdomain \
--to=rusty@rustcorp.com.au \
--cc=akpm@linux-foundation.org \
--cc=jeremy@goop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mpm@selenic.com \
--cc=rientjes@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome