<accel-vga>.wait-for-string <address_profiler>.address-profile-info
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<address_profiler>.address-profile-data

Synopsis

<address_profiler>.address-profile-data [view] [address] [cell-bits] [row-bits] [table-bits] [start] [stop] [lines] [columns] [-same-prefix]

Description

Display a map of (a part of) the address space covered by the address profiler, and the counts of one of its views associated with each address. The view is specified by the view argument; default is view 0. The default behavior is to display the smallest interval that contains all counts; you can change this with either the start and stop or the address and cell-bits, row-bits or table-bits arguments.

Cells that have zero counts are marked with ".". Cells that have a non-zero count, but were rounded to zero, are marked with "o".

If one of cell-bits, row-bits or table-bits is specified, then each cell, or each table row, or the entire table is limited to that many bits of address space. By default the display starts at address 0, but if an address is specified with the address argument, the displayed interval is shifted to make that address is visible.

If start and stop are specified, the display is limited to the smallest interval containing both addresses.

The maximum number of lines and columns in the table are limited by the lines and columns arguments (the default is 20 lines, 8 columns). The scale of the map is adjusted to fit this limit.

Normally, the display chooses an appropriate prefix for the count of each cell; with the -same-prefix flag, all counts will be forced to have the same prefix. This is useful if a lot of small but non-zero values makes it hard to spot the really big values.

Provided By

Simics Core
<accel-vga>.wait-for-string <address_profiler>.address-profile-info