format_flags.h File Reference
Go to the source code of this file.
Enumerations |
enum | format_flags {
ff_none = 0,
ff_vma = 1 << 0,
ff_linenr_info = 1 << 1,
ff_image_name = 1 << 3,
ff_app_name = 1 << 4,
ff_symb_name = 1 << 5,
ff_nr_samples = 1 << 6,
ff_nr_samples_cumulated = 1 << 7,
ff_percent = 1 << 8,
ff_percent_cumulated = 1 << 9,
ff_percent_details = 1 << 10,
ff_percent_cumulated_details = 1 << 11,
ff_diff = 1 << 12
} |
enum | column_flags { cf_none = 0,
cf_64bit_vma = 1 << 0,
cf_image_name = 1 << 1
} |
Detailed Description
output options
- Author:
- John Levon
-
Philippe Elie
Definition in file format_flags.h.
Enumeration Type Documentation
General hints about formatting of the columnar output.
- Enumerator:
cf_none |
|
cf_64bit_vma |
|
cf_image_name |
|
Definition at line 63 of file format_flags.h.
flags passed to the ctor of an output_symbol object.
- See also:
- format_output::formatter
- Enumerator:
ff_none |
|
ff_vma |
a formatted memory address
|
ff_linenr_info |
output debug filename and line nr.
|
ff_image_name |
output the image name for this line
|
ff_app_name |
output owning application name
|
ff_symb_name |
output the (demangled) symbol name
|
ff_nr_samples |
number of samples
|
ff_nr_samples_cumulated |
number of samples accumulated
|
ff_percent |
relative percentage of samples
|
ff_percent_cumulated |
relative percentage of samples accumulated
|
ff_percent_details |
Output percentage for details, not relative to symbol but relative to the total nr of samples
|
ff_percent_cumulated_details |
Output percentage for details, not relative to symbol but relative to the total nr of samples, accumulated
|
ff_diff |
output diff value
|
Definition at line 20 of file format_flags.h.