[<prev] [next>] [day] [month] [year] [list]
Message-Id: <11859243121802-git-send-email-clameter@sgi.com>
Date: Tue, 31 Jul 2007 16:25:05 -0700
From: Christoph Lameter <clameter@....com>
To: linux-kernel@...r.kernel.org
Subject: [RFC] Simple Performance Counters
The following patches implement a simple way to do performance counters using
the time stamp registers on various platforms. The functionality here has been
useful to me in the past when I had to investigate the performance of certain
code paths in the Linux kernel.
The patchset is useful as is for me. There have been requests to make this
functionality available in general. I'd appreciate if someone could step
forward to do this since I already have my hands in too many things.
The patchset can also be retrieved via GIT PULL from kernel.org
git pull git://git.kernel.org/pub/scm/linux/kernel/git/christoph/misc.git perfcount
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists