Home
last modified time | relevance | path

Searched refs:programs (Results 1 – 7 of 7) sorted by relevance

/tools/lib/bpf/
Dlibbpf.c211 struct bpf_program *programs; member
343 progs = obj->programs; in bpf_object__add_program()
360 obj->programs = progs; in bpf_object__add_program()
808 prog = &obj->programs[i]; in bpf_object__find_prog_by_idx()
959 prog = &obj->programs[i]; in bpf_object__relocate()
1155 err = bpf_program__load(&obj->programs[i], in bpf_object__load_progs()
1247 bpf_program__unload(&obj->programs[i]); in bpf_object__unload()
1486 if (obj->programs && obj->nr_programs) { in bpf_object__close()
1488 bpf_program__exit(&obj->programs[i]); in bpf_object__close()
1490 zfree(&obj->programs); in bpf_object__close()
[all …]
/tools/usb/usbip/
DINSTALL58 4. Type `make install' to install the programs and any data files and
67 all sorts of other programs in order to regenerate files that came
114 PREFIX as the prefix for installing programs and libraries.
122 If the package supports it, you can cause programs to be installed
168 "host" platform (i.e., that on which the generated programs will
Dconfigure.ac23 # Checks for programs.
DCOPYING19 your programs, too.
26 in new free programs; and that you know you can do these things.
251 programs whose distribution conditions are different, write to the author
337 proprietary programs. If your program is a subroutine library, you may
/tools/power/cpupower/
DREADME16 tools and programs to the cpufreq core and drivers in the Linux kernel. This
/tools/perf/
Ddesign.txt215 In future, this will allow sophisticated monitoring programs to supply
/tools/perf/Documentation/
Dintel-pt.txt51 The simplest thing to do with Intel PT is userspace profiling of small programs.