Home | History | Annotate | Download | only in libpp

Lines Matching refs:COUNT

128 		// count number of cpus
139 string xml_utils::get_timer_setup(size_t count)
142 init_attr(RTC_INTERRUPTS, count) + close_element();
146 string xml_utils::get_event_setup(string event, size_t count,
155 str << init_attr(SETUP_COUNT, (size_t)count) + close_element();
351 // if no cpu separation then return a simple count, omit zero counts
353 size_t count = counts[begin];
354 if (count == 0)
356 str << count;
361 size_t count = counts[p];
363 if (count != 0) {
365 str << count;
397 size_t const count = summary[pclass];
399 if (count == 0)
402 out << open_element(COUNT, has_subclasses);
407 out << count;
408 out << close_element(COUNT);
639 // add symbol count to binary count
910 // add a new module for this symbol if it has a non-zero count
917 // propagate symbols count to module