summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-report
blob: 0f0e9d453bb48a606b3c6522a104bd16499fede8 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# description: system-wide syscall counts
# args: [comm]
if [ $# -gt 0 ] ; then
    if ! expr match "$1" "-" > /dev/null ; then
	comm=$1
	shift
    fi
fi
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
?h=linux-5.14.y&id=cc6de1680538633e4ef9540b2313fa2481a7c641'>memblock: use separate iterators for memory and reserved regionsMike Rapoport 2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport 2020-10-13memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport 2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe 2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe 2020-09-01clang-format: Update with the latest for_each macro listMiguel Ojeda