Re: [PATCH v1 05/15] perf session: introduce decompressor into trace reader object

2020-10-12 Thread Alexey Budankov
On 12.10.2020 19:05, Andi Kleen wrote: > On Mon, Oct 12, 2020 at 11:57:00AM +0300, Alexey Budankov wrote: >> diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h >> index abdb8518a81f..4fc9ccdf7970 100644 >> --- a/tools/perf/util/session.h >> +++ b/tools/perf/util/session.h >> @@ -4

Re: [PATCH v1 05/15] perf session: introduce decompressor into trace reader object

2020-10-12 Thread Andi Kleen
On Mon, Oct 12, 2020 at 11:57:00AM +0300, Alexey Budankov wrote: > diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h > index abdb8518a81f..4fc9ccdf7970 100644 > --- a/tools/perf/util/session.h > +++ b/tools/perf/util/session.h > @@ -42,6 +42,7 @@ struct reader { > u64

[PATCH v1 05/15] perf session: introduce decompressor into trace reader object

2020-10-12 Thread Alexey Budankov
Introduce decompressor to trace reader object so that decompression could be executed on per trace file basis separately for every trace file located at data directory. Signed-off-by: Alexey Budankov --- tools/perf/util/session.c | 4 +++- tools/perf/util/session.h | 1 + 2 files changed, 4 in