Searched refs:append (Results 51 - 75 of 150) sorted by relevance

123456

/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py22 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
24 sys.path.append('scripts/python/Perf-Trace-Util/lib/Perf/Trace')
119 next_tasks.append(prev)
122 next_tasks.append(next)
188 ts_list.append(self)
204 ts_list.append(self)
207 self.event_cpus.append(old_cpu)
208 self.event_cpus.append(new_cpu)
221 ts_list.append(self)
H A Darm-cs-trace-disasm.py74 append = "/vdso"
76 append = "/elf"
78 dso_path = os.environ['PERF_BUILDID_DIR'] + "/" + dso_name + "/" + dso_build_id + append;
H A Devent_analyzing_sample.py26 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
/linux-master/tools/perf/pmu-events/
H A Djevents.py181 self.big_string.append(f'/* offset={big_string_offset} */ "')
182 self.big_string.append(s)
183 self.big_string.append('"')
185 self.big_string.append(' /* also: ' + ', '.join(fold_into_strings[s]) + ' */')
186 self.big_string.append('\n')
447 metrics.append((event.pmu, event.metric_name, event.metric_expr))
474 _pending_events.append(e)
476 _pending_metrics.append(e)
498 _sys_event_tables.append(_pending_events_tblname)
501 _event_tables.append(_pending_events_tblnam
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan_fdb_veto.sh106 bridge fdb append 00:00:00:00:00:00 dev vxlan0 self static \
110 bridge fdb append 00:00:00:00:00:00 dev vxlan0 self static \
115 log_test "vxlan FDB veto - append"
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_ite_keyboard.py156 expected.append(libevdev.InputEvent(libevdev.EV_KEY.KEY_RFKILL, 1))
162 expected.append(libevdev.InputEvent(libevdev.EV_KEY.KEY_RFKILL, 0))
/linux-master/scripts/
H A Dgenerate_rust_analyzer.py28 cfg.append(line)
39 crates.append({
145 parser.add_argument('--cfgs', action='append', default=[])
/linux-master/tools/testing/selftests/tc-testing/
H A DTdcResults.py54 self.steps.append(step)
67 self._testsuite.append(result_data)
H A Dtdc.py71 self.plugin_instances.append((pgname, foo.SubPlugin()))
111 source_path.append(pgpath)
114 pnf.append(fname)
591 serial.append(test)
595 serial.append(test)
597 parallel.append(test)
806 ufilename.append(c['filename'])
814 testlist.append(t)
846 answer.append(tc)
847 test_ids.append(t
[all...]
/linux-master/tools/crypto/tcrypt/
H A Dtcrypt_speed_compare.py109 result[alg][op].append(parsed_result)
132 merged[alg][op].append(merged_item)
/linux-master/Documentation/sphinx/
H A DrstFlatTable.py224 self.rows.append(row)
286 row.append( ( x - 1, 0, []) )
292 row.append( (0, 0, nodes.comment()) )
346 row.append( (cspan, rspan, cellElements) )
H A Dautomarkup.py113 repl.append(nodes.Text(t[done:m.start()]))
117 # append its return to the text
119 repl.append(markup_func[m.re](docname, app, m))
123 repl.append(nodes.Text(t[done:]))
H A Dcdomain.py219 signode['names'].append(targetname)
220 signode['ids'].append(targetname)
235 self.indexnode['entries'].append(
H A Dkernel_feat.py126 content.append(l, fname, c)
/linux-master/tools/testing/selftests/net/forwarding/
H A Dq_in_vni_ipv6.sh164 bridge fdb append dev vx100 00:00:00:00:00:00 dst 2001:db8:4::1 self
165 bridge fdb append dev vx100 00:00:00:00:00:00 dst 2001:db8:5::1 self
234 bridge fdb append dev vx100 00:00:00:00:00:00 dst 2001:db8:3::1 self
235 bridge fdb append dev vx100 00:00:00:00:00:00 dst $other_in_addr self
H A Dq_in_vni.sh165 bridge fdb append dev vx100 00:00:00:00:00:00 dst 192.0.2.34 self
166 bridge fdb append dev vx100 00:00:00:00:00:00 dst 192.0.2.50 self
235 bridge fdb append dev vx100 00:00:00:00:00:00 dst 192.0.2.17 self
236 bridge fdb append dev vx100 00:00:00:00:00:00 dst $other_in_addr self
H A Dvxlan_bridge_1q.sh190 bridge fdb append dev vx10 00:00:00:00:00:00 dst 192.0.2.34 self
191 bridge fdb append dev vx10 00:00:00:00:00:00 dst 192.0.2.50 self
193 bridge fdb append dev vx20 00:00:00:00:00:00 dst 192.0.2.34 self
194 bridge fdb append dev vx20 00:00:00:00:00:00 dst 192.0.2.50 self
277 bridge fdb append dev vx10 00:00:00:00:00:00 dst 192.0.2.17 self
278 bridge fdb append dev vx10 00:00:00:00:00:00 dst $other_in_addr self
288 bridge fdb append dev vx20 00:00:00:00:00:00 dst 192.0.2.17 self
289 bridge fdb append dev vx20 00:00:00:00:00:00 dst $other_in_addr self
408 bridge fdb append dev vx10 00:00:00:00:00:00 dst 192.0.2.34 self
409 bridge fdb append de
[all...]
H A Dvxlan_bridge_1q_ipv6.sh205 bridge fdb append dev vx10 00:00:00:00:00:00 dst 2001:db8:4::1 self
206 bridge fdb append dev vx10 00:00:00:00:00:00 dst 2001:db8:5::1 self
208 bridge fdb append dev vx20 00:00:00:00:00:00 dst 2001:db8:4::1 self
209 bridge fdb append dev vx20 00:00:00:00:00:00 dst 2001:db8:5::1 self
296 bridge fdb append dev vx10 00:00:00:00:00:00 dst 2001:db8:3::1 self
297 bridge fdb append dev vx10 00:00:00:00:00:00 dst $other_in_addr self
307 bridge fdb append dev vx20 00:00:00:00:00:00 dst 2001:db8:3::1 self
308 bridge fdb append dev vx20 00:00:00:00:00:00 dst $other_in_addr self
427 bridge fdb append dev vx10 00:00:00:00:00:00 dst 2001:db8:4::1 self
428 bridge fdb append de
[all...]
H A Ddual_vxlan_bridge.sh175 bridge fdb append dev vx100 00:00:00:00:00:00 dst 192.0.2.34 self
176 bridge fdb append dev vx200 00:00:00:00:00:00 dst 192.0.2.50 self
252 bridge fdb append dev $vxlan_name 00:00:00:00:00:00 dst 192.0.2.17 self
253 bridge fdb append dev $vxlan_name 00:00:00:00:00:00 dst $other_in_addr self
/linux-master/scripts/tracing/
H A Ddraw_functrace.py50 self._children.append(child)
/linux-master/fs/hostfs/
H A Dhostfs.h73 extern int open_file(char *path, int r, int w, int append);
/linux-master/tools/testing/selftests/devices/
H A Dtest_discoverable_devices.py38 pci_controllers.append(os.path.join(path, d))
47 usb_controllers.append(os.path.realpath(d.path))
107 result_controllers.append(c)
161 interfaces.append((i, usb_intf_fmt.format(i)))
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py507 out.append(i.strip())
570 list.append(i)
686 rejects.append(name)
689 kpl[0].append(name)
692 kpl[1].append(name)
694 kpl[3].append(name)
696 kpl[2].append(name)
834 cf.append(self.tracefuncs[fn]['func'])
836 cf.append(fn)
1131 out.append((nam
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_bpftool.py31 _args.append("-j")
/linux-master/tools/testing/kunit/
H A Dkunit_config.py69 diff.append(pair)

Completed in 228 milliseconds

123456