Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dheader.h149 int perf_header__process_sections(struct perf_header *header, int fd,
Dheader.c3507 perf_header__process_sections(header, fd, &hd, in perf_header__fprintf_info()
3781 int perf_header__process_sections(struct perf_header *header, int fd, in perf_header__process_sections() function
4277 perf_header__process_sections(header, fd, &session->tevent, in perf_session__read_header()
4283 perf_header__process_sections(header, fd, NULL, perf_file_section__process); in perf_session__read_header()
/Linux-v6.6/tools/perf/
Dbuiltin-timechart.c1618 (void)perf_header__process_sections(&session->header, in __cmd_timechart()
Dbuiltin-inject.c1838 return perf_header__process_sections(header, fd, inject, save_section_info_cb); in save_section_info()