path: pcp_7.1.0-1/vendor/github.com/iovisor/bcc/libbpf-tools/memleak.c "\n" "EXAMPLES:\n" "./memleak -p $(pidof allocs)\n" " Trace allocations and display a summary of 'leaked' (outstanding)\n" " allocations every 5 seconds\n" path: pcp_7.1.0-1/vendor/github.com/iovisor/bcc/libbpf-tools/memleak.c "./memleak -s 5\n" " Trace roughly every 5th allocation, to reduce overhead\n" "./memleak -p $(pidof allocs) -S je_\n" " Trace task who use jemalloc\n" ""; path: pcp_7.1.0-1/vendor/github.com/iovisor/bcc/libbpf-tools/memleak.c "./memleak -p $(pidof allocs) -t\n" " Trace allocations and display each individual allocator function call\n" "./memleak -ap $(pidof allocs) 10\n" " Trace allocations and display allocated addresses, sizes, and stacks\n" " every 10 seconds for outstanding allocations\n" path: pcp_7.1.0-1/vendor/github.com/iovisor/bcc/libbpf-tools/memleak.c " Trace allocations and display a summary of 'leaked' (outstanding)\n" " allocations every 5 seconds\n" "./memleak -p $(pidof allocs) -t\n" " Trace allocations and display each individual allocator function call\n" "./memleak -ap $(pidof allocs) 10\n" path: pcp_7.1.0-1/vendor/github.com/iovisor/bcc/libbpf-tools/syscount.c "EXAMPLES:\n" " syscount # print top 10 syscalls by count every second\n" " syscount -p $(pidof dd) # look only at a particular process\n" " syscount -L # measure and sort output by latency\n" " syscount -P # group statistics by pid, not by syscall\n"