Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
f55a7ceaf4851573d2cb494e1c701136748334d2
/
.
/
tools
/
build
/
feature
/
test-libbabeltrace.c
blob: 9cf802a04885cb9addac2cea7783252de04fa03f [
file
] [
log
] [
blame
]
#include
<babeltrace/ctf-writer/writer.h>
#include
<babeltrace/ctf-ir/stream-class.h>
int
main
(
void
)
{
bt_ctf_stream_class_get_packet_context_type
((
void
*)
0
);
return
0
;
}