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
1f96'>staging: fsl-mc: Move DPCON out of stagingBogdan Purcareata 2018-03-14staging: fsl-mc: Move DPBP out of stagingBogdan Purcareata 2018-03-08staging: fsl-mc/dpio: Add missing argument identifierRoy Pledge 2018-03-08staging: fsl-mc/dpio: Fix incorrect maskingIoana Radulescu 2018-03-08staging: fsl-mc/dpio: Use __leXX types where neededIoana Radulescu 2018-03-08staging: fsl-mc/dpio: Fix cast truncate warningIoana Radulescu 2018-03-08staging: fsl-mc/dpio: Fix incorrect castIoana Radulescu 2018-03-06staging: fsl-mc/dpio: remove unused functionAnders Roxell 2018-03-01staging: fsl-mc: Cleanup dpbp and dpcon APIBogdan Purcareata 2018-03-01staging: fsl-mc/dpio: qbman_pull_desc_set_token() can be staticFengguang Wu 2018-03-01staging: fsl-mc/dpio: allow the driver to compile multi-archIoana Radulescu 2018-03-01staging: fsl-mc: dpio: remove foolish -Werror Makefile addtionGreg Kroah-Hartman 2018-03-01staging: fsl-mc/dpio: Fix incorrect castsIoana Radulescu 2018-02-22staging: fsl-mc: Move irqchip code out of stagingBogdan Purcareata 2018-02-22staging: fsl-mc: Move core bus out of stagingBogdan Purcareata 2018-01-22staging: fsl-mc: Add SPDX license identifiersBogdan Purcareata 2018-01-17staging: fsl-mc: make function its_fsl_mc_msi_init staticColin Ian King 2018-01-17staging: fsl-mc: Convert documentation to rst formatIoana Radulescu 2018-01-16staging: fsl-mc: README cleanupIoana Radulescu 2018-01-16staging: fsl-mc: Update include headerIoana Radulescu 2018-01-16staging: fsl-mc: Remove unnecessary dependencyIoana Radulescu 2018-01-16staging: fsl-mc: Remove dead codeIoana Radulescu 2018-01-16staging: fsl-mc: Consolidate bus core header filesBogdan Purcareata 2018-01-16staging: fsl-mc: Cleanup dprc and dpmcp header filesBogdan Purcareata 2018-01-08staging: fsl-mc/dpio: Add dpaa2_io_service_select() APIIoana Radulescu 2017-12-13staging: fsl-mc: do not print error in case of defer probe errorNipun Gupta 2017-12-13staging: fsl-mc: Allocate IRQ's before scanning DPRC objectsNipun Gupta 2017-11-28staging: fsl-mc: use 32bits to support 64K size mc-portalsBharat Bhushan 2017-11-27staging: fsl-mc-bus: fix build warningGreg Kroah-Hartman 2017-11-27staging: fsl-mc: use device_type instead of strcmp()Laurentiu Tudor 2017-11-27staging: fsl-mc: add support for device typeLaurentiu Tudor 2017-11-27staging: fsl-mc: remove debug WARN_ONs doubling error checksLaurentiu Tudor 2017-11-27staging: fsl-mc: remove some superfluous WARN_ONsLaurentiu Tudor 2017-11-27staging: fsl-mc/dpio: change to use EXPORT_SYMBOL_GPL()Laurentiu Tudor 2017-11-27staging: fsl-mc: consistently use EXPORT_SYMBOL_GPL()Laurentiu Tudor 2017-11-27staging: fsl-mc/dpio: remove couple of unused functionsLaurentiu Tudor 2017-11-27staging: fsl-mc/dpio: drop EXPORT_SYMBOL() for a few functionsLaurentiu Tudor 2017-11-27staging: fsl-mc/dpio: remove incomplete refcount implementationLaurentiu Tudor 2017-11-27staging: fsl-mc: drop unused dpcon APIsLaurentiu Tudor 2017-10-03staging: fsl-mc/dpio: Fix incorrect comparisonIoana Radulescu