multithreading - Linux thread observation: Determine entry point of thread -
to check system performance issues, detect thread creations. can done, checking procfs, newly created "task" folders.
however, beside of information thread created, i'd know thread was: meaning, want start address of function runs in own thread (the function name can obtain debug symbols...).
so far, couldn't find information on in procfs. stack pointers different threads given, don't think can determine "thread function" based on information.
therefore questions are:
- does have idea how determine thread entries information given in procfs?
- does know better way information?
many in advance!
best regards jean-pierre
Comments
Post a Comment