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()
170 struct file_section { struct175 struct file_section *next; argument236 struct file_section *sections;533 static struct file_section *section_get(struct tracecmd_input *handle, int id) in section_get()535 struct file_section *sec; in section_get()545 static struct file_section *section_open(struct tracecmd_input *handle, int id) in section_open()547 struct file_section *sec = section_get(handle, id); in section_open()561 static void section_close(struct tracecmd_input *handle, struct file_section *sec) in section_close()571 struct file_section *sec = section_get(handle, id); in section_add_or_update()574 sec = calloc(1, sizeof(struct file_section)); in section_add_or_update()[all …]