Searched refs:perf_header__process_sections (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | header.h | 149 int perf_header__process_sections(struct perf_header *header, int fd,
|
H A D | header.c | 3509 perf_header__process_sections(header, fd, &hd, in perf_header__fprintf_info() 3783 int perf_header__process_sections(struct perf_header *header, int fd, in perf_header__process_sections() function 4279 perf_header__process_sections(header, fd, &session->tevent, in perf_session__read_header() 4285 perf_header__process_sections(header, fd, NULL, perf_file_section__process); in perf_session__read_header()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-timechart.c | 1618 (void)perf_header__process_sections(&session->header, in __cmd_timechart()
|
H A D | builtin-inject.c | 1838 return perf_header__process_sections(header, fd, inject, save_section_info_cb); in save_section_info()
|