| /tools/testing/selftests/tc-testing/plugin-lib/ |
| A D | valgrindPlugin.py | 84 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 D | nsPlugin.py | 102 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 D | comm.c | 169 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 D | dsos.c | 215 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 D | leap-a-day.c | 184 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 D | sock_iter_batch.c | 25 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 D | its_sysfs.py | 10 sys.path.insert(0, this_dir + '/../../kselftest')
|
| A D | its_permutations.py | 12 sys.path.insert(0, test_dir + '/../../kselftest')
|
| A D | its_ret_alignment.py | 26 sys.path.insert(0, this_dir + '/../../kselftest')
|
| A D | common.py | 11 sys.path.insert(0, '../../kselftest')
|
| A D | its_indirect_alignment.py | 26 sys.path.insert(0, this_dir + '/../../kselftest')
|
| /tools/net/sunrpc/xdrgen/ |
| A D | xdrgen | 21 sys.path.insert(1, "@pythondir@")
|
| A D | README | 94 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 D | dot2k.py | 111 tp_args.insert(0, tp_args_id)
|
| A D | automata.py | 112 states.insert(0, initial_state)
|
| /tools/perf/scripts/python/ |
| A D | netdev-times.py | 399 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 D | freeze.cfg | 37 # insert a small visible gap between suspend and resume on the timeline (default: false)
|
| A D | standby.cfg | 37 # insert a small visible gap between suspend and resume on the timeline (default: false)
|
| A D | standby-callgraph.cfg | 38 # insert a small visible gap between suspend and resume on the timeline (default: false)
|
| A D | standby-dev.cfg | 37 # insert a small visible gap between suspend and resume on the timeline (default: false)
|
| A D | suspend-callgraph.cfg | 38 # insert a small visible gap between suspend and resume on the timeline (default: false)
|
| A D | suspend-dev.cfg | 37 # insert a small visible gap between suspend and resume on the timeline (default: false)
|
| A D | suspend-x2-proc.cfg | 37 # insert a small visible gap between suspend and resume on the timeline (default: false)
|
| A D | suspend.cfg | 37 # insert a small visible gap between suspend and resume on the timeline (default: false)
|
| A D | freeze-callgraph.cfg | 38 # insert a small visible gap between suspend and resume on the timeline (default: false)
|