summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/sctop-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
rations instead of flagsAndreas Gruenbacher 2015-11-13hfsplus: Remove unused xattr handler list operationsAndreas Gruenbacher 2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()Fabian Frederick 2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()Fabian Frederick 2014-06-06hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributesHin-Tak Leung