mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-05 13:29:47 -05:00
util/trace: add ftrace utilities
This commit is contained in:
parent
462046ffdc
commit
79b5dcb17d
3 changed files with 40 additions and 0 deletions
9
include/util/trace.h
Normal file
9
include/util/trace.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef UTIL_TRACE_H
|
||||
#define UTIL_TRACE_H
|
||||
|
||||
#include <wlr/util/log.h>
|
||||
|
||||
void wlr_trace(const char *format, ...) _WLR_ATTRIB_PRINTF(1, 2);
|
||||
void wlr_vtrace(const char *format, va_list args) _WLR_ATTRIB_PRINTF(1, 0);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue