OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_map
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libpp/
format_output.cpp
103
format_map
[ff_vma] = field_description(9, "vma", &formatter::format_vma);
104
format_map
[ff_nr_samples] = field_description(9, "samples", &formatter::format_nr_samples);
105
format_map
[ff_nr_samples_cumulated] = field_description(14, "cum. samples", &formatter::format_nr_cumulated_samples);
106
format_map
[ff_percent] = field_description(9, "%", &formatter::format_percent);
107
format_map
[ff_percent_cumulated] = field_description(11, "cum. %", &formatter::format_cumulated_percent);
108
format_map
[ff_linenr_info] = field_description(28, "linenr info", &formatter::format_linenr_info);
109
format_map
[ff_image_name] = field_description(25, "image name", &formatter::format_image_name);
110
format_map
[ff_app_name] = field_description(25, "app name", &formatter::format_app_name);
111
format_map
[ff_symb_name] = field_description(30, "symbol name", &formatter::format_symb_name);
112
format_map
[ff_percent_details] = field_description(9, "%", &formatter::format_percent_details)
[
all
...]
format_output.h
150
format_map_t
format_map
;
member in class:format_output::formatter
Completed in 33 milliseconds