Searched refs:tep_parse_printk_formats (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libtraceevent/Documentation/ |
H A D | libtraceevent-parse-files.txt | 6 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 D | libtraceevent.txt | 56 int *tep_parse_printk_formats*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_);
|
/aosp_15_r20/external/libtraceevent/include/traceevent/ |
H A D | event-parse.h | 454 int tep_parse_printk_formats(struct tep_handle *tep, const char *buf);
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-events.c | 1057 tep_parse_printk_formats(tep, buf); in load_printk_formats()
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-input.c | 974 tep_parse_printk_formats(handle->pevent, buf); in read_ftrace_printk()
|
/aosp_15_r20/external/libtraceevent/src/ |
H A D | event-parse.c | 985 int tep_parse_printk_formats(struct tep_handle *tep, const char *buf) in tep_parse_printk_formats() function
|