Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtraceevent/Documentation/
H A Dlibtraceevent-header_page.txt6 tep_get_header_page_size, tep_get_header_timestamp_size, tep_is_old_format -
16 int *tep_get_header_timestamp_size*(struct tep_handle pass:[*]_tep_);
29 The *tep_get_header_timestamp_size()* function returns the size of timestamps,
41 The *tep_get_header_timestamp_size()* function returns the size of timestamps,
61 timesize = tep_get_header_timestamp_size(tep);
H A Dlibtraceevent.txt33 int *tep_get_header_timestamp_size*(struct tep_handle pass:[*]_tep_);
/aosp_15_r20/external/libtraceevent/src/
H A Devent-parse-api.c178 int tep_get_header_timestamp_size(struct tep_handle *tep) in tep_get_header_timestamp_size() function
/aosp_15_r20/external/libtraceevent/include/traceevent/
H A Devent-parse.h599 int tep_get_header_timestamp_size(struct tep_handle *tep);
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-input.c1781 if (tep_get_header_timestamp_size(pevent) != 8) { in update_page_info()