Home
last modified time | relevance | path

Searched refs:perf_file_section (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
A Dheader.h59 struct perf_file_section { struct
68 struct perf_file_section attrs; argument
69 struct perf_file_section data;
71 struct perf_file_section event_types;
132 int (*process)(struct perf_file_section *section,
A Dheader.c77 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()
/linux/tools/perf/Documentation/
A Dperf.data-file-format.txt23 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 data
48 respective perf_file_section points to the data of the additional header and
618 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
/linux/tools/perf/
A Dbuiltin-timechart.c1504 static int process_header(struct perf_file_section *section __maybe_unused, in process_header()

Completed in 18 milliseconds