第一步:
#perf probe ‘__fput’
Added new event:
probe:__fput (on __fput)
You can now use it in all perf tools, such as:
perf record -e probe:__fput -aR sleep 1
第二步:
sec01-fwa-a:root/root/perf:
#perf record -e probe:__fput -g
得到结果:
第一步:
#perf probe ‘__fput’
Added new event:
probe:__fput (on __fput)
You can now use it in all perf tools, such as:
perf record -e probe:__fput -aR sleep 1
第二步:
sec01-fwa-a:root/root/perf:
#perf record -e probe:__fput -g
得到结果: