Re: [PATCH v2 3/4] perf record: enable runtime trace compression

From: Alexey Budankov
Date: Wed Feb 20 2019 - 10:13:09 EST



On 12.02.2019 16:08, Jiri Olsa wrote:
> On Mon, Feb 11, 2019 at 11:23:40PM +0300, Alexey Budankov wrote:
>
> SNIP
>
>> diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c
>> index 18fb9c8cbf9c..5d406eebd058 100644
>> --- a/tools/perf/util/session.c
>> +++ b/tools/perf/util/session.c
>> @@ -29,6 +29,112 @@
>> #include "stat.h"
>> #include "arch/common.h"
>>
>
> I think this should not be in session.c but separated in new object

Do you mean the new file?

Thanks,
Alexey