Searched full:funcinterval (Results 1 – 6 of 6) sorted by relevance
1 Demonstrations of funcinterval, the Linux eBPF/bcc version.7 funcinterval is born for this purpose.12 to check every detail latency. By funcinterval, we can save a lot of time17 # ./funcinterval xhci_ring_ep_doorbell -d 2 -u39 # ./funcinterval blk_start_request -i 2 -u62 # ./funcinterval ion_ioctl -i 2 -m76 # ./funcinterval t:block:block_bio_queue -d 30 -u102 # ./funcinterval t:block:block_rq_issue -d 30 -u122 funcinterval also supports tracepoint filter. The above two cases are under EMMC127 # ./funcinterval -p `pidof -s top` c:malloc -i 3[all …]
4 # funcinterval Time interval between the same function, tracepoint7 # USAGE: funcinterval [-h] [-p PID] [-i INTERVAL] [-T] [-u] [-m] [-v] pattern9 # Run "funcinterval -h" for full usage.25 ./funcinterval do_sys_open27 ./funcinterval -u xhci_ring_ep_doorbell29 ./funcinterval -m do_nanosleep31 ./funcinterval -mTi 5 vfs_read33 ./funcinterval -p 181 vfs_read35 ./funcinterval t:vmscan:mm_vmscan_direct_reclaim_begin37 ./funcinterval -p `pidof -s top` -i 3 c:malloc[all …]
1 .TH funcinterval 8 "2020-05-27" "USER COMMANDS"3 funcinterval \- Time interval between the same function, tracepoint as a histogram.5 .B funcinterval [\-h] [\-p PID] [\-i INTERVAL] [\-d DURATION] [\-T] [\-u] [\-m] [\-v] pattern13 funcinterval is born for this purpose.55 .B funcinterval do_sys_open59 .B funcinterval -u xhci_ring_ep_doorbell63 .B funcinterval -m do_nanosleep67 .B funcinterval -mTi 5 vfs_read71 .B funcinterval -p 181 vfs_read75 .B funcinterval t:vmscan:mm_vmscan_direct_reclaim_begin[all …]
169 funcinterval:170 command: bcc-wrapper funcinterval
121 - tools/[funcinterval](tools/funcinterval.py): Time interval between the same function as a histogr…
182 * new tools: funcinterval.py, dirtop.py