From mboxrd@z Thu Jan 1 00:00:00 1970 From: anupam.kapoor@gmail.com (Anupam Kapoor) Date: Mon, 09 Mar 2015 15:53:22 +0530 Subject: Difference between System.map and /proc/kallsyms In-Reply-To: <54FD36E0.4020200@gmail.com> References: <54FD36E0.4020200@gmail.com> Message-ID: <878uf6lbad.fsf@fatcat.parallelwireless> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org >>>>> [2015-03-09T11:30:00+0530]: "Jamal" (Jamal): ,----[ Jamal ] | Hi.. | | After reading Documentation on System.map, i understood that , whenever | an oops happens the following addresses will be converted to its | function name by klogd daemon using System.map. | | Now when we have /proc/kallsyms which stores the symbol table in the | kernel image itself.Then what is the need of System.map file??Is any | process or daemon still using it?? `---- oldish, but quite useful: http://www.dirac.org/linux/system.map/ --- thanks anupam