Searched refs:real (Results 1 – 18 of 18) sorted by relevance
| /tools/testing/ktest/examples/ |
| A D | README | 6 The configs are based off of real working configs but have been modified 17 used to perform real testing. 26 included into other configs. This is a real use example that shows how
|
| /tools/testing/selftests/drivers/net/ |
| A D | README.rst | 7 other tests. They support testing both real device drivers and emulated / 22 Executing tests against a real device requires external preparation. 27 the tests against a real device. 33 and a real device. SW-only tests should instead be placed in net/ or
|
| /tools/testing/selftests/arm64/signal/ |
| A D | README | 27 - 'mangle_' tests: a real signal (SIGUSR1) is raised and used as a trigger 33 real signal return. This kind of tests does not use a trigger usually and
|
| /tools/tracing/rtla/ |
| A D | README.txt | 4 the real-time properties of Linux. Instead of testing Linux as a black box,
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_xdp_noinline.c | 521 static bool get_packet_dst(struct real_definition **real, in get_packet_dst() argument 546 *real = bpf_map_lookup_elem(&reals, &key); in get_packet_dst() 547 if (!(*real)) in get_packet_dst() 574 static void connection_table_lookup(struct real_definition **real, in connection_table_lookup() argument 593 *real = bpf_map_lookup_elem(&reals, &key); in connection_table_lookup()
|
| A D | test_l4lb.c | 215 static __always_inline bool get_packet_dst(struct real_definition **real, in get_packet_dst() argument 228 *real = bpf_map_lookup_elem(&reals, &key); in get_packet_dst() 229 if (!(*real)) in get_packet_dst()
|
| A D | test_l4lb_noinline.c | 210 static __noinline bool get_packet_dst(struct real_definition **real, in get_packet_dst() argument 227 *real = bpf_map_lookup_elem(&reals, &key); in get_packet_dst() 228 if (!(*real)) in get_packet_dst()
|
| A D | test_l4lb_noinline_dynptr.c | 212 static __noinline bool get_packet_dst(struct real_definition **real, in get_packet_dst() argument 229 *real = bpf_map_lookup_elem(&reals, &key); in get_packet_dst() 230 if (!(*real)) in get_packet_dst()
|
| /tools/testing/selftests/rcutorture/doc/ |
| A D | rcu-test-image.txt | 23 Or maybe you need a real root filesystem for some reason, in which case
|
| /tools/perf/ |
| A D | builtin-daemon.c | 1104 char *real = realpath(daemon->config, NULL); in setup_config() local 1106 if (!real) { in setup_config() 1110 daemon->config_real = real; in setup_config()
|
| /tools/perf/Documentation/ |
| A D | perf-amd-ibs.txt | 136 IBS applied in a real world usecase
|
| A D | topdown.txt | 346 of workloads in execution environments, retire_latency values measured at real
|
| A D | perf-top.txt | 15 This command generates and displays a performance counter profile in real time.
|
| A D | perf-stat.txt | 475 an apparently bottleneck. The bottleneck is only the real bottleneck
|
| A D | perf-intel-pt.txt | 1456 There were no errors so, do it for real
|
| /tools/memory-model/Documentation/ |
| A D | ordering.txt | 22 operation in the previous categories. This being the real world,
|
| A D | explanation.txt | 147 buffers are usually larger than a single integer, real device drivers 149 completion, and real code generally doesn't bother to copy values into 213 However, real computer hardware almost never follows the Sequential 1091 be executed after all. And lastly, the real difficulties begin when
|
| /tools/power/pm-graph/ |
| A D | sleepgraph.py | 2112 real = [] 2116 if list[dev]['pid'] >= 0 and dev not in real: 2117 real.append(dev) 2127 if pdev and pdev not in real and pdev not in rootlist:
|
Completed in 34 milliseconds