Is there a way to get function caller in linux kernel? I know __func__ returns the function name which is executing. I am looking for the function whic
You can also print the entire call stack contents by calling dump_stack().