Home
last modified time | relevance | path

Searched refs:insert (Results 1 – 25 of 40) sorted by relevance

12

/tools/testing/selftests/tc-testing/plugin-lib/
A DvalgrindPlugin.py84 cmdlist.insert(0, '--track-origins=yes')
85 cmdlist.insert(0, '--show-leak-kinds=definite,indirect')
86 cmdlist.insert(0, '--leak-check=full')
87 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid))
88 cmdlist.insert(0, '-v') # ask for summary of non-leak errors
89 cmdlist.insert(0, ENVIR['VALGRIND_BIN'])
A DnsPlugin.py102 cmdlist.insert(0, self.args.NAMES['NS'])
103 cmdlist.insert(0, 'exec')
104 cmdlist.insert(0, 'netns')
105 cmdlist.insert(0, self.args.NAMES['IP'])
/tools/perf/util/
A Dcomm.c169 int insert = comm_strs->num_strs; /* Default to inserting at the end. */ in comm_strs__findnew() local
179 insert = mid; in comm_strs__findnew()
182 memmove(&comm_strs->strs[insert + 1], &comm_strs->strs[insert], in comm_strs__findnew()
183 (comm_strs->num_strs - insert) * sizeof(struct comm_str *)); in comm_strs__findnew()
185 comm_strs->strs[insert] = result; in comm_strs__findnew()
A Ddsos.c215 int insert = dsos->cnt; /* Default to inserting at the end. */ in __dsos__add() local
225 insert = mid; in __dsos__add()
228 memmove(&dsos->dsos[insert + 1], &dsos->dsos[insert], in __dsos__add()
229 (dsos->cnt - insert) * sizeof(struct dso *)); in __dsos__add()
231 dsos->dsos[insert] = dso__get(dso); in __dsos__add()
/tools/testing/selftests/timers/
A Dleap-a-day.c184 int insert = 1; in main() local
263 if (insert) in main()
320 if (insert) in main()
360 insert = !insert; in main()
/tools/testing/selftests/bpf/prog_tests/
A Dsock_iter_batch.c25 static int insert(__u64 cookie, struct sock_count counts[], int counts_len) in insert() function
27 int insert = -1; in insert() local
32 insert = i; in insert()
34 insert = i; in insert()
38 if (insert < 0) in insert()
39 return insert; in insert()
41 counts[insert].cookie = cookie; in insert()
42 counts[insert].count++; in insert()
44 return counts[insert].count; in insert()
58 ASSERT_GE(insert(out.cookie, counts, counts_len), 0, "insert"); in read_n()
/tools/testing/selftests/x86/bugs/
A Dits_sysfs.py10 sys.path.insert(0, this_dir + '/../../kselftest')
A Dits_permutations.py12 sys.path.insert(0, test_dir + '/../../kselftest')
A Dits_ret_alignment.py26 sys.path.insert(0, this_dir + '/../../kselftest')
A Dcommon.py11 sys.path.insert(0, '../../kselftest')
A Dits_indirect_alignment.py26 sys.path.insert(0, this_dir + '/../../kselftest')
/tools/net/sunrpc/xdrgen/
A Dxdrgen21 sys.path.insert(1, "@pythondir@")
A DREADME94 deeper introspection, specifying the "--annotate" flag will insert
250 Enable something like a #include to dynamically insert the content
258 Add a command-line option to insert trace_printk call sites in the
/tools/verification/rvgen/rvgen/
A Ddot2k.py111 tp_args.insert(0, tp_args_id)
A Dautomata.py112 states.insert(0, initial_state)
/tools/perf/scripts/python/
A Dnetdev-times.py399 rx_skb_list.insert(0, rec_data)
410 tx_queue_list.insert(0, skb)
425 tx_xmit_list.insert(0, skb)
/tools/power/pm-graph/config/
A Dfreeze.cfg37 # insert a small visible gap between suspend and resume on the timeline (default: false)
A Dstandby.cfg37 # insert a small visible gap between suspend and resume on the timeline (default: false)
A Dstandby-callgraph.cfg38 # insert a small visible gap between suspend and resume on the timeline (default: false)
A Dstandby-dev.cfg37 # insert a small visible gap between suspend and resume on the timeline (default: false)
A Dsuspend-callgraph.cfg38 # insert a small visible gap between suspend and resume on the timeline (default: false)
A Dsuspend-dev.cfg37 # insert a small visible gap between suspend and resume on the timeline (default: false)
A Dsuspend-x2-proc.cfg37 # insert a small visible gap between suspend and resume on the timeline (default: false)
A Dsuspend.cfg37 # insert a small visible gap between suspend and resume on the timeline (default: false)
A Dfreeze-callgraph.cfg38 # insert a small visible gap between suspend and resume on the timeline (default: false)

Completed in 31 milliseconds

12