mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Davide Libenzi <davidel@xmailserver.org>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: William Lee Irwin III <wli@holomorphy.com>
Subject: [patch 4/4] KMON - kmon build infrastrcuture ...
Date: Sun, 06 May 2007 16:49:15 -0700	[thread overview]
Message-ID: <send-serie.davidel@xmailserver.org.27461.1178495357.4> (raw)

Adds the kmon interface to the build infrastrcuture.


Signed-off-by: Davide Libenzi <davidel@xmailserver.org>


- Davide


Index: linux-2.6.21.scdev/init/Kconfig
===================================================================
--- linux-2.6.21.scdev.orig/init/Kconfig	2007-05-05 18:11:26.000000000 -0700
+++ linux-2.6.21.scdev/init/Kconfig	2007-05-06 14:10:22.000000000 -0700
@@ -492,6 +492,12 @@
 	  on EMBEDDED systems.  /proc/vmstat will only show page counts
 	  if VM event counters are disabled.
 
+config KMON
+	default n
+	bool "Enable Kernel Monitor interface"
+	help
+	  Enable the kernel monitor interface through the /dev/kmon device.
+
 endmenu		# General setup
 
 config RT_MUTEXES
Index: linux-2.6.21.scdev/drivers/char/Makefile
===================================================================
--- linux-2.6.21.scdev.orig/drivers/char/Makefile	2007-05-05 18:11:26.000000000 -0700
+++ linux-2.6.21.scdev/drivers/char/Makefile	2007-05-06 14:10:22.000000000 -0700
@@ -56,6 +56,7 @@
 obj-$(CONFIG_HVCS)		+= hvcs.o
 obj-$(CONFIG_SGI_MBCS)		+= mbcs.o
 obj-$(CONFIG_BRIQ_PANEL)	+= briq_panel.o
+obj-$(CONFIG_KMON)		+= kmon-dev.o
 
 obj-$(CONFIG_PRINTER)		+= lp.o
 obj-$(CONFIG_TIPAR)		+= tipar.o
Index: linux-2.6.21.scdev/kernel/Makefile
===================================================================
--- linux-2.6.21.scdev.orig/kernel/Makefile	2007-05-05 18:11:26.000000000 -0700
+++ linux-2.6.21.scdev/kernel/Makefile	2007-05-06 14:10:22.000000000 -0700
@@ -51,6 +51,7 @@
 obj-$(CONFIG_UTS_NS) += utsname.o
 obj-$(CONFIG_TASK_DELAY_ACCT) += delayacct.o
 obj-$(CONFIG_TASKSTATS) += taskstats.o tsacct.o
+obj-$(CONFIG_KMON) += kmon.o kmon-stats.o
 
 ifneq ($(CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER),y)
 # According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is
Index: linux-2.6.21.scdev/include/linux/Kbuild
===================================================================
--- linux-2.6.21.scdev.orig/include/linux/Kbuild	2007-05-05 18:11:26.000000000 -0700
+++ linux-2.6.21.scdev/include/linux/Kbuild	2007-05-06 14:10:22.000000000 -0700
@@ -246,6 +246,7 @@
 unifdef-y += kernelcapi.h
 unifdef-y += kernel.h
 unifdef-y += keyboard.h
+unifdef-y += kmon.h
 unifdef-y += llc.h
 unifdef-y += loop.h
 unifdef-y += lp.h


                 reply	other threads:[~2007-05-06 23:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=send-serie.davidel@xmailserver.org.27461.1178495357.4 \
    --to=davidel@xmailserver.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wli@holomorphy.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

all inboxes | Powered by JetHome®