| /tools/kvm/kvm_stat/ |
| D | kvm_stat | 263 def tracepoint_is_child(self, field): argument 270 def __init__(self, exit_reasons): argument 275 def debugfs_is_child(self, field): argument 281 def __init__(self): argument 294 def debugfs_is_child(self, field): argument 300 def __init__(self): argument 305 def debugfs_is_child(self, field): argument 311 def __init__(self): argument 316 def debugfs_is_child(self, field): argument 347 def __init__(self): argument [all …]
|
| /tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 184 def __init__(self, task, param=None, parent=None): argument 189 def run(self): argument 203 def __init__(self, glb, params, parent=None): argument 210 def Item(self, parent): argument 216 def rowCount(self, parent): argument 223 def hasChildren(self, parent): argument 226 def headerData(self, section, orientation, role): argument 235 def parent(self, child): argument 242 def index(self, row, column, parent): argument 246 def DisplayData(self, item, index): argument [all …]
|
| D | sched-migration.py | 41 def __repr__(self): argument 49 def __init__(self, sleeper): argument 52 def __repr__(self): argument 60 def __init__(self, wakee): argument 63 def __repr__(self): argument 71 def __init__(self, child): argument 74 def __repr__(self): argument 82 def __init__(self, new): argument 85 def __repr__(self): argument 93 def __init__(self, old): argument [all …]
|
| D | compaction-times.py | 29 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/testing/selftests/tpm2/ |
| D | tpm2_tests.py | 14 def setUp(self): argument 18 def tearDown(self): argument 22 def test_seal_with_auth(self): argument 30 def test_seal_with_policy(self): argument 60 def test_unseal_with_wrong_auth(self): argument 73 def test_unseal_with_wrong_policy(self): argument 131 def test_seal_with_too_long_auth(self): argument 144 def test_too_short_cmd(self): argument 161 def test_read_partial_resp(self): argument 178 def test_read_partial_overwrite(self): argument [all …]
|
| D | tpm2.py | 203 def __init__(self, alg): argument 206 def __str__(self): argument 211 def __init__(self, name): argument 214 def __str__(self): argument 219 def __init__(self, alg): argument 222 def __str__(self): argument 227 def __init__(self, cc, rc): argument 240 def __str__(self): argument 250 def __init__(self, session_handle=TPM2_RS_PW, nonce='', session_attributes=0, argument 257 def __str__(self): argument [all …]
|
| /tools/bpf/bpftool/ |
| D | json_writer.c | 29 static void jsonw_indent(json_writer_t *self) in jsonw_indent() 37 static void jsonw_eol(json_writer_t *self) in jsonw_eol() 47 static void jsonw_eor(json_writer_t *self) in jsonw_eor() 57 static void jsonw_puts(json_writer_t *self, const char *str) in jsonw_puts() 95 json_writer_t *self = malloc(sizeof(*self)); in jsonw_new() local 108 json_writer_t *self = *self_p; in jsonw_destroy() local 117 void jsonw_pretty(json_writer_t *self, bool on) in jsonw_pretty() 123 static void jsonw_begin(json_writer_t *self, int c) in jsonw_begin() 131 static void jsonw_end(json_writer_t *self, int c) in jsonw_end() 144 void jsonw_name(json_writer_t *self, const char *name) in jsonw_name() [all …]
|
| /tools/testing/selftests/tc-testing/ |
| D | TdcResults.py | 12 def __init__(self, test_id="", test_name=""): argument 20 def set_result(self, result): argument 27 def get_result(self): argument 30 def set_errormsg(self, errormsg): argument 34 def append_errormsg(self, errormsg): argument 37 def get_errormsg(self): argument 40 def set_failmsg(self, failmsg): argument 44 def append_failmsg(self, failmsg): argument 47 def get_failmsg(self): argument 50 def add_steps(self, newstep): argument [all …]
|
| D | TdcPlugin.py | 4 def __init__(self): argument 8 def pre_suite(self, testcount, testidlist): argument 15 def post_suite(self, index): argument 21 def pre_case(self, caseinfo, test_skip): argument 28 def post_case(self): argument 33 def pre_execute(self): argument 38 def post_execute(self): argument 43 def adjust_command(self, stage, command): argument 65 def add_args(self, parser): argument 70 def check_args(self, args, remaining): argument
|
| D | tdc.py | 29 def __init__(self, missing_pg): argument 33 def __init__(self, stage, output, message): argument 39 def __init__(self, argparser): argument 59 def load_plugin(self, pgdir, pgname): argument 66 def get_required_plugins(self, testlist): argument 84 def load_required_plugins(self, reqs, parser, args, remaining): argument 117 def call_pre_suite(self, testcount, testidlist): argument 121 def call_post_suite(self, index): argument 125 def call_pre_case(self, caseinfo, *, test_skip=False): argument 136 def call_post_case(self): argument [all …]
|
| /tools/power/pm-graph/ |
| D | sleepgraph.py | 280 def __init__(self): argument 298 def vprint(self, msg): argument 302 def signalHandler(self, signum, frame): argument 309 def signalHandlerInit(self): argument 321 def rootCheck(self, fatal=True): argument 330 def rootUser(self, fatal=False): argument 339 def getExec(self, cmd): argument 354 def setPrecision(self, num): argument 358 def setOutputFolder(self, value): argument 366 def setOutputFile(self): argument [all …]
|
| D | bootgraph.py | 71 def __init__(self): argument 82 def kernelVersion(self, msg): argument 84 def checkFtraceKernelVersion(self): argument 89 def kernelParams(self): argument 105 def setGraphFilter(self, val): argument 125 def getBootFtraceFilterFunctions(self): argument 136 def myCronJob(self, line): argument 142 def cronjobCmdString(self): argument 163 def manualRebootRequired(self): argument 171 def blGrub(self): argument [all …]
|
| /tools/perf/tests/ |
| D | attr.py | 33 def __init__(self, test, msg): argument 36 def getMsg(self): argument 40 def __init__(self, test, arch): argument 43 def getMsg(self): argument 47 def __init__(self, test): argument 49 def getMsg(self): argument 93 def add(self, data): argument 98 def __init__(self, name, data, base): argument 105 def equal(self, other): argument 114 def optional(self): argument [all …]
|
| /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| D | SchedGui.py | 23 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 …]
|
| D | EventClass.py | 38 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument 47 def show(self): argument 58 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument 87 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
|
| D | Core.py | 103 def __init__(self, common_cpu, common_secs, common_nsecs, argument 112 def ts(self): argument 115 def ts_format(self): argument
|
| /tools/testing/selftests/tc-testing/plugin-lib/ |
| D | nsPlugin.py | 11 def __init__(self): argument 15 def pre_suite(self, testcount, testidlist): argument 24 def post_suite(self, index): argument 35 def add_args(self, parser): argument 45 def adjust_command(self, stage, command): argument 80 def _ports_create(self): argument 89 def _ports_destroy(self): argument 93 def _ns_create(self): argument 112 def _ns_destroy(self): argument 121 def _exec_cmd(self, stage, command): argument [all …]
|
| D | valgrindPlugin.py | 22 def __init__(self): argument 28 def pre_suite(self, testcount, testidlist): argument 36 def post_suite(self, index): argument 50 def add_args(self, parser): argument 62 def adjust_command(self, stage, command): argument 101 def post_execute(self): argument 156 def _add_results(self, res): argument 159 def _add_to_tap(self, more_tap_output): argument
|
| D | buildebpfPlugin.py | 14 def __init__(self): argument 19 def pre_suite(self, testcount, testidlist): argument 25 def post_suite(self, index): argument 30 def add_args(self, parser): argument 43 def _ebpf_makeall(self): argument 47 def _ebpf_makeclean(self): argument 51 def _make(self, target): argument
|
| D | scapyPlugin.py | 21 def __init__(self): argument 25 def post_execute(self): argument
|
| D | rootPlugin.py | 9 def __init__(self): argument 13 def pre_suite(self, testcount, testidlist): argument
|
| /tools/cgroup/ |
| D | iocost_monitor.py | 67 def walk(self, blkcg, q_id, parent_path): argument 85 def __init__(self, root_blkcg, q_id, include_dying=False): argument 90 def __iter__(self): argument 94 def __init__(self, ioc): argument 113 def dict(self, now): argument 124 def table_preamble_str(self): argument 136 def table_header_str(self): argument 141 def __init__(self, iocg): argument 175 def dict(self, now, path): argument 194 def table_row_str(self, path): argument
|
| /tools/testing/selftests/bpf/ |
| D | test_offload.py | 283 def __init__(self, path): argument 287 def __len__(self): argument 290 def __getitem__(self, key): argument 295 def __setitem__(self, key, value): argument 305 def _debugfs_dir_read(self, path): argument 339 def __init__(self, port_count=1): argument 369 def get_ifnames(self): argument 377 def wait_for_netdevs(self, port_count): argument 392 def dfs_num_bound_progs(self): argument 397 def dfs_get_bound_progs(self, expected): argument [all …]
|
| /tools/perf/util/ |
| D | setup.py | 29 def finalize_options(self): argument 35 def finalize_options(self): argument
|
| /tools/perf/python/ |
| D | tracepoint.py | 9 def __init__(self, sys, name): argument
|