Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dheader.h149 int perf_header__process_sections(struct perf_header *header, int fd,
H A Dheader.c3509 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 Dbuiltin-timechart.c1618 (void)perf_header__process_sections(&session->header, in __cmd_timechart()
H A Dbuiltin-inject.c1838 return perf_header__process_sections(header, fd, inject, save_section_info_cb); in save_section_info()