[newbie question] addresses of loaded programs/functions

2001-06-01 Thread Collins, Tom

Hello

I am writing a profiling tool for a project I am working on,
and I need to know how to map addresses of calling functions
to the appropriate human-readable name.  Is there a data structure
in the kernel that I can access to achieve this?  Or can I reference
a load map (in days gone by, I used to refer to this as a link-edit
map) given the load address of the program?  Where can I find the
load address of the program?

Thanks

Tom Collins
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



[newbie question] addresses of loaded programs/functions

2001-06-01 Thread Collins, Tom

Hello

I am writing a profiling tool for a project I am working on,
and I need to know how to map addresses of calling functions
to the appropriate human-readable name.  Is there a data structure
in the kernel that I can access to achieve this?  Or can I reference
a load map (in days gone by, I used to refer to this as a link-edit
map) given the load address of the program?  Where can I find the
load address of the program?

Thanks

Tom Collins
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/