Searched refs:tep_parse_header_page (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/libtraceevent/Documentation/ |
H A D | libtraceevent-parse_head.txt | 6 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 D | libtraceevent.txt | 91 …int *tep_parse_header_page*(struct tep_handle pass:[*]_tep_, char pass:[*]_buf_, unsigned long _si…
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-record.c | 135 ret = tep_parse_header_page(tep, buf, len, sizeof(long)); in tracefs_cpu_open()
|
H A D | tracefs-events.c | 988 tep_parse_header_page(tep, buf, len, sizeof(long)); in read_header()
|
/aosp_15_r20/external/libtraceevent/include/traceevent/ |
H A D | event-parse.h | 474 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 D | trace-output.c | 1325 if (tep_parse_header_page(tep, buff, size, sizeof(long long))) in get_trace_page_size()
|
H A D | trace-input.c | 567 tep_parse_header_page(pevent, header, size, handle->long_size); in read_header_files()
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-record.c | 4971 ret = tep_parse_header_page(tep, buf, size, sizeof(unsigned long)); in get_ftrace_tep()
|
/aosp_15_r20/external/libtraceevent/src/ |
H A D | event-parse.c | 7696 int tep_parse_header_page(struct tep_handle *tep, char *buf, unsigned long size, in tep_parse_header_page() function
|