RE: [PATCH] Only process_die notifier in ia64_do_page_fault if KPROBES is configured.
From: Luck, Tony (tony.luck_at_intel.com)
Date: 08/31/05
- Previous message: Guy: "RE: Where is the performance bottleneck?"
- Next in thread: Andi Kleen: "Re: [PATCH] Only process_die notifier in ia64_do_page_fault if KPROBES is configured."
- Reply: Andi Kleen: "Re: [PATCH] Only process_die notifier in ia64_do_page_fault if KPROBES is configured."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Aug 2005 16:05:04 -0700 To: "Christoph Lameter" <clameter@engr.sgi.com>, "Rusty Lynch" <rusty@linux.intel.com>
>Please do not generate any code if the feature cannot ever be
>used (CONFIG_KPROBES off). With this patch we still have lots of
>unnecessary code being executed on each page fault.
I can (eventually) wrap this call inside the #ifdef CONFIG_KPROBES.
But I'd like to keep following leads on making the overhead as
low as possible for those people that do have KPROBES configured
(which may be most people if OS distributors ship kernels with
this enabled).
-Tony
-
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: Guy: "RE: Where is the performance bottleneck?"
- Next in thread: Andi Kleen: "Re: [PATCH] Only process_die notifier in ia64_do_page_fault if KPROBES is configured."
- Reply: Andi Kleen: "Re: [PATCH] Only process_die notifier in ia64_do_page_fault if KPROBES is configured."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: [RFC] Changing COW detection to be memory hotplug friendly
... Keeping the swap slot ... is valuable if read fault, but once the page
is dirtied, wouldn't ... I cannot imagine a good enough range of swap performance tests.
... send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - Re: All filesystems hang under long periods of heavy load (read and write) on a filesystem
... > the filesystem on the partition being written to. ... It seems that this
boils down to using PIO mode, after enabling DMA I am ... the fault might not be
fixed, it might just be less obvious... ... send the line "unsubscribe linux-kernel" in
... (Linux-Kernel) - Re: Stop the linux kernel madness - SOLVED!
... > So simply removing this symlink and putting back a link to ... IF the fault
here is SUSE's, then submit THEM a bug report and stop whining in lkml. ... could have between
lkml readers. ... send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - Re: system-freeze: kprobe and do_gettimeofday
... "insmod kgettime.ko" from the console ... double fault, ... Then
I removed all my modules I was able to load the module ... send the line "unsubscribe
linux-kernel" in ... (Linux-Kernel) - Re: [PATCH] [Request for inclusion] Filesystem in Userspace
... > We actually had code that tracked the dirty bit in ... > software (ie
make it unwritable by default, and take the write fault), but ... notes on kernel development
methodology skipped ...] ... send the line "unsubscribe linux-kernel" in ...
(Linux-Kernel)