Re: [PATCH] [PERF] do not manually count string lengths

From: Vincent Legoll
Date: Tue Oct 13 2009 - 08:49:30 EST


On Tue, Oct 13, 2009 at 2:27 PM, Ingo Molnar <mingo@xxxxxxx> wrote:
>> Was your list really comprehensive ?
>
> ah, yes - perf_callchain.c too indeed. The pattern does not have to be
> 100% full coverage.

How looks the attached ?

--
Vincent Legoll
From 74ef7cf99d1c5415771a4c7c98e72e247339ebe6 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@xxxxxxxxx>
Date: Tue, 13 Oct 2009 14:41:46 +0200
Subject: [PATCH] Update performance events subsystem maintainers entry

Add file patterns that match relevant files for this
subsystem.

Signed-off-by: Vincent Legoll <vincent.legoll@xxxxxxxxx>
---
MAINTAINERS | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 69e31aa..cf69091 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4071,6 +4071,13 @@ M: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
M: Paul Mackerras <paulus@xxxxxxxxx>
M: Ingo Molnar <mingo@xxxxxxx>
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@xxxxxxxxxxxxx>
--
1.6.0.4