#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null co'/>
summaryrefslogtreecommitdiff
path: root/scripts/sorttable.h
AgeCommit message (Expand)Author
2022-01-18script/sorttable: Fix some initialization problemsYinan Liu
2022-01-13scripts: ftrace - move the sort-processing in ftrace_initYinan Liu
2021-12-11script/sorttable: Code style improvementsYinan Liu