Searched refs:tep_register_print_string (Results 1 – 6 of 6) sorted by relevance
/external/libtraceevent/Documentation/ |
D | libtraceevent-func_apis.txt | 6 …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",
|
D | libtraceevent-parse-files.txt | 130 *tep_register_print_string*(3)
|
D | libtraceevent.txt | 40 …int *tep_register_print_string*(struct tep_handle pass:[*]_tep_, const char pass:[*]_fmt_, unsigne…
|
/external/trace-cmd/lib/trace-cmd/ |
D | trace-util.c | 200 tep_register_print_string(pevent, printk, addr); in tracecmd_parse_ftrace_printk()
|
/external/libtraceevent/include/traceevent/ |
D | event-parse.h | 455 int tep_register_print_string(struct tep_handle *tep, const char *fmt,
|
/external/libtraceevent/src/ |
D | event-parse.c | 913 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()
|