Home
last modified time | relevance | path

Searched refs:images_filter (Results 1 – 1 of 1) sorted by relevance

/external/oprofile/daemon/
Doprofiled.c84 static struct list_head images_filter[OPD_IMAGE_FILTER_HASH_SIZE]; variable
297 list_add(&elt->next, &images_filter[hash % OPD_IMAGE_FILTER_HASH_SIZE]); in add_image_filter()
311 list_init(&images_filter[i]); in opd_parse_image_filter()
333 list_for_each(pos, &images_filter[hash % OPD_IMAGE_FILTER_HASH_SIZE]) { in is_image_ignored()