diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-14 15:25:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-14 15:25:23 -0700 |
commit | 220a6258b1bac1f0b050a99aa8233330d6c8c416 (patch) | |
tree | a1a329f07ab904ccfeb5a58aa528ec28872b1f13 /MAINTAINERS | |
parent | f061d83a2b29f08b41c494335b7d23a432cb5a2d (diff) | |
parent | a003236c32706f3c1f74d4e3b98c58cf0d9a9d8f (diff) | |
download | linux-3.10-220a6258b1bac1f0b050a99aa8233330d6c8c416.tar.gz linux-3.10-220a6258b1bac1f0b050a99aa8233330d6c8c416.tar.bz2 linux-3.10-220a6258b1bac1f0b050a99aa8233330d6c8c416.zip |
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
perf events: Update MAINTAINERS entry file patterns
perf tools: Remove static debugfs path from parse-events
perf tools: Fix the NO_64BIT build on pure 64-bit systems
perf tools: Fix const char type propagation
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ff968842ce5..6b057778477 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4076,6 +4076,13 @@ M: Peter Zijlstra <a.p.zijlstra@chello.nl> M: Paul Mackerras <paulus@samba.org> M: Ingo Molnar <mingo@elte.hu> S: Supported +F: kernel/perf_event.c +F: include/linux/perf_event.h +F: arch/*/*/kernel/perf_event.c +F: arch/*/include/asm/perf_event.h +F: arch/*/lib/perf_event.c +F: arch/*/kernel/perf_callchain.c +F: tools/perf/ PERSONALITY HANDLING M: Christoph Hellwig <hch@infradead.org> |