Searched refs:ctr_arc (Results 1 - 1 of 1) sorted by relevance

/external/oprofile/libop/
H A Dop_alloc_counter.c47 counter_arc_head * ctr_arc; local
50 ctr_arc = xmalloc(nr_events * sizeof(*ctr_arc));
56 list_init(&ctr_arc[i].next);
69 list_add_tail(&arc->next, &ctr_arc[i].next);
75 return ctr_arc;
80 * @param ctr_arc the array to deallocate
85 static void delete_counter_arc(counter_arc_head * ctr_arc, int nr_events) argument
90 list_for_each_safe(pos, pos2, &ctr_arc[i].next) {
96 free(ctr_arc);
126 allocate_counter(counter_arc_head const * ctr_arc, int max_depth, int depth, u32 allocated_mask, size_t * counter_map) argument
200 counter_arc_head * ctr_arc; local
[all...]

Completed in 49 milliseconds