Home
last modified time | relevance | path

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

/external/libtraceevent/Documentation/
Dlibtraceevent-func_apis.txt6 …t_function_resolver, tep_reset_function_resolver, tep_register_function, tep_register_print_string,
19 int *tep_register_print_string*(struct tep_handle pass:[*]_tep_, const char pass:[*]_fmt_, unsigned…
59 The *tep_register_print_string()* function registers a string by the address
63 tep_register_print_string() supplies the parsing with the mapping between kernel
78 The *tep_register_print_string()* function returns 0 in case of success. In case
130 if (tep_register_print_string(tep, "print string",
Dlibtraceevent-parse-files.txt130 *tep_register_print_string*(3)
Dlibtraceevent.txt40 …int *tep_register_print_string*(struct tep_handle pass:[*]_tep_, const char pass:[*]_fmt_, unsigne…
/external/trace-cmd/lib/trace-cmd/
Dtrace-util.c200 tep_register_print_string(pevent, printk, addr); in tracecmd_parse_ftrace_printk()
/external/libtraceevent/include/traceevent/
Devent-parse.h455 int tep_register_print_string(struct tep_handle *tep, const char *fmt,
/external/libtraceevent/src/
Devent-parse.c913 int tep_register_print_string(struct tep_handle *tep, const char *fmt, in tep_register_print_string() function
1013 tep_register_print_string(tep, printk, addr); in tep_parse_printk_formats()