Lines Matching refs:filler
139 char filler[20]; in print_profile_data() local
245 (void) sprintf(filler, "%16s", ""); in print_profile_data()
247 filler[0] = 0; in print_profile_data()
252 filler, n_modules); in print_profile_data()
254 filler, total_funcs); in print_profile_data()
256 filler, n_zeros); in print_profile_data()
258 filler, n_pcsamples); in print_profile_data()
260 filler, n_accounted_ticks); in print_profile_data()
263 filler, n_pcsamples - n_accounted_ticks); in print_profile_data()
266 filler, n_pcsamples - n_accounted_ticks); in print_profile_data()
268 (void) printf("%s Module info\n", filler); in print_profile_data()
270 (void) printf("%s %d: `%s'\n", filler, in print_profile_data()