On 6/11/11 9:24 AM, Sam Liao wrote:

I noticed similar error, but It seems it leads by the "-s pid" option
instead added "caller/callee" specifier. Remove this patch, symptom
also showed up.

Yes - the bug doesn't seem to be caused by your patch, but it affects the primary use case with -g graph,0.5,caller --sort pid.

builtin-report.c:

        /*
         * Only in the newt browser we are doing integrated annotation,
         * so we don't allocated the extra space needed because the stdio
         * code will not use it.
         */
        if (al->sym != NULL && use_browser > 0) {

makes it clear why it hits the --tui case, but not --stdio. I'll probably just disable this code path for now, until there is a better solution.

 -Arun
--
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