Re: [PATCH V8 16/25] perf tools: Extend the event parser maximum error index

2015-08-06 Thread Arnaldo Carvalho de Melo
Em Fri, Jul 17, 2015 at 07:33:51PM +0300, Adrian Hunter escreveu:
> Extend the event parser maximum error index from 10
> to 13.  That allows PMU config terms of up to 10
> characters to display un-truncated in the error
> message.

Applied
 
> Signed-off-by: Adrian Hunter 
> ---
>  tools/perf/util/parse-events.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c
> index a71eeb279ed2..dbe43acb5fe0 100644
> --- a/tools/perf/util/parse-events.c
> +++ b/tools/perf/util/parse-events.c
> @@ -1105,7 +1105,7 @@ static void parse_events_print_error(struct 
> parse_events_error *err,
>* Maximum error index indent, we will cut
>* the event string if it's bigger.
>*/
> - int max_err_idx = 10;
> + int max_err_idx = 13;
>  
>   /*
>* Let's be specific with the message when
> -- 
> 1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH V8 16/25] perf tools: Extend the event parser maximum error index

2015-07-17 Thread Adrian Hunter
Extend the event parser maximum error index from 10
to 13.  That allows PMU config terms of up to 10
characters to display un-truncated in the error
message.

Signed-off-by: Adrian Hunter 
---
 tools/perf/util/parse-events.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c
index a71eeb279ed2..dbe43acb5fe0 100644
--- a/tools/perf/util/parse-events.c
+++ b/tools/perf/util/parse-events.c
@@ -1105,7 +1105,7 @@ static void parse_events_print_error(struct 
parse_events_error *err,
 * Maximum error index indent, we will cut
 * the event string if it's bigger.
 */
-   int max_err_idx = 10;
+   int max_err_idx = 13;
 
/*
 * Let's be specific with the message when
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/