- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I generated report in linux system for c++ code by attaching it to the running process using vtune amplifier and then when I am viewing it in windows
in top -down tree , it show that [outside any known module] has taken 30 % of CPU time while for rest 70% time it shows some function names.
I want to know what all are the possibile locations ,tasks,activities etc where this 30% time is getting consumed and is not mentioned in the report
Any kind of probable ideas may be helpful.
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You want to know all the possibilities without telling us what resources you use in your program. Then it will be up to you to figure this out.
To start with, you might run ldd on your executables to see which .so are involved, and bring those and your vmlinux over to windows to put them on the VTune analyzer search path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Except that "[Outside any known module]" means exactly that! If it were in vmlinux and no symbols were available, it would say "[vmlinux]". So, the question is, does your application generate any "code on the fly?" For example, does it JIT code?
Also, which Linux are you running on? Is it customized in any way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you post the pic of top-down tree?
As MrAnderson said there is possibility that some managed code was used in your program.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page