Home
last modified time | relevance | path

Searched defs:ph (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Dheader.c109 static char *do_read_string(int fd, struct perf_header *ph) in do_read_string()
1072 static void print_hostname(struct perf_header *ph, int fd __maybe_unused, in print_hostname()
1078 static void print_osrelease(struct perf_header *ph, int fd __maybe_unused, in print_osrelease()
1084 static void print_arch(struct perf_header *ph, int fd __maybe_unused, FILE *fp) in print_arch()
1089 static void print_cpudesc(struct perf_header *ph, int fd __maybe_unused, in print_cpudesc()
1095 static void print_nrcpus(struct perf_header *ph, int fd __maybe_unused, in print_nrcpus()
1102 static void print_version(struct perf_header *ph, int fd __maybe_unused, in print_version()
1108 static void print_cmdline(struct perf_header *ph, int fd __maybe_unused, in print_cmdline()
1122 static void print_cpu_topology(struct perf_header *ph, int fd __maybe_unused, in print_cpu_topology()
1169 read_event_desc(struct perf_header *ph, int fd) in read_event_desc()
[all …]
Ddata-convert-bt.c1203 struct perf_header *ph = &session->header; in setup_streams() local
/tools/perf/
Dbuiltin-timechart.c1508 struct perf_header *ph, in process_header()