HomeSort by relevance Sort by last modified time
    Searched refs:PrintIndented (Results 1 - 9 of 9) sorted by null

  /system/extras/simpleperf/
event_attr.cpp 105 PrintIndented(indent, "event_attr: for event type %s\n", event_name.c_str());
107 PrintIndented(indent + 1, "type %u, size %u, config %llu\n", attr.type, attr.size, attr.config);
110 PrintIndented(indent + 1, "sample_freq %llu\n", attr.sample_freq);
112 PrintIndented(indent + 1, "sample_period %llu\n", attr.sample_period);
115 PrintIndented(indent + 1, "sample_type (0x%llx) %s\n", attr.sample_type,
118 PrintIndented(indent + 1, "read_format (0x%llx) %s\n", attr.read_format,
121 PrintIndented(indent + 1, "disabled %u, inherit %u, pinned %u, exclusive %u\n", attr.disabled,
124 PrintIndented(indent + 1, "exclude_user %u, exclude_kernel %u, exclude_hv %u\n",
127 PrintIndented(indent + 1, "exclude_idle %u, mmap %u, comm %u, freq %u\n", attr.exclude_idle,
130 PrintIndented(indent + 1, "inherit_stat %u, enable_on_exec %u, task %u\n", attr.inherit_stat
    [all...]
cmd_dumprecord.cpp 199 PrintIndented(1, "osrelease: %s\n", s.c_str());
202 PrintIndented(1, "arch: %s\n", s.c_str());
205 PrintIndented(1, "cmdline: %s\n", android::base::Join(cmdline, ' ').c_str());
212 PrintIndented(1, "file:\n");
216 PrintIndented(2, "file_path %s\n", file_path.c_str());
217 PrintIndented(2, "file_type %s\n", DsoTypeToString(static_cast<DsoType>(file_type)));
218 PrintIndented(2, "min_vaddr 0x%" PRIx64 "\n", min_vaddr);
219 PrintIndented(2, "symbols:\n");
221 PrintIndented(3, "%s [0x%" PRIx64 "-0x%" PRIx64 "]\n", symbol.DemangledName(),
230 PrintIndented(1, "meta_info:\n")
    [all...]
record.cpp 127 PrintIndented(indent, "sample_id: pid %u, tid %u\n", tid_data.pid,
131 PrintIndented(indent, "sample_id: time %" PRId64 "\n", time_data.time);
134 PrintIndented(indent, "sample_id: id %" PRId64 "\n", id_data.id);
137 PrintIndented(indent, "sample_id: stream_id %" PRId64 "\n",
141 PrintIndented(indent, "sample_id: cpu %u, res %u\n", cpu_data.cpu,
182 PrintIndented(indent, "record %s: type %u, misc %u, size %u\n",
245 PrintIndented(indent,
248 PrintIndented(indent, "pgoff 0x%" PRIx64 ", filename %s\n", data->pgoff,
281 PrintIndented(indent,
284 PrintIndented(indent, "pgoff 0x" PRIx64 ", maj %u, min %u, ino %" PRId6
    [all...]
tracing.cpp 248 PrintIndented(indent, "tracing data:\n");
249 PrintIndented(indent + 1, "magic: ");
257 PrintIndented(indent + 1, "version: %s\n", version.c_str());
258 PrintIndented(indent + 1, "endian: %d\n", endian);
259 PrintIndented(indent + 1, "header_page:\n%s\n\n", header_page_file.c_str());
260 PrintIndented(indent + 1, "header_event:\n%s\n\n", header_event_file.c_str());
262 PrintIndented(indent + 1, "ftrace format file %zu/%zu:\n%s\n\n", i + 1,
266 PrintIndented(indent + 1, "event format file %zu/%zu %s:\n%s\n\n", i + 1,
271 PrintIndented(indent + 1, "kallsyms:\n%s\n\n", kallsyms_file.c_str());
272 PrintIndented(indent + 1, "printk_formats:\n%s\n\n"
    [all...]
utils.h 138 void PrintIndented(size_t indent, const char* fmt, ...);
utils.cpp 96 void PrintIndented(size_t indent, const char* fmt, ...) {
  /external/v8/src/ast/
prettyprinter.cc 566 ast_printer_->PrintIndented(txt);
573 ast_printer_->PrintIndented(txt);
600 void AstPrinter::PrintIndented(const char* txt) {
611 PrintIndented(info);
635 PrintIndented("LABELS ");
650 PrintIndented("KIND");
652 PrintIndented("YIELD COUNT");
720 PrintIndented("FUNCTION ");
804 PrintIndented("YIELD COUNT");
814 PrintIndented("YIELD COUNT")
    [all...]
prettyprinter.h 83 void PrintIndented(const char* txt);
  /external/libevent/
event_rpcgen.py 72 def PrintIndented(self, file, ident, code):
106 self.PrintIndented(file, ' ', dcl)
113 self.PrintIndented(file, ' ', dcl)
135 self.PrintIndented(file, '', entry.AssignDeclaration(
137 self.PrintIndented(file, '', entry.GetDeclaration(
140 self.PrintIndented(file, '', entry.AddDeclaration(
154 self.PrintIndented(file, ' ', entry.CodeBase())
176 self.PrintIndented(file, ' ', entry.CodeInitialize('tmp'))
186 self.PrintIndented(file, '', entry.CodeAdd())
191 self.PrintIndented(file, '', entry.CodeAssign()
    [all...]

Completed in 870 milliseconds