HomeSort by relevance Sort by last modified time
    Searched full:counter_map (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libop/
op_alloc_counter.c 105 * @param counter_map array of counter number mapping, returned results go
108 * return non zero on succees, in this case counter_map is set to the counter
117 * counter_map entry will be -1.
127 u32 allocated_mask, size_t * counter_map)
134 /* If ctr_arc is not available, counter_map is -1 */
136 counter_map[depth] = -1;
139 counter_map))
148 counter_map[depth] = arc->counter;
152 counter_map))
201 size_t * counter_map; local
    [all...]
  /external/iptables/libiptc/
libiptc.c 72 struct counter_map struct
94 struct counter_map counter_map; member in struct:rule_head
96 unsigned int index; /* index (needed for counter_map) */
115 struct counter_map counter_map; member in struct:chain_head
122 unsigned int foot_index; /* index (needed for counter_map) */
374 /* save counter and counter_map information */
375 h->chain_iterator_cur->counter_map.maptype =
377 h->chain_iterator_cur->counter_map.mappos = num-1
    [all...]

Completed in 648 milliseconds