Re: knlist fails



pghoratiu@xxxxxxxxx wrote:
I try to read kernel symbol address from the live kernel using knlist()
function but this does not work.
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.basetechref/doc/basetrf1/knlist.htm

Does this function works on AIX?

knlist works fine. It will only "see" symbols that are exported,
as stated in the first line of the manual page, and none of those listed in your OP are in the export list for the kernel (dump [-X64] -Tv
/unix).

.