Searched refs:show_header (Results 1 – 10 of 10) sorted by relevance
/external/oprofile/pp/ |
D | opreport.cpp | 204 if (!options::show_header) in output_header() 236 if (!options::show_header) in output_col_headers() 395 out->show_header(options::show_header); in output_symbols() 436 out.show_header(options::show_header); in output_diff_symbols() 475 out->show_header(options::show_header); in output_cg_symbols()
|
D | opreport_options.h | 40 extern bool show_header;
|
D | opreport_options.cpp | 44 bool show_header = true; variable 97 popt::option(options::show_header, "no-header", 'n',
|
/external/lldb/source/Core/ |
D | Section.cpp | 509 SectionList::Dump (Stream *s, Target *target, bool show_header, uint32_t depth) const in Dump() argument 512 if (show_header && !m_sections.empty()) in Dump() 528 if (show_header && !m_sections.empty()) in Dump()
|
/external/lldb/include/lldb/Core/ |
D | Section.h | 53 Dump (Stream *s, Target *target, bool show_header, uint32_t depth) const;
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/ |
D | hist.c | 375 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf() argument 398 if (!show_header) in hists__fprintf()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | hist.h | 118 size_t hists__fprintf(struct hists *self, bool show_header, int max_rows,
|
/external/oprofile/libpp/ |
D | format_output.h | 50 void show_header(bool);
|
D | format_output.cpp | 135 void formatter::show_header(bool on_off) in show_header() function in format_output::formatter
|
/external/oprofile/ |
D | ChangeLog-2003 | 1443 * pp/opreport.cpp: format_output::show_header no hide_header 2763 * pp/opreport.cpp: honor options::show_header
|