Home
last modified time | relevance | path

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

/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/linux-tools-perf/src/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/lldb/include/lldb/Core/
DSection.h53 Dump (Stream *s, Target *target, bool show_header, uint32_t depth) const;
/external/linux-tools-perf/src/tools/perf/util/
Dhist.h118 size_t hists__fprintf(struct hists *self, bool show_header, int max_rows,
/external/toybox/toys/pending/
Dnetstat.c484 static void show_header(void) in show_header() function
623 show_header(); in netstat_main()