Lines Matching defs:ph
111 static char *do_read_string(int fd, struct perf_header *ph) in do_read_string()
1149 static void print_hostname(struct perf_header *ph, int fd __maybe_unused, in print_hostname()
1155 static void print_osrelease(struct perf_header *ph, int fd __maybe_unused, in print_osrelease()
1161 static void print_arch(struct perf_header *ph, int fd __maybe_unused, FILE *fp) in print_arch()
1166 static void print_cpudesc(struct perf_header *ph, int fd __maybe_unused, in print_cpudesc()
1172 static void print_nrcpus(struct perf_header *ph, int fd __maybe_unused, in print_nrcpus()
1179 static void print_version(struct perf_header *ph, int fd __maybe_unused, in print_version()
1185 static void print_cmdline(struct perf_header *ph, int fd __maybe_unused, in print_cmdline()
1203 static void print_cpu_topology(struct perf_header *ph, int fd __maybe_unused, in print_cpu_topology()
1244 read_event_desc(struct perf_header *ph, int fd) in read_event_desc()
1338 static void print_event_desc(struct perf_header *ph, int fd, FILE *fp) in print_event_desc()
1388 static void print_total_mem(struct perf_header *ph, int fd __maybe_unused, in print_total_mem()
1394 static void print_numa_topology(struct perf_header *ph, int fd __maybe_unused, in print_numa_topology()
1435 static void print_cpuid(struct perf_header *ph, int fd __maybe_unused, FILE *fp) in print_cpuid()
1446 static void print_pmu_mappings(struct perf_header *ph, int fd __maybe_unused, in print_pmu_mappings()
1483 static void print_group_desc(struct perf_header *ph, int fd __maybe_unused, in print_group_desc()
1667 struct perf_header *ph, int fd, in process_build_id()
1676 struct perf_header *ph, int fd, in process_hostname()
1684 struct perf_header *ph, int fd, in process_osrelease()
1692 struct perf_header *ph, int fd, in process_version()
1700 struct perf_header *ph, int fd, in process_arch()
1708 struct perf_header *ph, int fd, in process_nrcpus()
1735 struct perf_header *ph, int fd, in process_cpudesc()
1743 struct perf_header *ph, int fd, in process_cpuid()
1751 struct perf_header *ph, int fd, in process_total_mem()
1821 struct perf_header *ph, int fd, in process_cmdline()
1857 struct perf_header *ph, int fd, in process_cpu_topology()
1913 struct perf_header *ph, int fd, in process_numa_topology()
1973 struct perf_header *ph, int fd, in process_pmu_mappings()
2023 struct perf_header *ph, int fd, in process_group_desc()
2162 struct perf_header *ph, in perf_file_section__fprintf_info()
2379 struct perf_header *ph, in perf_header__process_sections()
2429 static int try_all_file_abis(uint64_t hdr_sz, struct perf_header *ph) in try_all_file_abis()
2467 static int try_all_pipe_abis(uint64_t hdr_sz, struct perf_header *ph) in try_all_pipe_abis()
2497 bool is_pipe, struct perf_header *ph) in check_magic_endian()
2532 struct perf_header *ph, int fd) in perf_file_header__read()
2604 struct perf_header *ph, in perf_file_section__process()
2625 struct perf_header *ph, int fd, in perf_file_header__read_pipe()
2662 static int read_attr(int fd, struct perf_header *ph, in read_attr()