Searched defs:count_val (Results 1 - 1 of 1) sorted by relevance

/external/oprofile/opcontrol/
H A Dopcontrol.cpp367 int count_val; local
405 count_val = min_count[0];
407 count_val = atoi(count_name);
411 selected_counts[num_events++] = count_val;
413 verbose("count_val is %d\n", count_val);

Completed in 159 milliseconds