Searched refs:tracefs_printf (Results 1 – 7 of 7) sorted by relevance
/external/libtracefs/Documentation/ |
D | libtracefs-marker.txt | 6 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) {
|
D | libtracefs-instances-subbuf.txt | 99 ret = tracefs_printf(NULL, "%s\n", buf);
|
D | libtracefs-instances-stat.txt | 108 ret = tracefs_printf(NULL, "%s\n", buf);
|
D | libtracefs.txt | 178 int *tracefs_printf*(struct tracefs_instance pass:[*]_instance_, const char pass:[*]_fmt_, _..._);
|
/external/libtracefs/src/ |
D | tracefs-marker.c | 139 int tracefs_printf(struct tracefs_instance *instance, const char *fmt, ...) in tracefs_printf() function
|
/external/libtracefs/include/ |
D | tracefs.h | 132 int tracefs_printf(struct tracefs_instance *instance, const char *fmt, ...);
|
/external/libtracefs/utest/ |
D | tracefs-utest.c | 445 CU_TEST(tracefs_printf(instance, "Test marker: %s 0x%X", string, data) == 0); in test_instance_ftrace_marker()
|