Analyzer Command
Establishes default qualifiers and node specifications for the
PLOT and TABULATE commands.
Format
SET PLOT [nodespec [,nodespec...]]
1 – Parameters
nodespec
Specifies a program location. Node specifications (nodespecs)
on PLOT and TABULATE commands define how the vertical axis of a
histogram or table is partitioned into buckets. For example, the
node specification PROGRAM_ADDRESS BY ROUTINE selects the program
address domain, the domain of all possible program addresses.
From this domain, it selects the address ranges of the routines
in the program. Each of these address ranges defines a bucket.
See HELP Nodespecs for information about node specifications.
2 – Qualifiers
2.1 /qualifiers
The SET PLOT command accepts the same qualifiers as the PLOT and
TABULATE commands. See HELP PLOT for the qualifier descriptions.
3 – Description
The SET PLOT command sets the default qualifiers and node
specifications used by the PLOT and TABULATE commands. Qualifiers
explicitly specified on the PLOT or TABULATE command override the
current defaults.
4 – Examples
PCAA> SET PLOT/SOURCE/DESCENDING/NOZEROS
After this SET PLOT command is entered, all subsequent PLOT and
TABULATE commands use the /SOURCE, /DESCENDING, and /NOZEROS
qualifiers unless these qualifiers are explicitly overridden.