Searched refs:perf_file_section (Results 1 – 4 of 4) sorted by relevance
59 struct perf_file_section { struct68 struct perf_file_section attrs; argument69 struct perf_file_section data;71 struct perf_file_section event_types;132 int (*process)(struct perf_file_section *section,
77 struct perf_file_section ids;3340 static int perf_file_section__fprintf_info(struct perf_file_section *section, in perf_file_section__fprintf_info()3414 struct perf_file_section **p, in do_write_feat()3449 struct perf_file_section *feat_sec, *p; in perf_header__adds_write()3613 int (*process)(struct perf_file_section *section, in perf_header__process_sections()3617 struct perf_file_section *feat_sec, *sec; in perf_header__process_sections()3672 + sizeof(struct perf_file_section); in try_all_file_abis()3839 static int perf_file_section__process(struct perf_file_section *section, in perf_file_section__process()
23 struct perf_file_section attrs;24 struct perf_file_section data;25 struct perf_file_section event_types;36 A perf_file_section contains a pointer to another section of the perf file.39 struct perf_file_section {46 For each of the optional features a perf_file_section it placed after the data48 respective perf_file_section points to the data of the additional header and618 An array bound by the perf_file_section size.622 struct perf_file_section ids;629 Pipe-mode avoid seeks in the file by removing the perf_file_section and flags
1504 static int process_header(struct perf_file_section *section __maybe_unused, in process_header()
Completed in 18 milliseconds