util/trace: add ftrace utilities

This commit is contained in:
Simon Ser 2021-03-17 10:19:23 +01:00
parent 462046ffdc
commit 79b5dcb17d
3 changed files with 40 additions and 0 deletions

View file

@ -13,6 +13,7 @@ wlr_files += files(
'shm.c',
'time.c',
'token.c',
'trace.c',
'transform.c',
'utf8.c',
)