Skip to content

Shell script takes kernel function to time, and command to execute, and generates the requested output

Notifications You must be signed in to change notification settings

dvalinrh/bpf_func_trace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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"

About

Shell script takes kernel function to time, and command to execute, and generates the requested output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages