Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtraceevent/Documentation/
H A 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…
19 The *tep_parse_header_page()* function parses the header page data from _buf_,
25 *tep_parse_header_page()* function can be called with _size_ equal to 0. The
31 The *tep_parse_header_page()* function returns 0 in case of success, or -1
45 if (tep_parse_header_page(tep, buf, size, sizeof(unsigned long)) != 0) {
H A Dlibtraceevent.txt91 …int *tep_parse_header_page*(struct tep_handle pass:[*]_tep_, char pass:[*]_buf_, unsigned long _si…
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-record.c135 ret = tep_parse_header_page(tep, buf, len, sizeof(long)); in tracefs_cpu_open()
H A Dtracefs-events.c988 tep_parse_header_page(tep, buf, len, sizeof(long)); in read_header()
/aosp_15_r20/external/libtraceevent/include/traceevent/
H A Devent-parse.h474 int tep_parse_header_page(struct tep_handle *tep, char *buf, unsigned long size,
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-output.c1325 if (tep_parse_header_page(tep, buff, size, sizeof(long long))) in get_trace_page_size()
H A Dtrace-input.c567 tep_parse_header_page(pevent, header, size, handle->long_size); in read_header_files()
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-record.c4971 ret = tep_parse_header_page(tep, buf, size, sizeof(unsigned long)); in get_ftrace_tep()
/aosp_15_r20/external/libtraceevent/src/
H A Devent-parse.c7696 int tep_parse_header_page(struct tep_handle *tep, char *buf, unsigned long size, in tep_parse_header_page() function