Re: [PATCH 08/11] perf kvm: allow for variable string sizes

2014-05-05 Thread David Ahern
On 5/5/14, 4:27 AM, Christian Borntraeger wrote: diff --git a/tools/perf/builtin-kvm.c b/tools/perf/builtin-kvm.c index 922706c..806c0e4 100644 --- a/tools/perf/builtin-kvm.c +++ b/tools/perf/builtin-kvm.c @@ -75,7 +75,7 @@ struct kvm_events_ops { bool (*is_end_event)(struct perf_evsel *e

Re: [PATCH 08/11] perf kvm: allow for variable string sizes

2014-05-05 Thread Christian Borntraeger
David, thanks for the review. Are you ok with this change as well? The alternative is to shorten our descriptions (in 1/11 s390: add sie exit reasons tables), which would make the trace output less comprehensible, though. Christian On 25/04/14 11:12, Christian Borntraeger wrote: > From: Alex

[PATCH 08/11] perf kvm: allow for variable string sizes

2014-04-25 Thread Christian Borntraeger
From: Alexander Yarygin This makes it possible for other architectures to decode to different string lengths. Needed by follow-up patch "perf kvm: add stat support on s390". Signed-off-by: Alexander Yarygin Signed-off-by: Christian Borntraeger --- tools/perf/builtin-kvm.c | 38 ++