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

/external/oprofile/daemon/liblegacy/
H A Dopd_image.h2 * @file opd_image.h
25 * is represented by a struct opd_image.
27 struct opd_image { struct
30 /** how many time this opd_image is referenced */
52 typedef void (*opd_image_cb)(struct opd_image *);
57 * the callback receive a struct opd_image * (not a const struct) and is
63 * initialize opd_image container
73 void opd_delete_image(struct opd_image * image);
87 struct opd_image * opd_get_kernel_image(char const * name,
103 struct opd_image * opd_get_imag
[all...]

Completed in 224 milliseconds