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.c170 struct file_section { struct
175 struct file_section *next; argument
236 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 …]