Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

Is it possible to apply callgraph on a linux driver?

oakleychen
Beginner
533 Views

Hi:

I am a new user with VTune.

I use VTune to profile my linux driver.

I have a question , is it possible to apply callgraph on a linux driver?

Thanks.

Oakley.

0 Kudos
1 Reply
aokunev
Beginner
533 Views

Hi

Currently this is absolutely impossible. VTune Callgraph implementation works only with user-space code and cant be used for kernel/kernel modules profiling.

You may want to check oprofile or gprof/UML.

thanks, Andrei

0 Kudos
Reply