index
:
libtraceevent
debian
progress-linux
upstream
debian 11 backports: kernel (linux)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test.c
blob: 7566fac5b519319b9dd78d3402c910596cd7a79e (
plain
)
1
2
3
4
5
6
7
#include
<event-parse.h>
int
main
()
{
tep_load_plugins
(
NULL
);
return
0
;
}