Milian Wolff <[email protected]> writes:

> Hello all,
>
> I wonder whether there is a way to reduce the size of perf data files. Esp. 
> when I collect call graph information via Dwarf on user space applications, I 
> easily end up with multiple gigabytes of data in just a few seconds.

Use a fixed period and reduce the period or so.

-c 10000000

Don't use dwarf backtracing.

On new enough perf you can disable time stamps --no-time.

-Andi

-- 
[email protected] -- Speaking for myself only
--
To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to