Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 122) sorted by relevance

12345

/tools/testing/selftests/kvm/aarch64/
Dpsci_test.c75 static struct kvm_vm *setup_vm(void *guest_code, struct kvm_vcpu **source, in setup_vm() argument
86 *source = aarch64_vcpu_add(vm, 0, &init, guest_code); in setup_vm()
134 struct kvm_vcpu *source, *target; in host_test_cpu_on() local
139 vm = setup_vm(guest_test_cpu_on, &source, &target); in host_test_cpu_on()
147 vcpu_args_set(source, 1, target_mpidr & MPIDR_HWID_BITMASK); in host_test_cpu_on()
148 enter_guest(source); in host_test_cpu_on()
150 if (get_ucall(source, &uc) != UCALL_DONE) in host_test_cpu_on()
171 struct kvm_vcpu *source, *target; in host_test_system_suspend() local
175 vm = setup_vm(guest_test_system_suspend, &source, &target); in host_test_system_suspend()
179 run = source->run; in host_test_system_suspend()
[all …]
/tools/lib/perf/Documentation/
Dlibperf-counting.txt18 [source,bash]
42 [source,c]
61 [source,c]
77 [source,c]
99 [source,c]
112 [source,c]
123 [source,c]
144 [source,c]
162 [source,c]
174 [source,c]
[all …]
Dlibperf-sampling.txt19 [source,bash]
49 [source,c]
68 [source,c]
82 [source,c]
98 [source,c]
109 [source,c]
120 [source,c]
133 [source,c]
146 [source,c]
162 [source,c]
[all …]
Dlibperf.txt13 [source,c]
34 [source,c]
58 [source,c]
78 [source,c]
118 [source,c]
157 [source,c]
171 [source,c]
/tools/testing/selftests/hid/progs/
Dhid.c312 enum hid_report_type rtype, enum hid_class_request reqtype, __u64 source) in BPF_PROG() argument
333 enum hid_report_type rtype, enum hid_class_request reqtype, __u64 source) in BPF_PROG() argument
342 if (source == (__u64)current_file) { in BPF_PROG()
364 enum hid_report_type rtype, enum hid_class_request reqtype, __u64 source) in BPF_PROG() argument
391 enum hid_report_type rtype, enum hid_class_request reqtype, __u64 source) in BPF_PROG() argument
402 int BPF_PROG(hid_test_hidraw_output_report, struct hid_bpf_ctx *hctx, __u64 source) in BPF_PROG() argument
411 if (source == (__u64)current_file) in BPF_PROG()
423 int BPF_PROG(hid_test_infinite_loop_output_report, struct hid_bpf_ctx *hctx, __u64 source) in BPF_PROG() argument
567 enum hid_report_type report_type, __u64 source) in BPF_PROG() argument
Dhid_bpf_helpers.h78 u64 source);
82 u64 source);
83 int (*hid_hw_output_report)(struct hid_bpf_ctx *ctx, u64 source);
/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector.c119 .tcp.source = 80,
140 .tcp.source = 80,
163 .tcp.source = 80,
186 .tcp.source = 80,
210 .tcp.source = 80,
237 .tcp.source = 80,
259 .tcp.source = 80,
286 .tcp.source = 80,
309 .tcp.source = 80,
332 .tcp.source = 80,
[all …]
/tools/perf/arch/arm64/annotate/
Dinstructions.c23 ops->source.raw = strdup(ops->raw); in arm64_mov__parse()
26 if (ops->source.raw == NULL) in arm64_mov__parse()
58 zfree(&ops->source.raw); in arm64_mov__parse()
/tools/net/sunrpc/xdrgen/
DREADME78 Once a .x file is available, use xdrgen to generate source and
87 $ ./xdrgen source new2.x > new2xdr_gen.c
110 xdrgen does not use machine learning to generate source code. The
129 The source code is generated in the same order in which they appear
133 xdrgen assumes that the generated source code is further compiled by
161 the hand-rolled function. To avoid editing the generated source code
164 source.
191 to the generated source file.
199 implementer wants to call these functions from other source code,
213 And, in the generated source code, both of these functions appear
[all …]
Dxdrgen18 from subcmds import source
122 source_parser.set_defaults(func=source.subcmd)
/tools/testing/selftests/bpf/progs/
Dxdp_flowtable.c62 __be16 source, dest; member
104 tuple.sport = ports->source; in xdp_flowtable_do_lookup()
129 tuple.sport = ports->source; in xdp_flowtable_do_lookup()
/tools/perf/Documentation/
Dperf-annotate.txt16 code. If the object file has debug symbols then the source code will be
74 Print matching source lines (may be slow).
109 --source::
110 Interleave source code with assembly code. Enabled by default,
111 disable with --no-source.
127 Remove first N entries from source file path names in executables
128 and add PREFIX. This allows to display source code compiled on systems
Dperf-probe.txt50 --source=PATH::
51 Specify path to kernel source.
81 Show source code lines which can be probed. This needs an argument
82 which specifies a range of the source code. (see LINE SYNTAX for detail)
162 2) Define event based on source file with line number
165 3) Define event based on source file with lazy pattern
176 … the end of the probe point definition. In addition, '@SRC' specifies a source file which has tha…
177 …cify a probe point by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' synt…
189 …rsioned symbols, like @GLIBC_... suffixes, or also you need to specify a source file which include…
221 probe syntax, 'SRC' means the source file path, 'ALN' is start line number,
[all …]
Djitdump-specification.txt17 …s, size, and name of generated functions, the native code generated, the source line information. …
31 … is timestamped. All timestamps must use the same clock source. The CLOCK_MONOTONIC clock source i…
49 …et if the jitdump file is using an architecture-specific timestamp clock source. For instance, on …
119 The record contains source lines debug information, i.e., a way to map a code address back to a sou…
126 The debug_entry describes the source line information. It is defined as follows in order:
128 * uint32_t line : source file line number (starting at 1)
130 * char name[n] : source file name in ASCII, including null termination
Dperf-dlfilter.txt31 [source,c]
78 [source,c]
125 [source,c]
148 [source,c]
176 'srcline' return source file name and line number.
193 [source,c]
227 [source,c]
252 [source,c]
Dandroid.txt25 (b). Use the Android source tree
27 1. Download the master branch of the Android source tree.
29 source build/envsetup.sh
/tools/perf/util/
Ddisasm.c236 zfree(&ops->source.raw); in ins_ops__delete()
237 zfree(&ops->source.name); in ins_ops__delete()
631 ops->source.raw = strdup(ops->raw); in mov__parse()
634 if (ops->source.raw == NULL) in mov__parse()
637 ops->source.multi_regs = check_multi_regs(arch, ops->source.raw); in mov__parse()
665 comment__symbol(ops->source.raw, comment + 1, &ops->source.addr, &ops->source.name); in mov__parse()
671 zfree(&ops->source.raw); in mov__parse()
679 ops->source.name ?: ops->source.raw, in mov__scnprintf()
720 ops->source.mem_ref = false; in arithmetic__parse()
724 ops->source.multi_regs = true; in arithmetic__parse()
[all …]
Ddisasm_bpf.c149 &notes->src->source); in symbol__disassemble_bpf()
160 annotation_line__add(&dl->al, &notes->src->source); in symbol__disassemble_bpf()
191 annotation_line__add(&dl->al, &notes->src->source); in symbol__disassemble_bpf_image()
/tools/testing/selftests/powerpc/dexcr/
Ddexcr.c108 unsigned int get_dexcr(enum dexcr_source source) in get_dexcr() argument
110 switch (source) { in get_dexcr()
/tools/testing/selftests/bpf/
Dtest_tcpnotify.h14 __u8 source; member
/tools/perf/arch/s390/annotate/
Dinstructions.c64 ops->source.raw = strdup(ops->raw); in s390_mov__parse()
67 if (ops->source.raw == NULL) in s390_mov__parse()
97 zfree(&ops->source.raw); in s390_mov__parse()
/tools/usb/
Dffs-test.c117 struct usb_endpoint_descriptor_no_audio source; member
123 struct usb_endpoint_descriptor_no_audio source; member
150 .source = {
151 .bLength = sizeof descriptors.fs_descs.source,
174 .source = {
175 .bLength = sizeof descriptors.hs_descs.source,
206 .source = {
207 .bLength = sizeof descriptors.hs_descs.source,
/tools/testing/selftests/net/lib/
Dcsum.c229 uh->source = htons(cfg_port_src); in build_packet_udp()
236 uh->source = 0; in build_packet_udp()
237 uh->source = checksum(uh, IPPROTO_UDP, sizeof(*uh) + cfg_payload_len); in build_packet_udp()
240 cfg_port_src, ntohs(uh->source)); in build_packet_udp()
241 cfg_port_src = ntohs(uh->source); in build_packet_udp()
260 th->source = htons(cfg_port_src); in build_packet_tcp()
283 uh->source = htons(cfg_port_src_encap); in build_packet_udp_encap()
623 return recv_verify_csum(th, len, ntohs(tcph->source), tcph->check); in recv_verify_packet_tcp()
646 if (udph->source == htons(cfg_port_src_encap)) in recv_verify_packet_udp()
650 return recv_verify_csum(th, len, ntohs(udph->source), udph->check); in recv_verify_packet_udp()
/tools/net/sunrpc/xdrgen/templates/C/program/decoder/
Dargument.j26 * @xdr: source XDR data stream
/tools/testing/selftests/powerpc/nx-gzip/
DREADME42 By being simplistic these selftests expect to allocate the entire set of source
44 For more information and source code consider using:

12345