Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dheader.h163 int perf_header__process_sections(struct perf_header *header, int fd,
Dheader.c3506 perf_header__process_sections(header, fd, &hd, in perf_header__fprintf_info()
3814 int perf_header__process_sections(struct perf_header *header, int fd, in perf_header__process_sections() function
4319 perf_header__process_sections(header, fd, &session->tevent, in perf_session__read_header()
4325 perf_header__process_sections(header, fd, NULL, perf_file_section__process); in perf_session__read_header()
/linux-6.14.4/tools/perf/
Dbuiltin-timechart.c1623 (void)perf_header__process_sections(&session->header, in __cmd_timechart()
Dbuiltin-inject.c2027 return perf_header__process_sections(header, fd, inject, save_section_info_cb); in save_section_info()