|
def | add_filter (cls, filter) |
|
def | create_pending (cls, pid, comm, start_secs, start_nsecs) |
|
def | increment_pending (cls, pid, migrated, fscan, mscan) |
|
def | complete_pending (cls, pid, secs, nsecs) |
|
def | gen (cls) |
|
def | str (cls) |
|
def | __init__ (self, comm, pid, filtered) |
|
def | __add__ (self, rhs) |
|
def | mark_pending (self, secs, nsecs) |
|
def | do_increment (self, migrated, fscan, mscan) |
|
def | make_complete (self, secs, nsecs) |
|
def | enumerate (self) |
|
def | is_pending (self) |
|
def | is_filtered (self) |
|
def | display (self) |
|
Definition at line 108 of file compaction-times.py.
◆ __init__()
def compaction-times.chead.__init__ |
( |
|
self, |
|
|
|
comm, |
|
|
|
pid, |
|
|
|
filtered |
|
) |
| |
◆ __add__()
def compaction-times.chead.__add__ |
( |
|
self, |
|
|
|
rhs |
|
) |
| |
◆ add_filter()
def compaction-times.chead.add_filter |
( |
|
cls, |
|
|
|
filter |
|
) |
| |
◆ complete_pending()
def compaction-times.chead.complete_pending |
( |
|
cls, |
|
|
|
pid, |
|
|
|
secs, |
|
|
|
nsecs |
|
) |
| |
◆ create_pending()
def compaction-times.chead.create_pending |
( |
|
cls, |
|
|
|
pid, |
|
|
|
comm, |
|
|
|
start_secs, |
|
|
|
start_nsecs |
|
) |
| |
◆ display()
def compaction-times.chead.display |
( |
|
self | ) |
|
◆ do_increment()
def compaction-times.chead.do_increment |
( |
|
self, |
|
|
|
migrated, |
|
|
|
fscan, |
|
|
|
mscan |
|
) |
| |
◆ enumerate()
def compaction-times.chead.enumerate |
( |
|
self | ) |
|
◆ gen()
def compaction-times.chead.gen |
( |
|
cls | ) |
|
◆ increment_pending()
def compaction-times.chead.increment_pending |
( |
|
cls, |
|
|
|
pid, |
|
|
|
migrated, |
|
|
|
fscan, |
|
|
|
mscan |
|
) |
| |
◆ is_filtered()
def compaction-times.chead.is_filtered |
( |
|
self | ) |
|
◆ is_pending()
def compaction-times.chead.is_pending |
( |
|
self | ) |
|
◆ make_complete()
def compaction-times.chead.make_complete |
( |
|
self, |
|
|
|
secs, |
|
|
|
nsecs |
|
) |
| |
◆ mark_pending()
def compaction-times.chead.mark_pending |
( |
|
self, |
|
|
|
secs, |
|
|
|
nsecs |
|
) |
| |
◆ str()
def compaction-times.chead.str |
( |
|
cls | ) |
|
◆ comm
compaction-times.chead.comm |
◆ filtered
compaction-times.chead.filtered |
◆ fobj
compaction-times.chead.fobj = None |
|
static |
◆ heads
dictionary compaction-times.chead.heads = {} |
|
static |
◆ list
compaction-times.chead.list |
◆ pending
compaction-times.chead.pending |
◆ pid
compaction-times.chead.pid |
◆ val
compaction-times.chead.val = cnode(0); |
|
static |
The documentation for this class was generated from the following file: