Linux Perf
net_dropmonitor Namespace Reference

Functions

def get_kallsyms_table ()
 
def get_sym (sloc)
 
def print_drop_table ()
 
def trace_begin ()
 
def trace_end ()
 
def skb__kfree_skb (name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, location, protocol)
 

Variables

dictionary drop_log = {}
 
list kallsyms = []
 

Function Documentation

◆ get_kallsyms_table()

def net_dropmonitor.get_kallsyms_table ( )

Definition at line 17 of file net_dropmonitor.py.

◆ get_sym()

def net_dropmonitor.get_sym (   sloc)

Definition at line 31 of file net_dropmonitor.py.

◆ print_drop_table()

def net_dropmonitor.print_drop_table ( )

Definition at line 52 of file net_dropmonitor.py.

Here is the call graph for this function:

◆ skb__kfree_skb()

def net_dropmonitor.skb__kfree_skb (   name,
  context,
  cpu,
  sec,
  nsec,
  pid,
  comm,
  callchain,
  skbaddr,
  location,
  protocol 
)

Definition at line 71 of file net_dropmonitor.py.

Here is the call graph for this function:

◆ trace_begin()

def net_dropmonitor.trace_begin ( )

Definition at line 61 of file net_dropmonitor.py.

◆ trace_end()

def net_dropmonitor.trace_end ( )

Definition at line 64 of file net_dropmonitor.py.

Here is the call graph for this function:

Variable Documentation

◆ drop_log

dictionary net_dropmonitor.drop_log = {}

Definition at line 14 of file net_dropmonitor.py.

◆ kallsyms

list net_dropmonitor.kallsyms = []

Definition at line 15 of file net_dropmonitor.py.