A binary (library, application, kernel or module) is represented by a struct opd_image. More...
#include <opd_image.h>

Public Attributes | |
| struct list_head | hash_next |
| used by container of opd_images | |
| int | ref_count |
| how many time this opd_image is referenced | |
| struct opd_24_sfile ** | sfiles [NR_CPUS] |
| all samples files belonging to this image | |
| char * | name |
| name of this image | |
| char * | app_name |
| the application name where belongs this image, NULL if image has no owner (such as vmlinux or module) | |
| pid_t | tid |
| thread id, on 2.2 kernel always == to tgid | |
| pid_t | tgid |
| thread group id | |
| time_t | mtime |
| time of last modification | |
| int | kernel |
| kernel image or not | |
| int | ignored |
| non zero if this image must be profiled | |
A binary (library, application, kernel or module) is represented by a struct opd_image.
| char* opd_image::app_name |
the application name where belongs this image, NULL if image has no owner (such as vmlinux or module)
Referenced by opd_delete_image().
struct list_head opd_image::hash_next [read] |
used by container of opd_images
Referenced by opd_delete_image(), and opd_for_each_image().
non zero if this image must be profiled
Referenced by opd_put_image_sample().
kernel image or not
Referenced by opd_delete_image(), opd_handle_fork(), and opd_open_24_sample_file().
| time_t opd_image::mtime |
time of last modification
Referenced by opd_open_24_sample_file().
| char* opd_image::name |
name of this image
Referenced by opd_add_kernel_map(), opd_add_mapping(), opd_delete_image(), and opd_handle_fork().
how many time this opd_image is referenced
Referenced by opd_add_mapping(), opd_delete_image(), and opd_init_kernel_image().
struct opd_24_sfile** opd_image::sfiles[NR_CPUS] [read] |
all samples files belonging to this image
Referenced by opd_close_image_samples_files(), opd_open_24_sample_file(), and opd_put_image_sample().
| pid_t opd_image::tgid |
thread group id
Referenced by opd_delete_image().
| pid_t opd_image::tid |
thread id, on 2.2 kernel always == to tgid
Referenced by opd_delete_image().
1.6.1