Home
last modified time | relevance | path

Searched refs:vec (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/net/
Dtls.c254 struct iovec vec; in TEST_F() local
257 vec.iov_base = (char *)test_str; in TEST_F()
258 vec.iov_len = send_len; in TEST_F()
260 msg.msg_iov = &vec; in TEST_F()
273 struct iovec vec[MAX_FRAGS]; in TEST_F() local
279 vec[i].iov_base = (char *)test_str; in TEST_F()
280 vec[i].iov_len = SEND_LEN; in TEST_F()
284 msg.msg_iov = vec; in TEST_F()
310 struct iovec vec = { (void *)mem, send_len }; in TEST_F() local
312 msg.msg_iov = &vec; in TEST_F()
[all …]
/tools/perf/scripts/python/
Dnetdev-times.py232 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
233 if symbol_str("irq__softirq_entry", "vec", vec) != "NET_RX":
235 event_info = (name, context, cpu, nsecs(sec, nsec), pid, comm, vec)
238 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
239 if symbol_str("irq__softirq_entry", "vec", vec) != "NET_RX":
241 event_info = (name, context, cpu, nsecs(sec, nsec), pid, comm, vec)
244 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
245 if symbol_str("irq__softirq_entry", "vec", vec) != "NET_RX":
247 event_info = (name, context, cpu, nsecs(sec, nsec), pid, comm, vec)
327 (name, context, cpu, time, pid, comm, vec) = event_info
[all …]
Dcheck-perf-trace.py32 common_callchain, vec): argument
38 print("vec=%s" % (symbol_str("irq__softirq_entry", "vec", vec)))
/tools/perf/scripts/perl/
Dcheck-perf-trace.pl32 $vec) = @_;
40 symbol_str("irq::softirq_entry", "vec", $vec));
/tools/testing/selftests/powerpc/tm/
Dtm-unavailable.c298 void test_fp_vec(int fp, int vec, pthread_attr_t *attr) in test_fp_vec() argument
305 flags.touch_vec = vec; in test_fp_vec()
/tools/vm/
Dpage-types.c970 uint8_t vec[PAGEMAP_BATCH]; in walk_file() local
994 if (mincore(ptr, len, vec)) in walk_file()
1010 if (vec[i] & 1) in walk_file()