Home
last modified time | relevance | path

Searched refs:file_section (Results 1 – 2 of 2) sorted by relevance

/external/trace-cmd/tracecmd/
Dtrace-dump.c52 struct file_section { struct
55 struct file_section *next; argument
59 static struct file_section *sections; argument
754 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()
/external/trace-cmd/lib/trace-cmd/
Dtrace-input.c161 struct file_section { struct
166 struct file_section *next; argument
219 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 …]