Home
last modified time | relevance | path

Searched refs:tep_parse_printk_formats (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libtraceevent/Documentation/
H A Dlibtraceevent-parse-files.txt6 tep_parse_saved_cmdlines, tep_parse_printk_formats, tep_parse_kallsyms
16 int *tep_parse_printk_formats*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_);
29 *tep_parse_printk_formats()* is a helper function to parse content in the tracefs
48 The *tep_parse_printk_formats*() function returns 0 in case of success, or -1
84 r = tep_parse_printk_formats(tep, buf);
H A Dlibtraceevent.txt56 int *tep_parse_printk_formats*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_);
/aosp_15_r20/external/libtraceevent/include/traceevent/
H A Devent-parse.h454 int tep_parse_printk_formats(struct tep_handle *tep, const char *buf);
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-events.c1057 tep_parse_printk_formats(tep, buf); in load_printk_formats()
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-input.c974 tep_parse_printk_formats(handle->pevent, buf); in read_ftrace_printk()
/aosp_15_r20/external/libtraceevent/src/
H A Devent-parse.c985 int tep_parse_printk_formats(struct tep_handle *tep, const char *buf) in tep_parse_printk_formats() function