Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 1016) sorted by relevance

12345678910>>...41

/tools/build/feature/
A Dtest-all.c15 #undef main
19 #undef main
23 #undef main
27 #undef main
31 #undef main
35 #undef main
39 #undef main
43 #undef main
47 #undef main
51 #undef main
[all …]
/tools/virtio/ringtest/
A DMakefile10 main.o: main.c main.h
11 ring.o: ring.c main.h
12 ptr_ring.o: ptr_ring.c main.h ../../../include/linux/ptr_ring.h
13 virtio_ring_0_9.o: virtio_ring_0_9.c main.h
16 ring: ring.o main.o
17 virtio_ring_0_9: virtio_ring_0_9.o main.o
18 virtio_ring_poll: virtio_ring_poll.o main.o
19 virtio_ring_inorder: virtio_ring_inorder.o main.o
20 ptr_ring: ptr_ring.o main.o
21 noring: noring.o main.o
[all …]
/tools/testing/selftests/bpf/prog_tests/
A Dsummarization.c23 struct summarization *main = NULL; in test_aux() local
31 main = summarization__open_opts(&opts); in test_aux()
32 if (!ASSERT_OK_PTR(main, "summarization__open")) in test_aux()
34 main_prog = bpf_object__find_program_by_name(main->obj, main_prog_name); in test_aux()
38 err = summarization__load(main); in test_aux()
76 summarization__destroy(main); in test_aux()
96 const char *main; in test_summarization_freplace() member
138 test_aux(mains[t][i].main, mains[t][i].to_be_replaced, replacements[t][j].func, in test_summarization_freplace()
/tools/perf/Documentation/
A Dcallchain-overhead-calculation.txt34 int main(void) {
41 child of 'main' so 'foo' also is a child of 'main'. In other words,
55 main
61 main
77 100.00% 0.00% main
79 --- main
85 main
92 main
97 'children' overhead of 'bar', 'main' and '\_\_libc_start_main'.
99 'children' overhead of 'main' and '\_\_libc_start_main'.
[all …]
/tools/perf/tests/shell/
A Dtest_uprobe_from_different_cu.sh64 cat > ${temp_dir}/testfile-main.c << EOF
70 main (int argc, char **argv)
83 gcc -g -Og -c ${temp_dir}/testfile-main.c -o ${temp_dir}/testfile-main.o
84 gcc -g -Og -o ${temp_dir}/testfile ${temp_dir}/testfile-foo.o ${temp_dir}/testfile-main.o
/tools/testing/selftests/bpf/progs/
A Dverifier_tailcall_jit.c6 int main(void);
15 [0] = (void *) &main,
94 __naked int main(void) in main() function
/tools/testing/selftests/
A Dkselftest_install.sh9 main() function
35 main "$@"
A Dgen_kselftest_tar.sh10 main() function
63 main "$@"
/tools/power/cpupower/bench/
A DMakefile4 of the main one in the parent dir)
16 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o \
20 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o
/tools/testing/selftests/sgx/
A DMakefile28 $(OUTPUT)/test_sgx: $(OUTPUT)/main.o \
35 $(OUTPUT)/main.o: main.c
57 $(OUTPUT)/main.o \
/tools/testing/radix-tree/
A DMakefile5 TARGETS = main idr-test multiorder xarray maple
7 OFILES = main.o $(CORE_OFILES) regression1.o regression2.o \
15 main: $(OFILES) target
/tools/testing/scatterlist/
A DMakefile4 TARGETS = main
5 OFILES = main.o scatterlist.o
14 main: $(OFILES) target
/tools/testing/selftests/kselftest/
A Dmodule.sh22 main() { function
84 main "$@"
/tools/testing/selftests/net/
A Drtnetlink.py24 def main() -> None: function
30 main()
/tools/testing/selftests/drivers/net/
A Dnapi_id.py17 def main() -> None: function
23 main()
/tools/testing/selftests/damon/
A Dsysfs_update_schemes_tried_regions_hang.py9 def main(): function
33 main()
A Ddamos_apply_interval.py9 def main(): function
67 main()
A Ddamos_tried_regions.py9 def main(): function
65 main()
/tools/testing/kunit/
A Dkunit_tool_test.py618 kunit.main(['build'])
624 kunit.main(['exec'])
632 kunit.main(['run'])
642 kunit.main(['exec'])
648 kunit.main(['run'])
657 kunit.main(['run'])
665 kunit.main(['exec', '--raw_output'])
673 kunit.main(['run', '--raw_output'])
682 kunit.main(['run', '--raw_output=kunit'])
720 kunit.main(['run', '--build_dir=.kunit'])
[all …]
/tools/perf/python/
A Dcounting.py9 def main(event: str): function
36 main(args.event)
A Dtracepoint.py15 def main(): function
55 main()
A Dtwatch.py11 def main(context_switch = 0, thread = -1): function
61 main()
/tools/net/ynl/
A Dpyproject.toml23 ynl = "pyynl.cli:main"
24 ynl-ethtool = "pyynl.ethtool:main"
/tools/testing/memblock/
A DMakefile8 TARGETS = main
12 OFILES = main.o $(DEP_OFILES) $(TEST_OFILES)
23 main: $(OFILES) target
/tools/testing/selftests/drivers/net/mlxsw/
A Dfib.sh107 ip -n $ns route add table main 192.0.2.1/32 dev dummy1
115 ip -n $ns route add table main 192.0.2.2/32 dev dummy1
204 ip -n $ns route add table main 2001:db8:1::1/128 dev dummy1
212 ip -n $ns route add table main 2001:db8:1::2/128 dev dummy1

Completed in 29 milliseconds

12345678910>>...41