kmem_trace ¤
Classes:
Functions:
Attributes:
-
parser–
parser module-attribute ¤
parser = ArgumentParser(
description="\nTrace kernel memory (SLUB and buddy) allocations and frees.\n\nThis command will execute `next` in the debugger, and print out all (de)allocations that happen until\nthe command finishes. As such this makes most sense to call when the PC is on a function call instruction.\nOnly (de)allocations triggered by the current function are considered (rather than other threads etc).\n\nIf neither `-s` nor `-b` are passed, both allocators are traced.\n "
)
KmemTracepointsData ¤
KmemTracepoints ¤
Methods:
-
resolve_names– -
kalloc_handler– -
kfree_handler– -
palloc_handler– -
pfree_handler– -
register_breakpoints– -
remove_breakpoints–
Attributes:
-
kallocs– -
kfrees– -
pallocs– -
pfrees– -
sps– -
data– -
slab_tracepoints_enabled– -
buddy_tracepoints_enabled–