]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - tools/perf/builtin-report.c
Merge branch 'linus' into perf/core
[net-next-2.6.git] / tools / perf / builtin-report.c
index 371a3c995806ade919deb62a95dcc0ffa5329a91..ce42bbaa252d822be55aec11fa6392fd67793798 100644 (file)
@@ -107,7 +107,7 @@ static int perf_session__add_hist_entry(struct perf_session *self,
                goto out_free_syms;
        err = 0;
        if (symbol_conf.use_callchain) {
-               err = append_chain(he->callchain, data->callchain, syms);
+               err = append_chain(he->callchain, data->callchain, syms, data->period);
                if (err)
                        goto out_free_syms;
        }