Home
last modified time | relevance | path

Searched refs:real (Results 1 – 18 of 18) sorted by relevance

/tools/testing/ktest/examples/
A DREADME6 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 DREADME.rst7 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 DREADME27 - '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 DREADME.txt4 the real-time properties of Linux. Instead of testing Linux as a black box,
/tools/testing/selftests/bpf/progs/
A Dtest_xdp_noinline.c521 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 Dtest_l4lb.c215 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 Dtest_l4lb_noinline.c210 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 Dtest_l4lb_noinline_dynptr.c212 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 Drcu-test-image.txt23 Or maybe you need a real root filesystem for some reason, in which case
/tools/perf/
A Dbuiltin-daemon.c1104 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 Dperf-amd-ibs.txt136 IBS applied in a real world usecase
A Dtopdown.txt346 of workloads in execution environments, retire_latency values measured at real
A Dperf-top.txt15 This command generates and displays a performance counter profile in real time.
A Dperf-stat.txt475 an apparently bottleneck. The bottleneck is only the real bottleneck
A Dperf-intel-pt.txt1456 There were no errors so, do it for real
/tools/memory-model/Documentation/
A Dordering.txt22 operation in the previous categories. This being the real world,
A Dexplanation.txt147 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 Dsleepgraph.py2112 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