cregit-Linux how code gets into the kernel

Release 4.8 net/core/net-traces.c

Directory: net/core
/*
 * consolidates trace point definitions
 *
 * Copyright (C) 2009 Neil Horman <nhorman@tuxdriver.com>
 */

#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/string.h>
#include <linux/if_arp.h>
#include <linux/inetdevice.h>
#include <linux/inet.h>
#include <linux/interrupt.h>
#include <linux/export.h>
#include <linux/netpoll.h>
#include <linux/sched.h>
#include <linux/delay.h>
#include <linux/rcupdate.h>
#include <linux/types.h>
#include <linux/workqueue.h>
#include <linux/netlink.h>
#include <linux/net_dropmon.h>
#include <linux/slab.h>

#include <asm/unaligned.h>
#include <asm/bitops.h>


#define CREATE_TRACE_POINTS
#include <trace/events/skb.h>
#include <trace/events/net.h>
#include <trace/events/napi.h>
#include <trace/events/sock.h>
#include <trace/events/udp.h>
#include <trace/events/fib.h>
#if IS_ENABLED(CONFIG_IPV6)
#include <trace/events/fib6.h>

EXPORT_TRACEPOINT_SYMBOL_GPL(fib6_table_lookup);
#endif


EXPORT_TRACEPOINT_SYMBOL_GPL(kfree_skb);


EXPORT_TRACEPOINT_SYMBOL_GPL(napi_poll);

Overall Contributors

PersonTokensPropCommitsCommitProp
neil hormanneil horman6460.95%216.67%
david aherndavid ahern1918.10%216.67%
steven rostedtsteven rostedt65.71%216.67%
satoru moriyasatoru moriya65.71%216.67%
koki sanagikoki sanagi32.86%18.33%
paul gortmakerpaul gortmaker32.86%18.33%
tejun heotejun heo32.86%18.33%
david s. millerdavid s. miller10.95%18.33%
Total105100.00%12100.00%
Directory: net/core
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.