Lines Matching full:sort

27           [:sort=<field1[,field2,...]>][:size=#entries][:pause][:continue]
46 Additionally, sort keys consisting of up to two fields can be
47 specified by the 'sort' keyword. If more than one field is
48 specified, the result will be a 'sort within a sort': the first key
49 is taken to be the primary sort key and the second the secondary
122 The 'sort' parameter can be used to specify a value field to sort
123 on. The default if unspecified is 'hitcount' and the default sort
124 order is 'ascending'. To sort in the opposite direction, append
125 .descending' to the sort key.
248 # trigger info: hist:keys=call_site:vals=bytes_req:sort=hitcount:size=2048 [active]
288 hist:keys=call_site:vals=bytes_req:sort=hitcount:size=2048 [active]
301 trigger info output, there's a parameter, 'sort=hitcount', which
306 absence of a user-specified sort parameter, is used as the default
307 sort field.
329 # trigger info: hist:keys=call_site.hex:vals=bytes_req:sort=hitcount:size=2048 [active]
374 # trigger info: hist:keys=call_site.sym:vals=bytes_req:sort=hitcount:size=2048 [active]
412 Because the default sort key above is 'hitcount', the above shows a
418 the 'sort' parameter, along with the 'descending' modifier::
420 # echo 'hist:key=call_site.sym:val=bytes_req:sort=bytes_req.descending' > \
424 …# trigger info: hist:keys=call_site.sym:vals=bytes_req:sort=bytes_req.descending:size=2048 [active]
461 # echo 'hist:key=call_site.sym-offset:val=bytes_req:sort=bytes_req.descending' > \
465 …# trigger info: hist:keys=call_site.sym-offset:vals=bytes_req:sort=bytes_req.descending:size=2048 …
500 # echo 'hist:keys=call_site.sym:values=bytes_req,bytes_alloc:sort=bytes_alloc.descending' > \
504 …# trigger info: hist:keys=call_site.sym:vals=bytes_req,bytes_alloc:sort=bytes_alloc.descending:siz…
543 # echo 'hist:keys=stacktrace:values=bytes_req,bytes_alloc:sort=bytes_alloc' > \
555 …# trigger info: hist:keys=stacktrace:vals=bytes_req,bytes_alloc:sort=bytes_alloc:size=2048 [active]
652 # echo 'hist:key=common_pid.execname:val=count:sort=count.descending' > \
656 … # trigger info: hist:keys=common_pid.execname:vals=count:sort=count.descending:size=2048 [active]
697 # trigger info: hist:keys=id.syscall:vals=hitcount:sort=hitcount:size=2048 [active]
747 # echo 'hist:key=id.syscall,common_pid.execname:val=hitcount:sort=id,hitcount' > \
751 …# trigger info: hist:keys=id.syscall,common_pid.execname:vals=hitcount:sort=id.syscall,hitcount:si…
797 # echo 'hist:key=id.syscall,common_pid.execname:val=hitcount:sort=id,hitcount if id == 16' > \
801 …# trigger info: hist:keys=id.syscall,common_pid.execname:vals=hitcount:sort=id.syscall,hitcount:si…
833 sort the output, but we can just as easily use two keys instead.
840 # echo 'hist:key=common_pid.execname,size:val=hitcount:sort=common_pid,size' > \
844 …# trigger info: hist:keys=common_pid.execname,size:vals=hitcount:sort=common_pid.execname,size:siz…
897 # trigger info: hist:keys=child_comm:vals=hitcount:sort=hitcount:size=256 [active]
933 # trigger info: hist:keys=child_comm:vals=hitcount:sort=hitcount:size=256 [paused]
970 # trigger info: hist:keys=child_comm:vals=hitcount:sort=hitcount:size=256 [active]
1054 # trigger info: hist:keys=stacktrace:vals=len:sort=hitcount:size=2048 [paused]
1143 # trigger info: hist:keys=stacktrace:vals=len:sort=hitcount:size=2048 [paused]
1245 … # trigger info: hist:keys=len:vals=hitcount,common_preempt_count:sort=hitcount:size=2048 [active]
1272 # trigger info: hist:keys=skbaddr.hex:vals=hitcount,len:sort=hitcount:size=2048 [active]
1309 …# trigger info: hist:keys=skbaddr.hex:vals=hitcount,len:sort=hitcount:size=2048 if len == 256 [act…
1321 …# trigger info: hist:keys=skbaddr.hex:vals=hitcount,len:sort=hitcount:size=2048 if len > 4096 [act…
1345 …# trigger info: hist:keys=skbaddr.hex:vals=hitcount,len:sort=hitcount:size=2048 if len < 0 [active]
1374 … # trigger info: hist:name=foo:keys=skbaddr.hex:vals=hitcount,len:sort=hitcount:size=2048 [active]
1426 … # trigger info: hist:name=foo:keys=skbaddr.hex:vals=hitcount,len:sort=hitcount:size=2048 [active]
1495 # trigger info: hist:name=bar:keys=stacktrace:vals=hitcount:sort=hitcount:size=2048 [active]
1835 # echo 'hist:keys=pid,prio,lat.log2:sort=lat' >> \
1847 # trigger info: hist:keys=pid,prio,lat.log2:vals=hitcount:sort=lat.log2:size=2048 [active]
1890 # echo 'hist:keys=pid,prio,lat.buckets=10:sort=lat' >> \
1895 …# trigger info: hist:keys=pid,prio,lat.buckets=10:vals=hitcount:sort=lat.buckets=10:size=2048 [act…
2044 # echo 'hist:keys=pid:sort=pid' >> \
2082 # echo 'hist:keys=pid,prio,lat:sort=pid,lat' >> \
2383 # echo 'hist:keys=lat,common_pid:sort=lat' > events/synthetic/latency/trigger
2412 # trigger info: hist:keys=lat,common_pid:vals=hitcount:sort=lat:size=2048 [active]
2714 # echo 'hist:keys=lat,common_pid:sort=lat' > events/synthetic/latency/trigger
2725 # trigger info: hist:keys=lat,common_pid:vals=hitcount:sort=lat:size=2048 [active]