xref: /linux/tools/perf/scripts/python/bin/sctop-record (revision e5451c8f8330e03ad3cfa16048b4daf961af434f)
147902f36STom Zanussi#!/bin/bash
2*07100877SDaniel Bristot de Oliveira(perf record -e raw_syscalls:sys_enter $@ || \
3*07100877SDaniel Bristot de Oliveira perf record -e syscalls:sys_enter $@) 2> /dev/null
4