Searched refs:show_header (Results 1 - 9 of 9) sorted by relevance

/external/oprofile/pp/
H A Dopreport_options.h40 extern bool show_header;
H A Dopreport.cpp204 if (!options::show_header)
236 if (!options::show_header)
395 out->show_header(options::show_header);
436 out.show_header(options::show_header);
475 out->show_header(options::show_header);
H A Dopreport_options.cpp44 bool show_header = true; member in namespace:options
97 popt::option(options::show_header, "no-header", 'n',
/external/lldb/source/Core/
H A DSection.cpp509 SectionList::Dump (Stream *s, Target *target, bool show_header, uint32_t depth) const argument
512 if (show_header && !m_sections.empty())
528 if (show_header && !m_sections.empty())
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
H A Dhist.c375 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, argument
398 if (!show_header)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhist.h118 size_t hists__fprintf(struct hists *self, bool show_header, int max_rows,
/external/lldb/include/lldb/Core/
H A DSection.h53 Dump (Stream *s, Target *target, bool show_header, uint32_t depth) const;
/external/oprofile/libpp/
H A Dformat_output.h50 void show_header(bool);
H A Dformat_output.cpp135 void formatter::show_header(bool on_off) function in class:format_output::formatter

Completed in 154 milliseconds