Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 265 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 265 Bytes

bpf_func_trace

Is a simple shell script that generates a bpftrace script to track the time spent in a given kernel function. Usage

./time_func.sh ""

./time_func.sh do_idle ./test_program

./time_func.sh do_idle "sleep 60"