Em Fri, Aug 07, 2015 at 03:24:05PM -0700, Andi Kleen escreveu:
> From: Andi Kleen <a...@linux.intel.com>
> 
> For perf report/script srcline currently only the base file name
> of the source file is printed. This is a good default because
> it usually fits on the screen.
> 
> But in some cases we want to know the full file name,
> for example to aggregate hits per file.
> 
> In the later case we need more than the base file name
> to resolve file naming collisions: for example the kernel source
> has ~70 files named "core.c"
> 
> It's also useful as input to post processing tools which
> want to point to the right file.
> 
> Add a flag to allow full file name output.
> 
> Add an option to perf report/script to enable this option.

Applied
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to