Re: [PATCH] perf trace: Add beautifier for mremap flags param

From: Arnaldo Carvalho de Melo
Date: Wed Aug 13 2014 - 14:55:51 EST


Em Wed, Aug 13, 2014 at 06:42:40PM +0300, Alex Snast escreveu:
> ~/devel/kernel/tools/perf(branch:master*) » sudo ./perf trace ~/mremap_test
> 0.543 ( 0.003 ms): mprotect(start: 0x600000, len: 4096, prot: READ ) = 0
> 0.550 ( 0.003 ms): mprotect(start: 0x7f441260d000, len: 4096, prot: READ ) = 0
> 0.561 ( 0.010 ms): munmap(addr: 0x7f44125e2000, len: 165572 ) = 0
> 0.595 ( 0.012 ms): mmap(len: 12288, prot: READ|WRITE, flags: SHARED|ANONYMOUS|LOCKED, fd: -1) = 0x12608000
> 0.603 ( 0.006 ms): mremap(addr: 0x7f4412608000, old_len: 4096, new_len: 4096, flags: MAYMOVE|FIXED, new_addr: 0x7f16da295000) = 0xda295000
> 0.608 ( 0.003 ms): mremap(addr: 0x7f441260a000, old_len: 4096, new_len: 4096, flags: MAYMOVE|FIXED, new_addr: 0x7f16da297000) = 0xda297000
> 0.612 ( 0.003 ms): mremap(addr: 0x7f4412609000, old_len: 4096, new_len: 4096, flags: MAYMOVE|FIXED, new_addr: 0x7f16da296000) = 0xda296000
> 0.619 ( 0.000 ms): exit_group(
>
> Signed-off-by: Alex Snast <asnast@xxxxxxxxx>

Thanks, applied.

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