Linux Perf
check-perf-trace Namespace Reference

Functions

def trace_begin ()
 
def trace_end ()
 
def irq__softirq_entry (event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, vec)
 
def kmem__kmalloc (event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, call_site, ptr, bytes_req, bytes_alloc, gfp_flags)
 
def trace_unhandled (event_name, context, event_fields_dict)
 
def print_header (event_name, cpu, secs, nsecs, pid, comm)
 
def print_uncommon (context)
 
def print_unhandled ()
 

Variables

 unhandled = autodict()
 

Function Documentation

◆ irq__softirq_entry()

def check-perf-trace.irq__softirq_entry (   event_name,
  context,
  common_cpu,
  common_secs,
  common_nsecs,
  common_pid,
  common_comm,
  common_callchain,
  vec 
)

Definition at line 30 of file check-perf-trace.py.

Here is the call graph for this function:

◆ kmem__kmalloc()

def check-perf-trace.kmem__kmalloc (   event_name,
  context,
  common_cpu,
  common_secs,
  common_nsecs,
  common_pid,
  common_comm,
  common_callchain,
  call_site,
  ptr,
  bytes_req,
  bytes_alloc,
  gfp_flags 
)

Definition at line 42 of file check-perf-trace.py.

Here is the call graph for this function:

◆ print_header()

def check-perf-trace.print_header (   event_name,
  cpu,
  secs,
  nsecs,
  pid,
  comm 
)

Definition at line 60 of file check-perf-trace.py.

◆ print_uncommon()

def check-perf-trace.print_uncommon (   context)

Definition at line 65 of file check-perf-trace.py.

Here is the call graph for this function:

◆ print_unhandled()

def check-perf-trace.print_unhandled ( )

Definition at line 70 of file check-perf-trace.py.

◆ trace_begin()

def check-perf-trace.trace_begin ( )

Definition at line 21 of file check-perf-trace.py.

◆ trace_end()

def check-perf-trace.trace_end ( )

Definition at line 25 of file check-perf-trace.py.

Here is the call graph for this function:

◆ trace_unhandled()

def check-perf-trace.trace_unhandled (   event_name,
  context,
  event_fields_dict 
)

Definition at line 54 of file check-perf-trace.py.

Variable Documentation

◆ unhandled

check-perf-trace.unhandled = autodict()

Definition at line 19 of file check-perf-trace.py.