Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 39) sorted by relevance

12

/tools/build/Documentation/
DBuild.txt10 Unlike the kernel we don't have a single build object 'obj-y' list that where
33 OBJECT - is the name of the build object
35 When succefully finished the $(DIR) directory contains the final object file
136 It's possible to alter the standard object C flags in the following way:
138 CFLAGS_perf.o += '...' - adds CFLAGS for perf.o object
139 CFLAGS_gtk += '...' - adds CFLAGS for gtk build object
140 CFLAGS_REMOVE_perf.o += '...' - removes CFLAGS for perf.o object
141 CFLAGS_REMOVE_gtk += '...' - removes CFLAGS for gtk build object
149 For each built object file 'a.o' the '.a.cmd' is created and holds:
151 - Command line used to built that object
[all …]
/tools/perf/lib/Documentation/tutorial/
Dtutorial.rst15 Libperf object
29 Gathers several struct perf_evsel object and performs functions on all of them.
90 The *struct perf_cpumap* object is created by *perf_cpu_map__new* call.
91 The *NULL* argument asks it to populate the object with the current online CPUs list:
108 - cpus - the *struct perf_cpumap* object
/tools/lib/bpf/
DREADME.rst37 These objects are associated with corresponding parts of ELF object that
40 For example ``struct bpf_object`` represents ELF object itself created
42 program in ELF object and ``struct bpf_map`` is a map.
44 Functions that work with an object have names built from object name,
48 object, ``bpf_object``, double underscore and ``open`` that defines the
53 object, ``bpf_program``, that is separated from other part of the name
Dlibbpf.h89 LIBBPF_API int bpf_object__pin(struct bpf_object *object, const char *path);
90 LIBBPF_API void bpf_object__close(struct bpf_object *object);
/tools/bpf/bpftool/bash-completion/
Dbpftool232 local object=${words[1]} command=${words[2]}
234 if [[ -z $object || $cword -eq 1 ]]; then
251 # Completion depends on object and command in use
252 case $object in
443 [[ $prev == $object ]] && \
638 [[ $prev == $object ]] && \
713 [[ $prev == $object ]] && \
773 [[ $prev == $object ]] && \
782 [[ $prev == $object ]] && \
841 [[ $prev == $object ]] && \
[all …]
/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst35 specified, show information only about given BTF object,
42 When **id** is specified, BTF object with that ID will be
46 associated BTF object with BTF types describing key and
50 associated BTF object (**all**). If not specified, **kv**
54 associated BTF object with BTF types.
/tools/perf/Documentation/
Dperf-archive.txt6 perf-archive - Create archive with object files with build-ids found in perf.data file
Dintel-bts.txt12 While decoding Intel BTS does not require walking the object code, the object
Dperf.txt23 ordered-events - ordered events object debug messages
Dperf-annotate.txt16 code. If the object file has debug symbols then the source code will be
19 If there is no debug info in the object, then annotated assembly is displayed.
/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt46 rest of the tests must be skipped. The info is stored in the object,
90 The add_args method receives the argparser object and can add
95 The add_args method should return the argparser object.
/tools/testing/selftests/bpf/
Dtest_xdp_vlan.sh202 ip netns exec ns1 ip link set $DEVNS1 $XDP_MODE object $FILE section $XDP_PROG
224 ip netns exec ns1 ip link set $DEVNS1 $XDP_MODE object $FILE section $XDP_PROG
Dtest_tcp_check_syncookie.sh70 object "${BPF_PROG_OBJ}" section "${XDP_SECTION}"
Dtest_tc_tunnel.sh193 bpf direct-action object-file ./test_tc_tunnel.o \
290 bpf direct-action object-file ./test_tc_tunnel.o section decap
/tools/testing/selftests/futex/
DREADME26 shared object building and linking.
28 implemented in header files, avoiding the need to compile intermediate object
/tools/testing/selftests/net/
Dudpgro_bench.sh37 ip -n "${PEER_NS}" link set veth1 xdp object ../bpf/xdp_dummy.o section xdp_dummy
Dudpgro.sh37 ip -n "${PEER_NS}" link set veth1 xdp object ../bpf/xdp_dummy.o section xdp_dummy
/tools/usb/usbip/libsrc/
Dusbip_common.c199 #define READ_ATTR(object, type, dev, name, format) \ argument
201 (object)->name = (type) read_attr_value(dev, to_string(name), \
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py36 class PerfEvent(object):
/tools/build/
DBuild.include61 # - command line to create object 'cmd_object :='
92 # - per object C flags
/tools/testing/selftests/tpm2/
Dtpm2.py247 class AuthCommand(object):
268 class SensitiveCreate(object):
285 class Public(object):
/tools/kvm/kvm_stat/
Dkvm_stat233 class Arch(object):
362 class Group(object):
395 class Event(object):
500 class Provider(object):
856 class Stats(object):
979 class Tui(object):
/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME28 You can delete the Makefile, object files and anything else that was
/tools/usb/usbip/
DINSTALL61 5. You can remove the program binaries and object files from the
92 same time, by placing the object files for each architecture in their
94 directory where you want the object files and executables to go and run
/tools/power/x86/intel-speed-select/
Disst-config.c683 #define _get_tdp_level(desc, suffix, object, help) \ argument
684 static void get_tdp_##object(void) \
698 &ctdp, desc, &ctdp.object); \
703 &ctdp.object); \

12