Home
last modified time | relevance | path

Searched refs:tracefs_printf (Results 1 – 7 of 7) sorted by relevance

/external/libtracefs/Documentation/
Dlibtracefs-marker.txt6 tracefs_print_init, tracefs_print_close, tracefs_printf, tracefs_vprintf -
16 int *tracefs_printf*(struct tracefs_instance pass:[*]_instance_, const char pass:[*]_fmt_, _..._);
34 The *tracefs_printf()* function writes a formatted string in the trace buffer of the selected
45 The *tracefs_print_init()*, *tracefs_printf()*, and *tracefs_vprintf()* functions return 0 if
70 if (tracefs_printf(NULL, "Message from user space: %s", message) < 0) {
Dlibtracefs-instances-subbuf.txt99 ret = tracefs_printf(NULL, "%s\n", buf);
Dlibtracefs-instances-stat.txt108 ret = tracefs_printf(NULL, "%s\n", buf);
Dlibtracefs.txt178 int *tracefs_printf*(struct tracefs_instance pass:[*]_instance_, const char pass:[*]_fmt_, _..._);
/external/libtracefs/src/
Dtracefs-marker.c139 int tracefs_printf(struct tracefs_instance *instance, const char *fmt, ...) in tracefs_printf() function
/external/libtracefs/include/
Dtracefs.h132 int tracefs_printf(struct tracefs_instance *instance, const char *fmt, ...);
/external/libtracefs/utest/
Dtracefs-utest.c445 CU_TEST(tracefs_printf(instance, "Test marker: %s 0x%X", string, data) == 0); in test_instance_ftrace_marker()