summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-by-pid-record
blob: d6940841e54fc391fb7b7779d1adaa560f0d2e3a (plain)
1
2
3
#!/bin/bash
(perf record -e raw_syscalls:sys_enter $@ || \
 perf record -e syscalls:sys_enter $@) 2> /dev/null
[PARISC] parisc: "extern inline" -> "static inline"Adrian Bunk 2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller 2007-02-17[PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macroHelge Deller 2006-12-02[NET]: PARISC checksum annotations and cleanups.Al Viro