Home
last modified time | relevance | path

Searched refs:tep_parse_header_page (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-parse_head.txt6 tep_parse_header_page - Parses the data stored in the header page.
14 int *tep_parse_header_page*(struct tep_handle pass:[*]_tep_, char pass:[*]_buf_, unsigned long _siz…
45 if (tep_parse_header_page(tep, buf, size, sizeof(unsigned long)) != 0) {
Dlibtraceevent.txt65 …int *tep_parse_header_page*(struct tep_handle pass:[*]_tep_, char pass:[*]_buf_, unsigned long _si…
/linux-6.1.9/tools/perf/util/
Dtrace-event-read.c220 if (!tep_parse_header_page(pevent, header_page, size, in read_header_files()
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h464 int tep_parse_header_page(struct tep_handle *tep, char *buf, unsigned long size,
Devent-parse.c6669 int tep_parse_header_page(struct tep_handle *tep, char *buf, unsigned long size, in tep_parse_header_page() function