Searched refs:file_section (Results 1 – 2 of 2) sorted by relevance
52 struct file_section { struct55 struct file_section *next; argument59 static struct file_section *sections; argument754 struct file_section *sec; in dump_option_section()756 sec = calloc(1, sizeof(struct file_section)); in dump_option_section()772 struct file_section *sec = sections; in dump_sections()1182 struct file_section *del; in free_sections()
161 struct file_section { struct166 struct file_section *next; argument219 struct file_section *sections;478 static struct file_section *section_get(struct tracecmd_input *handle, int id) in section_get()480 struct file_section *sec; in section_get()490 static struct file_section *section_open(struct tracecmd_input *handle, int id) in section_open()492 struct file_section *sec = section_get(handle, id); in section_open()506 static void section_close(struct tracecmd_input *handle, struct file_section *sec) in section_close()516 struct file_section *sec = section_get(handle, id); in section_add_or_update()519 sec = calloc(1, sizeof(struct file_section)); in section_add_or_update()[all …]