Home
last modified time | relevance | path

Searched refs:show_header (Results 1 – 10 of 10) sorted by relevance

/external/oprofile/pp/
Dopreport.cpp204 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()
Dopreport_options.h40 extern bool show_header;
Dopreport_options.cpp44 bool show_header = true; variable
97 popt::option(options::show_header, "no-header", 'n',
/external/lldb/source/Core/
DSection.cpp509 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/
DSection.h53 Dump (Stream *s, Target *target, bool show_header, uint32_t depth) const;
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
Dhist.c375 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/
Dhist.h118 size_t hists__fprintf(struct hists *self, bool show_header, int max_rows,
/external/oprofile/libpp/
Dformat_output.h50 void show_header(bool);
Dformat_output.cpp135 void formatter::show_header(bool on_off) in show_header() function in format_output::formatter
/external/oprofile/
DChangeLog-20031443 * pp/opreport.cpp: format_output::show_header no hide_header
2763 * pp/opreport.cpp: honor options::show_header