cregit-Linux how code gets into the kernel

Release 4.14 net/core/net-traces.c

Directory: net/core
// SPDX-License-Identifier: GPL-2.0
/*
 * 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>
#include <trace/events/qdisc.h>
#if IS_ENABLED(CONFIG_IPV6)
#include <trace/events/fib6.h>

EXPORT_TRACEPOINT_SYMBOL_GPL(fib6_table_lookup);
#endif
#if IS_ENABLED(CONFIG_BRIDGE)
#include <trace/events/bridge.h>

EXPORT_TRACEPOINT_SYMBOL_GPL(br_fdb_add);

EXPORT_TRACEPOINT_SYMBOL_GPL(br_fdb_external_learn_add);

EXPORT_TRACEPOINT_SYMBOL_GPL(fdb_delete);

EXPORT_TRACEPOINT_SYMBOL_GPL(br_fdb_update);
#endif


EXPORT_TRACEPOINT_SYMBOL_GPL(kfree_skb);


EXPORT_TRACEPOINT_SYMBOL_GPL(napi_poll);

Overall Contributors

PersonTokensPropCommitsCommitProp
Neil Horman6445.71%212.50%
Roopa Prabhu3122.14%212.50%
David Ahern1913.57%212.50%
Steven Rostedt64.29%212.50%
Satoru Moriya64.29%212.50%
Tejun Heo32.14%16.25%
Koki Sanagi32.14%16.25%
Paul Gortmaker32.14%16.25%
Jesper Dangaard Brouer32.14%16.25%
Greg Kroah-Hartman10.71%16.25%
David S. Miller10.71%16.25%
Total140100.00%16100.00%
Directory: net/core
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.