Given the address (e.g. c03a9a4c) of an instruction in vmlinux file and the vmlinux file, how to figure out the corresponding line number in the source code. I don't want to figure it out manually.
[ 24.358093] C0 [ kworker/0:2] [c03a9a4c] (dbs_check_cpu+0x324/0x340) from [c03a9edc] (do_dbs_timer+0x54/0xf4)
Is these any tool to which we pass the address (c03a9a4c) and the vmlinux file and the tool gives the line number and the .c file name as output.