diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2009-10-13 14:48:14 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-10-13 15:28:52 +0200 |
commit | a003236c32706f3c1f74d4e3b98c58cf0d9a9d8f (patch) | |
tree | 5c33b9567bdc4c438b3c48cc471fbc8d8dbbbf01 /MAINTAINERS | |
parent | 63c9e01e1a0dcecc982137d527d44b5ac808b607 (diff) | |
download | linux-3.10-a003236c32706f3c1f74d4e3b98c58cf0d9a9d8f.tar.gz linux-3.10-a003236c32706f3c1f74d4e3b98c58cf0d9a9d8f.tar.bz2 linux-3.10-a003236c32706f3c1f74d4e3b98c58cf0d9a9d8f.zip |
perf events: Update MAINTAINERS entry file patterns
Add file patterns that match relevant files for this subsystem.
Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
Cc: Linus Torvalds <torvalds@osdl.org>
Cc: paulus@samba.org
Cc: a.p.zijlstra@chello.nl
LKML-Reference: <4727185d0910130548p325f0185vf4e23b5491c730a0@mail.gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 69e31aab130..cf690913f2b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4071,6 +4071,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> |