User Guide

Intel® VTune™ Profiler User Guide

ID 766319
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Call Stack Mode

Use the Call Stack Mode filter bar menu to choose how to show system functions in the stack.

By default, the Intel® VTune™ Profiler uses the User function + 1 mode and filters out all system functions except for those directly called from user functions.

To view system functions (for example, kernel stacks) in the user function stacks, select the User/system functions call stack mode :

To locate the call of the kernel function in the assembly code, double click the function in the Call Stack pane.

NOTE:

For more accurate kernel stack analysis on Linux targets, use the CONFIG_FRAME_POINTER=y option for kernel configuration.