Linux Perf
|
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 = [] |
def net_dropmonitor.get_kallsyms_table | ( | ) |
Definition at line 17 of file net_dropmonitor.py.
def net_dropmonitor.get_sym | ( | sloc | ) |
Definition at line 31 of file net_dropmonitor.py.
def net_dropmonitor.print_drop_table | ( | ) |
def net_dropmonitor.skb__kfree_skb | ( | name, | |
context, | |||
cpu, | |||
sec, | |||
nsec, | |||
pid, | |||
comm, | |||
callchain, | |||
skbaddr, | |||
location, | |||
protocol | |||
) |
def net_dropmonitor.trace_begin | ( | ) |
Definition at line 61 of file net_dropmonitor.py.
def net_dropmonitor.trace_end | ( | ) |
dictionary net_dropmonitor.drop_log = {} |
Definition at line 14 of file net_dropmonitor.py.
list net_dropmonitor.kallsyms = [] |
Definition at line 15 of file net_dropmonitor.py.