Home
last modified time | relevance | path

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

/tools/perf/util/
Dheader.h42 struct perf_file_section { struct
51 struct perf_file_section attrs; argument
52 struct perf_file_section data;
54 struct perf_file_section event_types;
119 int (*process)(struct perf_file_section *section,
Dheader.c49 struct perf_file_section ids;
1715 static int process_tracing_data(struct perf_file_section *section __maybe_unused, in process_tracing_data()
1723 static int process_build_id(struct perf_file_section *section, in process_build_id()
1732 static int process_hostname(struct perf_file_section *section __maybe_unused, in process_hostname()
1740 static int process_osrelease(struct perf_file_section *section __maybe_unused, in process_osrelease()
1748 static int process_version(struct perf_file_section *section __maybe_unused, in process_version()
1756 static int process_arch(struct perf_file_section *section __maybe_unused, in process_arch()
1764 static int process_nrcpus(struct perf_file_section *section __maybe_unused, in process_nrcpus()
1791 static int process_cpudesc(struct perf_file_section *section __maybe_unused, in process_cpudesc()
1799 static int process_cpuid(struct perf_file_section *section __maybe_unused, in process_cpuid()
[all …]
/tools/perf/
Dbuiltin-timechart.c1504 static int process_header(struct perf_file_section *section __maybe_unused, in process_header()