diff options
author | Joe Perches <joe@perches.com> | 2010-03-05 13:43:09 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-06 11:26:34 -0800 |
commit | dc95ec6fbd9e2426df76b8cf62063d2ee8e32dc2 (patch) | |
tree | 83319b15cf7d667b754606c7d76eb2f7d180316d /MAINTAINERS | |
parent | a9582206c526be81054a8be2227e92a4403d2452 (diff) |
MAINTAINERS: update PERFORMANCE EVENTS F: patterns
To match arch/*/kernel perf_event location changes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 598d4a2e78e..1d2d4caf497 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4257,7 +4257,9 @@ 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/*/kernel/perf_event.c +F: arch/*/kernel/*/perf_event.c +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 |