Home
last modified time | relevance | path

Searched full:funcinterval (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/bcc/tools/
H A Dfuncinterval_example.txt1 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 time
17 # ./funcinterval xhci_ring_ep_doorbell -d 2 -u
39 # ./funcinterval blk_start_request -i 2 -u
62 # ./funcinterval ion_ioctl -i 2 -m
76 # ./funcinterval t:block:block_bio_queue -d 30 -u
102 # ./funcinterval t:block:block_rq_issue -d 30 -u
122 funcinterval also supports tracepoint filter. The above two cases are under EMMC
127 # ./funcinterval -p `pidof -s top` c:malloc -i 3
[all …]
H A Dfuncinterval.py4 # funcinterval Time interval between the same function, tracepoint
7 # USAGE: funcinterval [-h] [-p PID] [-i INTERVAL] [-T] [-u] [-m] [-v] pattern
9 # Run "funcinterval -h" for full usage.
25 ./funcinterval do_sys_open
27 ./funcinterval -u xhci_ring_ep_doorbell
29 ./funcinterval -m do_nanosleep
31 ./funcinterval -mTi 5 vfs_read
33 ./funcinterval -p 181 vfs_read
35 ./funcinterval t:vmscan:mm_vmscan_direct_reclaim_begin
37 ./funcinterval -p `pidof -s top` -i 3 c:malloc
[all …]
/aosp_15_r20/external/bcc/man/man8/
H A Dfuncinterval.81 .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] pattern
13 funcinterval is born for this purpose.
55 .B funcinterval do_sys_open
59 .B funcinterval -u xhci_ring_ep_doorbell
63 .B funcinterval -m do_nanosleep
67 .B funcinterval -mTi 5 vfs_read
71 .B funcinterval -p 181 vfs_read
75 .B funcinterval t:vmscan:mm_vmscan_direct_reclaim_begin
[all …]
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml169 funcinterval:
170 command: bcc-wrapper funcinterval
/aosp_15_r20/external/bcc/
H A DREADME.md121 - tools/[funcinterval](tools/funcinterval.py): Time interval between the same function as a histogr…
/aosp_15_r20/external/bcc/debian/
H A Dchangelog182 * new tools: funcinterval.py, dirtop.py