Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_apis.txt7 tep_reset_function_resolver, tep_register_function, tep_register_print_string -
22 int *tep_register_print_string*(struct tep_handle pass:[*]_tep_, const char pass:[*]_fmt_, unsigned…
73 tep_register_print_string() supplies the parsing with the mapping between kernel
145 if (tep_register_print_string(tep, "print string",
Dlibtraceevent.txt38 …int *tep_register_print_string*(struct tep_handle pass:[*]_tep_, const char pass:[*]_fmt_, unsigne…
/linux-6.1.9/tools/perf/util/
Dtrace-event-parse.c144 tep_register_print_string(pevent, printk, addr); in parse_ftrace_printk()
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h445 int tep_register_print_string(struct tep_handle *tep, const char *fmt,
Devent-parse.c748 int tep_register_print_string(struct tep_handle *tep, const char *fmt, in tep_register_print_string() function