Linux Kernel
3.7.1
|
Go to the source code of this file.
Namespaces | |
namespace | rt-tester |
Functions | |
def | usage |
def | progress |
def | analyse |
Variables | |
int | quiet 0 |
int | test 0 |
int | comments 0 |
string | sysfsprefix "/sys/devices/system/rttest/rttest" |
string | statusfile "/status" |
string | commandfile "/command" |
dictionary | cmd_opcodes |
dictionary | test_opcodes |
tuple | fd open(arguments[0]) |
int | linenr 0 |
tuple | line fd.readline() |
tuple | parts line.split(":") |
list | cmd parts[0] |
list | opc parts[1] |
list | tid parts[2] |
list | dat parts[3] |
list | testop test_opcodes[opc] |
string | fname "%s%s%s" |
int | query 1 |
tuple | fsta open(fname, 'r') |
tuple | status fsta.readline() |
tuple | stat status.split(",") |
tuple | s s.strip() |
list | val s[2:] |
list | cmdnr cmd_opcodes[opc] |
string | cmdstr "%s:%s" |
tuple | fcmd open(fname, 'w') |