On Mon, Dec 14, 2015 at 12:28:12AM +0100, Jiri Olsa wrote:
> On Mon, Dec 14, 2015 at 12:23:30AM +0100, Jiri Olsa wrote:
> > On Thu, Dec 10, 2015 at 04:53:28PM +0900, Namhyung Kim wrote:
> > > When sample is processed using multi-thread, each sample is gathered on
> > > each thread's hist tree and t
On Mon, Dec 14, 2015 at 12:23:30AM +0100, Jiri Olsa wrote:
> On Thu, Dec 10, 2015 at 04:53:28PM +0900, Namhyung Kim wrote:
> > When sample is processed using multi-thread, each sample is gathered on
> > each thread's hist tree and then merged into the real hist tree. But
> > hist_entry->hists poin
On Thu, Dec 10, 2015 at 04:53:28PM +0900, Namhyung Kim wrote:
> When sample is processed using multi-thread, each sample is gathered on
> each thread's hist tree and then merged into the real hist tree. But
> hist_entry->hists pointer was not updated so it could refer wrong hists
> resulted in mis
When sample is processed using multi-thread, each sample is gathered on
each thread's hist tree and then merged into the real hist tree. But
hist_entry->hists pointer was not updated so it could refer wrong hists
resulted in missing outputs.
Signed-off-by: Namhyung Kim
---
tools/perf/util/hist.
4 matches
Mail list logo