You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While instrumenting kernel functions, the function nvbit_get_related_functions() is used to get a list of all the functions the kernel function might call (sorry for my repetitions).
My question is: why isn't printf among them? Can't we also instrument library functions?
The text was updated successfully, but these errors were encountered:
While instrumenting kernel functions, the function
nvbit_get_related_functions()
is used to get a list of all the functions the kernel function might call (sorry for my repetitions).My question is: why isn't
printf
among them? Can't we also instrument library functions?The text was updated successfully, but these errors were encountered: