xref: /kernel/linux/linux-5.10/tools/perf/scripts/perl/bin/failed-syscalls-report
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/perf/scripts/perl/bin/
18c2ecf20Sopenharmony_ci#!/bin/bash
28c2ecf20Sopenharmony_ci# description: system-wide failed syscalls
38c2ecf20Sopenharmony_ci# args: [comm]
48c2ecf20Sopenharmony_ciif [ $# -gt 0 ] ; then
58c2ecf20Sopenharmony_ci    if ! expr match "$1" "-" > /dev/null ; then
68c2ecf20Sopenharmony_ci	comm=$1
78c2ecf20Sopenharmony_ci	shift
88c2ecf20Sopenharmony_ci    fi
98c2ecf20Sopenharmony_cifi
108c2ecf20Sopenharmony_ciperf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
11

Indexes created Thu Nov 07 10:32:03 CST 2024