Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dheader.h50 struct perf_file_section { struct
59 struct perf_file_section attrs; argument
60 struct perf_file_section data;
62 struct perf_file_section event_types;
103 int (*process)(struct perf_file_section *section,
Dheader.c64 struct perf_file_section ids;
2600 static int perf_file_section__fprintf_info(struct perf_file_section *section, in perf_file_section__fprintf_info()
2672 struct perf_file_section **p, in do_write_feat()
2707 struct perf_file_section *feat_sec, *p; in perf_header__adds_write()
2863 int (*process)(struct perf_file_section *section, in perf_header__process_sections()
2867 struct perf_file_section *feat_sec, *sec; in perf_header__process_sections()
2922 + sizeof(struct perf_file_section); in try_all_file_abis()
3089 static int perf_file_section__process(struct perf_file_section *section, in perf_file_section__process()
/Linux-v4.19/tools/perf/Documentation/
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 {
48 consists of a perf_file_section located after the initial header.
49 The respective perf_file_section points to the data of the additional
445 An array bound by the perf_file_section size.
449 struct perf_file_section ids;
456 Pipe-mode avoid seeks in the file by removing the perf_file_section and flags
/Linux-v4.19/tools/perf/
Dbuiltin-timechart.c1506 static int process_header(struct perf_file_section *section __maybe_unused, in process_header()