Linux Perf
powerpc-hcalls Namespace Reference

Functions

def hcall_table_lookup (opcode)
 
def trace_end ()
 
def powerpc__hcall_exit (name, context, cpu, sec, nsec, pid, comm, callchain, opcode, retval)
 
def powerpc__hcall_entry (event_name, context, cpu, sec, nsec, pid, comm, callchain, opcode)
 

Variables

dictionary output = {}
 
dictionary d_enter = {}
 
dictionary hcall_table
 
string print_ptrn = '%-28s%10s%10s%10s%10s'
 

Function Documentation

◆ hcall_table_lookup()

def powerpc-hcalls.hcall_table_lookup (   opcode)

Definition at line 151 of file powerpc-hcalls.py.

◆ powerpc__hcall_entry()

def powerpc-hcalls.powerpc__hcall_entry (   event_name,
  context,
  cpu,
  sec,
  nsec,
  pid,
  comm,
  callchain,
  opcode 
)

Definition at line 196 of file powerpc-hcalls.py.

◆ powerpc__hcall_exit()

def powerpc-hcalls.powerpc__hcall_exit (   name,
  context,
  cpu,
  sec,
  nsec,
  pid,
  comm,
  callchain,
  opcode,
  retval 
)

Definition at line 172 of file powerpc-hcalls.py.

Here is the call graph for this function:

◆ trace_end()

def powerpc-hcalls.trace_end ( )

Definition at line 159 of file powerpc-hcalls.py.

Here is the call graph for this function:

Variable Documentation

◆ d_enter

dictionary powerpc-hcalls.d_enter = {}

Definition at line 32 of file powerpc-hcalls.py.

◆ hcall_table

dictionary powerpc-hcalls.hcall_table

Definition at line 34 of file powerpc-hcalls.py.

◆ output

dictionary powerpc-hcalls.output = {}

Definition at line 25 of file powerpc-hcalls.py.

◆ print_ptrn

string powerpc-hcalls.print_ptrn = '%-28s%10s%10s%10s%10s'

Definition at line 157 of file powerpc-hcalls.py.