Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 29) sorted by relevance

12

/tools/perf/util/
Dsetup.py3 from re import sub
17 vars[var] = sub("-specs=[^ ]+", "", vars[var])
19 vars[var] = sub("-mcet", "", vars[var])
21 vars[var] = sub("-fcf-protection", "", vars[var])
23 vars[var] = sub("-fstack-clash-protection", "", vars[var])
25 vars[var] = sub("-fstack-protector-strong", "", vars[var])
27 vars[var] = sub("-fno-semantic-interposition", "", vars[var])
29 vars[var] = sub("-ffat-lto-objects", "", vars[var])
/tools/testing/selftests/net/
Dtcp_mmap.c184 int sub; in child_thread() local
222 sub = 0; in child_thread()
223 while (sub < chunk_size) { in child_thread()
224 lu = read(fd, buffer + sub, chunk_size - sub); in child_thread()
230 hash_zone(buffer + sub, lu); in child_thread()
232 sub += lu; in child_thread()
/tools/arch/x86/kcpuid/
Dkcpuid.c46 u32 sub; member
123 if (leaf->sub == 0) in leaf_print_raw()
127 leaf->sub, leaf->eax, leaf->ebx, leaf->ecx, leaf->edx); in leaf_print_raw()
169 leaf->sub = subleaf; in cpuid_store()
295 u32 sub; in parse_line() local
350 sub = strtoul(tokens[1], NULL, 0); in parse_line()
351 if ((int)sub > func->nr) in parse_line()
354 leaf = &func->leafs[sub]; in parse_line()
Dcpuid.csv114 5, 0, EDX, 3:0, c0_sub_stats, Number of C0* sub C-states supported using MWAIT
115 5, 0, EDX, 7:4, c1_sub_stats, Number of C1* sub C-states supported using MWAIT
116 5, 0, EDX, 11:8, c2_sub_stats, Number of C2* sub C-states supported using MWAIT
117 5, 0, EDX, 15:12, c3_sub_stats, Number of C3* sub C-states supported using MWAIT
118 5, 0, EDX, 19:16, c4_sub_stats, Number of C4* sub C-states supported using MWAIT
119 5, 0, EDX, 23:20, c5_sub_stats, Number of C5* sub C-states supported using MWAIT
120 5, 0, EDX, 27:24, c6_sub_stats, Number of C6* sub C-states supported using MWAIT
121 5, 0, EDX, 31:28, c7_sub_stats, Number of C7* sub C-states supported using MWAIT
155 # XXX: Do we really need to enumerate each and every AVX512 sub features
316 0x17, 0, EAX, 31:0, max_socid, Maximum input value of supported sub-leaf
/tools/testing/selftests/arm64/mte/
Dmte_helper.S68 sub x1, x1, #MT_GRANULE_SIZE
87 sub x1, x1, #MT_GRANULE_SIZE
/tools/testing/selftests/bpf/progs/
Datomic_bounds.c14 int BPF_PROG(sub, int x) in BPF_PROG() argument
Datomics.c46 int BPF_PROG(sub, int a) in BPF_PROG() argument
/tools/testing/selftests/arm64/signal/
Dsignals.S27 sub sp, sp, x0
/tools/usb/usbip/
D.gitignore12 config.sub
DINSTALL158 See the file `config.sub' for the possible values of each field. If
159 `config.sub' isn't included in this package, then this package doesn't
/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst67 *ATTACH_FLAGS* can be one of: **override** if a sub-cgroup installs
68 some bpf program, the program in this cgroup yields to sub-cgroup
69 program; **multi** if a sub-cgroup installs some bpf program,
Dbpftool-prog.rst295 2: sub $0x228,%rsp
296 3: sub $0x28,%rbp
318 4: sub $0x228,%rsp
320 b: sub $0x28,%rbp
/tools/perf/Documentation/
Dperf-script-perl.txt77 sub sched::sched_wakeup
136 sub trace_begin
146 sub trace_end
156 sub trace_unhandled
Dperf-config.txt198 from sub-commands (top, report, annotate).
208 Colors for headers in the output of a sub-commands (top, report).
267sub $0x10,%rsp
277sub $0x10,%rsp
Dperf-stat.txt273 The overhead percentage could be high in some cases, for instance with small, sub 100ms intervals. …
Dperf-script-python.txt661 Some fields have sub items:
/tools/testing/selftests/arm64/fp/
Dsve-test.S238 sub \xn, \xn, #NZR
301 sub w1, w1, #1
307 sub x1, x1, #2
/tools/perf/pmu-events/
DREADME31 sub directory. Thus for the Silvermont X86 CPU:
38 folder, or may be placed in a vendor sub-folder under the arch folder
/tools/arch/x86/include/asm/
Dasm.h39 #define _ASM_SUB __ASM_SIZE(sub)
/tools/cgroup/
Diocost_coef_gen.py143 elevator = re.sub(r'.*\[(.*)\].*', r'\1', f.read().strip())
/tools/testing/selftests/bpf/
DREADME.rst166 Few sub-tests of core_reloc test suit (part of test_progs test runner) require
168 them to Clang/LLVM. These sub-tests are going to be skipped if Clang is too
Dtest_offload.py48 def log_level_dec(sub=1): argument
50 log_level -= sub
/tools/testing/selftests/bpf/prog_tests/
Datomics.c49 prog_fd = skel->progs.sub.prog_fd; in test_sub()
/tools/bpf/
Dbpf_exp.y103 | sub
356 sub
/tools/kvm/kvm_stat/
Dkvm_stat651 tracepoint, sub = match.groups()
654 self.filters[tracepoint][1][sub]))

12