0001
0002
0003
0004
0005
0006 check_error() {
0007 ftrace_errlog_check 'hist:kmem:kmalloc' "$1" 'events/kmem/kmalloc/trigger'
0008 }
0009
0010 check_error 'hist:keys=common_pid:vals=bytes_req:sort=common_pid,^junk'
0011 check_error 'hist:keys=common_pid:vals=bytes_req:^sort='
0012 check_error 'hist:keys=common_pid:vals=bytes_req:^sort=common_pid,'
0013 check_error 'hist:keys=common_pid:vals=bytes_req:sort=common_pid.^junk'
0014 check_error 'hist:keys=common_pid:vals=bytes_req,bytes_alloc:^sort=common_pid,bytes_req,bytes_alloc'
0015
0016 exit 0