Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:dump_profile

902 static void dump_profile(struct profile_node *root, int level,
943 dump_profile(p, level+1, cb, data);
954 dump_profile(p, level+1, cb, data);
971 dump_profile(root, 0, dump_profile_to_file_cb, dstfile);
1012 dump_profile(root, 0, dump_profile_to_buffer_cb, &prof_buf);