Re: [PATCH v3 10/11] perf tools report: Implement browsing of individual samples
From: Andi Kleen
Date: Mon Mar 04 2019 - 13:13:11 EST
> > +--samples=N::
> > + Save N individual samples for each histogram entry to show context in perf
> > + report tui browser.
>
> maybe we could set some default value (50?)
50 wouldn't fit on the screen.
I turned it off by default intentionally because it will increase the
memory consumption of perf report quite a bit.
It might be possible to set some small default though, but right
now I guess whoever wants it can enable it.
-Andi