xref: /openbmc/linux/tools/perf/scripts/python/bin/syscall-counts-record (revision d47a97bd)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2(perf record -e raw_syscalls:sys_enter $@ || \
3 perf record -e syscalls:sys_enter $@) 2> /dev/null
4

served by {OpenGrok

Last Index Update: Sat May 03 03:01:14 CDT 2025