Linux Perf
|
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' |
def powerpc-hcalls.hcall_table_lookup | ( | opcode | ) |
Definition at line 151 of file powerpc-hcalls.py.
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.
def powerpc-hcalls.powerpc__hcall_exit | ( | name, | |
context, | |||
cpu, | |||
sec, | |||
nsec, | |||
pid, | |||
comm, | |||
callchain, | |||
opcode, | |||
retval | |||
) |
def powerpc-hcalls.trace_end | ( | ) |
dictionary powerpc-hcalls.d_enter = {} |
Definition at line 32 of file powerpc-hcalls.py.
dictionary powerpc-hcalls.hcall_table |
Definition at line 34 of file powerpc-hcalls.py.
dictionary powerpc-hcalls.output = {} |
Definition at line 25 of file powerpc-hcalls.py.
string powerpc-hcalls.print_ptrn = '%-28s%10s%10s%10s%10s' |
Definition at line 157 of file powerpc-hcalls.py.