<vtune_measurement>.profile <vtune_measurement>.start
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<vtune_measurement>.save-folded-stacks

Synopsis

<vtune_measurement>.save-folded-stacks [-discard-module] [-modules-only] [-json] ["thread-group"] output-filename

Description

Produce a file with folded stack from the profile.

This is the intermediate file format which flamegraph works on. This file can be used to run flamegraph manually or to make diffs comparing two runs.

With the -json switch the output file is instead written as a json file.

The -discard-module flag only includes the function names in the profile, causing shorter identifiers in the graph.

The -modules-only flag only lists the modules and tries to collapse intra-module calls, providing an overview of the profile on module level and how the modules are called.

The thread-group argument allow filtering on threads which have a certain name.

The output file is specified with the output-filename argument.

Provided By

vtune-measurement

See Also

<vtune_measurement>.start, <vtune_measurement>.stop
<vtune_measurement>.profile <vtune_measurement>.start