Home
last modified time | relevance | path

Searched defs:self (Results 1 – 14 of 14) sorted by relevance

/tools/kvm/kvm_stat/
Dkvm_stat261 def __init__(self, exit_reasons): argument
269 def __init__(self): argument
285 def __init__(self): argument
293 def __init__(self): argument
324 def __init__(self): argument
341 def __init__(self): argument
344 def add_event(self, event): argument
347 def read(self): argument
373 def __init__(self, name, group, trace_cpu, trace_pid, trace_point, argument
382 def __del__(self): argument
[all …]
/tools/perf/tests/
Dattr.py28 def __init__(self, test, msg): argument
31 def getMsg(self): argument
35 def __init__(self, test, arch): argument
38 def getMsg(self): argument
42 def __init__(self, test): argument
44 def getMsg(self): argument
88 def add(self, data): argument
93 def __init__(self, name, data, base): argument
100 def equal(self, other): argument
109 def optional(self): argument
[all …]
Dhists_cumulate.c162 u64 self; member
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py23 def __init__(self, sched_tracer, title, parent = None, id = -1): argument
65 def us_to_px(self, val): argument
68 def px_to_us(self, val): argument
71 def scroll_start(self): argument
75 def scroll_start_us(self): argument
79 def paint_rectangle_zone(self, nr, color, top_color, start, end): argument
103 def update_rectangles(self, dc, start, end): argument
108 def on_paint(self, event): argument
118 def rect_from_ypixel(self, y): argument
128 def update_summary(self, txt): argument
[all …]
DEventClass.py37 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument
46 def show(self): argument
56 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument
85 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
DCore.py109 def __init__(self, common_cpu, common_secs, common_nsecs, argument
118 def ts(self): argument
121 def ts_format(self): argument
/tools/perf/scripts/python/
Dcall-graph-from-sql.py65 def __init__(self, db, row, parent_item): argument
81 def setUpRoot(self): argument
95 def setUpLevel1(self, comm_id, comm): argument
111 def setUpLevel2(self, comm_id, thread_id, pid, tid): argument
116 def getChildItem(self, row): argument
119 def getParentItem(self): argument
122 def getRow(self): argument
125 def timePercent(self, b): argument
131 def branchPercent(self, b): argument
137 def addChild(self, call_path_id, name, dso, count, time, branch_count): argument
[all …]
Dsched-migration.py39 def __repr__(self): argument
47 def __init__(self, sleeper): argument
50 def __repr__(self): argument
58 def __init__(self, wakee): argument
61 def __repr__(self): argument
69 def __init__(self, child): argument
72 def __repr__(self): argument
80 def __init__(self, new): argument
83 def __repr__(self): argument
91 def __init__(self, old): argument
[all …]
Dcompaction-times.py29 def __init__(self, re): argument
32 def filter(self, pid, comm): argument
37 def __init__(self, low, high): argument
41 def filter(self, pid, comm): argument
55 def __init__(self, aval, bval, alabel = None, blabel = None): argument
61 def __add__(self, rhs): argument
66 def __str__(self): argument
70 def __init__(self, ns): argument
76 def __add__(self, rhs): argument
83 def __str__(self): argument
[all …]
/tools/power/pm-graph/
Danalyze_suspend.py220 def __init__(self): argument
240 def rootCheck(self, fatal=True): argument
246 def rootUser(self, fatal=False): argument
252 def setPrecision(self, num): argument
256 def setOutputFolder(self, value): argument
263 def setOutputFile(self): argument
272 def systemInfo(self, info): argument
288 def printSystemInfo(self): argument
296 def cpuInfo(self): argument
310 def initTestOutput(self, name): argument
[all …]
Danalyze_boot.py71 def __init__(self): argument
87 def kernelVersion(self, msg): argument
89 def checkFtraceKernelVersion(self): argument
94 def kernelParams(self): argument
110 def setGraphFilter(self, val): argument
130 def getBootFtraceFilterFunctions(self): argument
141 def myCronJob(self, line): argument
147 def cronjobCmdString(self): argument
161 def manualRebootRequired(self): argument
169 def getExec(self, cmd): argument
[all …]
/tools/perf/util/
Dsetup.py17 def finalize_options(self): argument
23 def finalize_options(self): argument
/tools/perf/python/
Dtracepoint.py9 def __init__(self, sys, name): argument
/tools/virtio/ringtest/
Dmain.c80 pthread_t self; in set_affinity() local