Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.10 10 lines 212 B view raw
1// SPDX-License-Identifier: GPL-2.0 2 3#include <babeltrace/ctf-writer/writer.h> 4#include <babeltrace/ctf-ir/stream-class.h> 5 6int main(void) 7{ 8 bt_ctf_stream_class_get_packet_context_type((void *) 0); 9 return 0; 10}