Output routines. More...

Go to the source code of this file.
Defines | |
| #define | verbprintf(x, args...) |
Variables | |
| int | vsfile |
| log all sample file name manipulation; sample files open, close, sfile LRU etc. | |
| int | vsamples |
| log samples, voluminous. | |
| int | varcs |
| log arc, very voluminous. | |
| int | vmodule |
| kernel module handling | |
| int | vext |
| extended feature | |
| int | vmisc |
| all others not fitting in above category, not voluminous. | |
Output routines.
| #define verbprintf | ( | x, | |||
| args... | ) |
do { \ /* look like fragile but we must catch verbrintf("%s", "") */ \ if (x == 1) \ printf(args); \ } while (0)
Referenced by code_ibs_fetch_sample(), code_ibs_op_sample(), create_section(), enough_remaining(), fill_sections(), find_anon_mapping(), main(), opd_add_kernel_map(), opd_add_mapping(), opd_clear_module_info(), opd_create_vmlinux(), opd_create_xen(), opd_delete_image(), opd_get_ascii_procs(), opd_handle_exec(), opd_handle_exit(), opd_handle_fork(), opd_handle_mapping(), opd_open_24_sample_file(), opd_open_sample_file(), opd_parse_events(), opd_parse_kernel_range(), opd_process_samples(), opd_put_sample(), opd_reread_module_info(), resolve_overlaps(), and sfile_find().
| int varcs |
log arc, very voluminous.
Referenced by operf_sfile_log_arc().
| int vext |
extended feature
Referenced by code_ibs_fetch_sample(), and code_ibs_op_sample().
| int vmisc |
all others not fitting in above category, not voluminous.
Referenced by _process_vmlinux(), code_spu_ctx_switch(), enough_remaining(), find_anon_mapping(), opd_add_kernel_map(), opd_add_mapping(), opd_create_vmlinux(), opd_create_xen(), opd_delete_image(), opd_get_ascii_procs(), opd_handle_exec(), opd_handle_exit(), opd_handle_fork(), opd_handle_mapping(), opd_parse_events(), opd_parse_kernel_range(), opd_process_samples(), opd_put_sample(), operf_process_info::process_hypervisor_mapping(), operf_process_info::process_new_mapping(), and start_profiling().
| int vmodule |
kernel module handling
Referenced by opd_add_kernel_map(), opd_clear_module_info(), and opd_reread_module_info().
| int vsamples |
log samples, voluminous.
Referenced by code_ibs_fetch_sample(), code_ibs_op_sample(), opd_put_sample(), sfile_find(), and sfile_log_sample_count().
| int vsfile |
log all sample file name manipulation; sample files open, close, sfile LRU etc.
voluminous. FIXME need to be splitted (filename manip, files handling) ?
Referenced by handle_options(), opd_open_24_sample_file(), opd_open_sample_file(), operf_open_sample_file(), operf_sfile_find(), and operf_sfile_log_sample_count().
1.6.1