login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
15
Re: [PATCH 11/11] maps3: make page monitoring /proc file optional
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Dave Hansen
Subject:
Re: [PATCH 11/11] maps3: make page monitoring /proc file optional
Date: Monday, October 15, 2007 - 3:49 pm
On Mon, 2007-10-15 at 17:26 -0500, Matt Mackall wrote:
quoted text
> > +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, /proc/pid/pagemap, > + /proc/kpagecount, and /proc/kpageflags. Disabling these > + interfaces will reduce the size of the kernel by approximately 4kb.
How about pulling the EMBEDDED off there? I certainly want it for non-embedded reasons. ;) -- Dave -
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:
[PATCH 0/11] maps3: pagemap monitoring v3
, Matt Mackall
, (Mon Oct 15, 3:25 pm)
[PATCH 1/11] maps3: add proportional set size accounting i ...
, Matt Mackall
, (Mon Oct 15, 3:25 pm)
[PATCH 2/11] maps3: introduce task_size_of for all arches
, Matt Mackall
, (Mon Oct 15, 3:25 pm)
[PATCH 3/11] maps3: move is_swap_pte
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 4/11] maps3: introduce a generic page walker
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 5/11] maps3: use pagewalker in clear_refs and smaps
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 6/11] maps3: simplify interdependence of maps and smaps
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 7/11] maps3: move clear_refs code to task_mmu.c
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 8/11] maps3: regroup task_mmu by interface
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 9/11] maps3: add /proc/pid/pagemap interface
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 10/11] maps3: add /proc/kpagecount and /proc/kpagef ...
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 11/11] maps3: make page monitoring /proc file optional
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
Re: [PATCH 4/11] maps3: introduce a generic page walker
, Jeremy Fitzhardinge
, (Mon Oct 15, 3:40 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Dave Hansen
, (Mon Oct 15, 3:48 pm)
Re: [PATCH 11/11] maps3: make page monitoring /proc file o ...
, Dave Hansen
, (Mon Oct 15, 3:49 pm)
Re: [PATCH 11/11] maps3: make page monitoring /proc file o ...
, Jeremy Fitzhardinge
, (Mon Oct 15, 3:51 pm)
Re: [PATCH 4/11] maps3: introduce a generic page walker
, Dave Hansen
, (Mon Oct 15, 4:05 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Matt Mackall
, (Mon Oct 15, 4:11 pm)
Re: [PATCH 4/11] maps3: introduce a generic page walker
, Jeremy Fitzhardinge
, (Mon Oct 15, 4:20 pm)
Re: [PATCH 4/11] maps3: introduce a generic page walker
, Matt Mackall
, (Mon Oct 15, 4:30 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Dave Hansen
, (Mon Oct 15, 4:34 pm)
Re: [PATCH 1/11] maps3: add proportional set size accounti ...
, David Rientjes
, (Mon Oct 15, 4:36 pm)
Re: [PATCH 2/11] maps3: introduce task_size_of for all arches
, David Rientjes
, (Mon Oct 15, 4:45 pm)
Re: [PATCH 11/11] maps3: make page monitoring /proc file o ...
, Rusty Russell
, (Mon Oct 15, 5:03 pm)
Re: [PATCH 1/11] maps3: add proportional set size accounti ...
, Matt Mackall
, (Mon Oct 15, 5:18 pm)
Re: [PATCH 11/11] maps3: make page monitoring /proc file o ...
, Matt Mackall
, (Mon Oct 15, 5:20 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Matt Mackall
, (Mon Oct 15, 5:35 pm)
Re: [PATCH 2/11] maps3: introduce task_size_of for all arches
, Dave Hansen
, (Mon Oct 15, 5:36 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Dave Hansen
, (Mon Oct 15, 5:49 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Matt Mackall
, (Mon Oct 15, 5:58 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Dave Hansen
, (Mon Oct 15, 6:07 pm)
Re: [PATCH 1/11] maps3: add proportional set size accounti ...
, David Rientjes
, (Mon Oct 15, 7:24 pm)
Re: [PATCH 2/11] maps3: introduce task_size_of for all arches
, David Rientjes
, (Mon Oct 15, 7:26 pm)
Re: [PATCH 4/11] maps3: introduce a generic page walker
, David Rientjes
, (Mon Oct 15, 9:58 pm)
Re: [PATCH 5/11] maps3: use pagewalker in clear_refs and smaps
, David Rientjes
, (Mon Oct 15, 10:03 pm)
Re: [PATCH 7/11] maps3: move clear_refs code to task_mmu.c
, David Rientjes
, (Mon Oct 15, 10:11 pm)
Re: [PATCH 11/11] maps3: make page monitoring /proc file o ...
, David Rientjes
, (Mon Oct 15, 10:25 pm)
maps3: introduce task_size_of for all arches (updated v4)
, Dave Hansen
, (Tue Oct 16, 10:18 am)
Re: maps3: introduce task_size_of for all arches (updated v4)
, David Rientjes
, (Tue Oct 16, 10:25 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Chris Mason
Re: [Bug #11548] kernel BUG at drivers/pci/intel-iommu.c:1373!
Rafael J. Wysocki
[Bug #11559] 2.6.27-rc6: nohz + s2ram = need to press keys to get progress
Linus Torvalds
Linux 2.6.34-rc4
David Miller
Re: 'global' rq->clock
Borislav Petkov
2.6.23-rc1: no setup signature found...
git
:
Len Brown
Re: fatal: unable to create '.git/index': File exists
Oliver Hoffmann
git init --bare versus git --bare init
Sam Song
Fwd: [OT] Re: Git via a proxy server?
Neal Kreitzinger
Re: clone --bare vs push
Gary Yang
Re: fatal: did you run git update-server-info on the server? mv post-update.sample...
linux-netdev
:
William Allen Simpson
[net-next-2.6 PATCH v8 0/7] TCPCT part 1: cookie option exchange
Jamie Lokier
Re: POHMELFS high performance network filesystem. Transactions, failover, performa...
Ramachandra K
Re: [ofa-general] Re: [PATCH 10/13] QLogic VNIC: Driver Statistics collection
Krzysztof Oledzki
Re: Error: an inet prefix is expected rather than "0/0".
David Miller
Re: [PATCH 2/2] macb: process the RX ring regardless of interrupt status
git-commits-head
:
Linux Kernel Mailing List
checkpatch: add check for too short Kconfig descriptions
Linux Kernel Mailing List
V4L/DVB (10826): cx88: Add IR support to pcHDTV HD3000 & HD5500
Linux Kernel Mailing List
V4L/DVB (13368): af9015: support for Sveon STV20 Tuner USB DVB-T HDTV
Linux Kernel Mailing List
Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature)
Linux Kernel Mailing List
ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errata
openbsd-misc
:
Sevan / Venture37
Re: This is what Linus Torvalds calls openBSD crowd
Private Equity Investment Exchange of Vietnam
Cong cu huu hieu: Cong giao tiep dau tu chuyen nghiep nhat Vietnam | Private Equit...
mark reardon
pfctl not loading rules - Must enable table loading for optimizations
Nick Guenther
Re: This is what Linus Torvalds calls openBSD crowd
L. V. Lammert
OT, .. but has anyone seen a crontab editor
Colocation donated by:
Syndicate