Searched refs:has_nested (Results 1 – 3 of 3) sorted by relevance
/external/oprofile/libop/ |
D | op_xml_events.c | 62 int has_nested = strcmp(event->unit->name, "zero"); in xml_help_for_event() local 75 if (has_nested) { in xml_help_for_event() 90 close_xml_element(has_nested ? HELP_EVENT : NONE, has_nested, buffer); in xml_help_for_event()
|
D | op_xml_out.c | 112 void close_xml_element(tag_t tag, int has_nested, char * buffer) in close_xml_element() argument 122 if (snprintf(tmp_buf, sizeof(tmp_buf), "%s\n", (has_nested ? ">" : "/>")) < 0) { in close_xml_element()
|
D | op_xml_out.h | 63 void close_xml_element(tag_t tag, int has_nested, char * result);
|