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

  /external/oprofile/libop/
op_xml_out.c 90 char const * xml_tag_name(tag_t tag) function
106 ret = snprintf(buf, size, "<%s%s", xml_tag_name(tag),
129 ret = snprintf(buf, size, "</%s>\n", xml_tag_name(tag));
148 ret = snprintf(buf, size, " %s=\"%d\"", xml_tag_name(attr), value);
167 ret = snprintf(buf, size, " %s=\"%.2f\"", xml_tag_name(attr), value);
253 ret = snprintf(buf, size, " %s=", xml_tag_name(attr));
op_xml_out.h 63 char const * xml_tag_name(tag_t tag);
  /external/oprofile/libutil++/
xml_output.cpp 25 out << xml_tag_name(tag);

Completed in 81 milliseconds