Lines Matching refs:attr

237         HLOGW("attr size doesn't match");
239 // attr
324 void SubCommandDump::DumpPrintEventAttr(const perf_event_attr &attr, int indent)
328 PRINT_INDENT(indent + 1, "type %u, size %u, config %llu\n", attr.type, attr.size, attr.config);
330 if (attr.freq != 0) {
331 PRINT_INDENT(indent + 1, "sample_freq %llu\n", attr.sample_freq);
333 PRINT_INDENT(indent + 1, "sample_period %llu\n", attr.sample_period);
336 PRINT_INDENT(indent + 1, "sample_type (0x%llx) \n", attr.sample_type);
337 DumpSampleType(attr.sample_type, indent);
339 PRINT_INDENT(indent + 1, "read_format (0x%llx) \n", attr.read_format);
341 PRINT_INDENT(indent + 1, "disabled %u, inherit %u, pinned %u, exclusive %u\n", attr.disabled,
342 attr.inherit, attr.pinned, attr.exclusive);
345 attr.exclude_user, attr.exclude_kernel, attr.exclude_hv, attr.exclude_idle);
347 PRINT_INDENT(indent + 1, "mmap %u, mmap2 %u, comm %u, comm_exec %u, freq %u\n", attr.mmap,
348 attr.mmap2, attr.comm, attr.comm_exec, attr.freq);
351 attr.inherit_stat, attr.enable_on_exec, attr.task, attr.use_clockid);
353 PRINT_INDENT(indent + 1, "watermark %u, precise_ip %u, mmap_data %u, clockid %d\n", attr.watermark,
354 attr.precise_ip, attr.mmap_data, attr.clockid);
356 PRINT_INDENT(indent + 1, "sample_id_all %u, exclude_host %u, exclude_guest %u\n", attr.sample_id_all,
357 attr.exclude_host, attr.exclude_guest);
358 PRINT_INDENT(indent + 1, "branch_sample_type 0x%llx\n", attr.branch_sample_type);
360 attr.exclude_callchain_kernel, attr.exclude_callchain_user);
361 PRINT_INDENT(indent + 1, "sample_regs_user 0x%llx\n", attr.sample_regs_user);
362 PRINT_INDENT(indent + 1, "sample_stack_user 0x%x\n", attr.sample_stack_user);
369 const AttrWithId &attr = attrIds_[i];
370 PRINT_INDENT(indent, "attr %zu:\n", i + 1);
371 DumpPrintEventAttr(attr.attr, indent_ + 1);
372 if (!attr.ids.empty()) {
374 for (const auto &id : attr.ids) {
498 // attr is duplicated the attrs section