/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-intel-pt.txt | 35 or "branches" events had been recorded. Presently 3 tools support this: 179 Another note, in the case of "branches" events, non-taken branches are not 191 branches, and supports 2 additional modes selected by option: 910 b synthesize "branches" events 914 c synthesize branches events (calls only) 915 r synthesize branches events (returns only) 936 TNT packet representing multiple branches) happens causes a packet to 1111 - conditional branches 1116 - asynchronous branches such as interrupts 1117 - indirect branches [all …]
|
A D | itrace.txt | 3 b synthesize branches events (branch misses for Arm SPE) 4 c synthesize branches events (calls only) 5 r synthesize branches events (returns only) 51 It is also possible to skip events generated (instructions, branches, transactions,
|
A D | intel-hybrid.txt | 186 cpu_core/branches/, 187 cpu_atom/branches/,
|
A D | perf-top.txt | 238 taken branches. The number of branches captured with each sample depends on the 239 underlying hardware, the type of branches of interest, and the executed code. 240 It is possible to select the types of branches captured by enabling filters.
|
/linux-6.3-rc2/Documentation/staging/ |
A D | static-keys.rst | 76 Using the 'asm goto', we can create branches that are either taken or not taken 157 Note that switching branches results in some locks being taken, 303 208,368,926 branches # 243.507 M/sec ( +- 0.06% ) 304 5,569,188 branch-misses # 2.67% of all branches ( +- 0.54% ) 320 206,859,359 branches # 245.956 M/sec ( +- 0.04% ) 321 4,884,119 branch-misses # 2.36% of all branches ( +- 0.85% ) 325 The percentage of saved branches is .7%, and we've saved 12% on 327 this optimization is about reducing the number of branches. In addition, we've
|
/linux-6.3-rc2/tools/perf/scripts/python/ |
A D | export-to-sqlite.py | 121 branches = (columns == "branches") variable 205 if branches: 589 if branches: 706 if branches:
|
A D | export-to-postgresql.py | 300 branches = (columns == "branches") variable 381 if branches: 1032 if branches:
|
/linux-6.3-rc2/fs/ubifs/ |
A D | misc.h | 203 return (struct ubifs_branch *)((void *)idx->branches + in ubifs_idx_branch() 215 return (void *)((struct ubifs_branch *)idx->branches)->key; in ubifs_idx_key()
|
/linux-6.3-rc2/Documentation/process/ |
A D | 7.AdvancedTopics.rst | 42 the tree, use branches, etc. An understanding of git's tools for the 45 remote branches, the index, fast-forward merges, pushes and pulls, detached 60 The normal git workflow involves the use of a lot of branches. Each line 65 Publicly-available branches should be created with care; merge in patches 66 from development branches when they are in complete form and ready to go - 97 of the reasons why development should be done in private branches (which 98 can be rewritten if necessary) and only moved into public branches when
|
/linux-6.3-rc2/Documentation/features/core/jump-labels/ |
A D | arch-support.txt | 4 # description: arch supports live patched, high efficiency branches
|
/linux-6.3-rc2/arch/m68k/ifpsp060/ |
A D | iskeleton.S | 60 | _isp_unimp() branches to here so that the operating system 88 | stack frame and branches to this routine. 123 | Integer Instruction stack frame and branches to this routine. 128 | stack frame and branches to the _real_trace() entry point.
|
/linux-6.3-rc2/Documentation/networking/ |
A D | tc-actions-env-rules.rst | 14 or intentionally branches by redirecting a packet, then you need to
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | fpu_emulator.h | 28 unsigned long branches; member
|
/linux-6.3-rc2/arch/x86/events/ |
A D | Kconfig | 53 16 consecutive taken branches in registers.
|
/linux-6.3-rc2/arch/x86/net/ |
A D | bpf_jit_comp.c | 2039 int run_ctx_off, u8 **branches) in invoke_bpf_mod_ret() argument 2065 branches[i] = prog; in invoke_bpf_mod_ret() 2144 u8 **branches = NULL; in arch_prepare_bpf_trampoline() local 2251 branches = kcalloc(fmod_ret->nr_links, sizeof(u8 *), in arch_prepare_bpf_trampoline() 2253 if (!branches) in arch_prepare_bpf_trampoline() 2257 run_ctx_off, branches)) { in arch_prepare_bpf_trampoline() 2294 emit_cond_near_jump(&branches[i], prog, branches[i], in arch_prepare_bpf_trampoline() 2338 kfree(branches); in arch_prepare_bpf_trampoline()
|
/linux-6.3-rc2/arch/powerpc/platforms/8xx/ |
A D | Kconfig | 120 (by not placing conditional branches or branches to LR or CTR
|
/linux-6.3-rc2/arch/arm64/net/ |
A D | bpf_jit_comp.c | 1711 __le32 **branches) in invoke_bpf_mod_ret() argument 1729 branches[i] = ctx->image + ctx->idx; in invoke_bpf_mod_ret() 1782 __le32 **branches = NULL; in prepare_trampoline() local 1890 branches = kcalloc(fmod_ret->nr_links, sizeof(__le32 *), in prepare_trampoline() 1892 if (!branches) in prepare_trampoline() 1896 run_ctx_off, branches); in prepare_trampoline() 1913 int offset = &ctx->image[ctx->idx] - branches[i]; in prepare_trampoline() 1914 *branches[i] = cpu_to_le32(A64_CBNZ(1, A64_R(10), offset)); in prepare_trampoline() 1958 kfree(branches); in prepare_trampoline()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | parse-events.l | 341 branch-instructions|branches { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_INS… 380 branch|branches|bpu|btb|bpc |
|
/linux-6.3-rc2/arch/mips/math-emu/ |
A D | me-debugfs.c | 57 __this_cpu_write((fpuemustats).branches, 0); in fpuemustats_clear_show() 213 FPU_STAT_CREATE(branches); in debugfs_fpuemu()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/ |
A D | lpc1850-ccu.txt | 3 Each CGU base clock has several clock branches which can be turned on
|
/linux-6.3-rc2/Documentation/maintainer/ |
A D | configure-git.rst | 8 Tagged branches used in :ref:`Documentation/maintainer/pull-requests.rst
|
A D | rebasing-and-merging.rst | 100 which may contain multiple topic branches; each branch is usually developed 104 Many projects require that branches in pull requests be based on the 106 is not such a project; any rebasing of branches to avoid merges will, most 128 branches. Failure to do so threatens the security of the development
|
/linux-6.3-rc2/Documentation/admin-guide/hw-vuln/ |
A D | spectre.rst | 61 conditional branches, while Spectre variant 2 attacks use speculative 62 execution of indirect branches to leak privileged memory. 93 execution of indirect branches :ref:`[3] <spec_ref3>`. The indirect 95 indirect branches can be influenced by an attacker, causing gadget code 103 branches in the victim to gadget code by poisoning the branch target 218 indirect branches. Return trampolines trap speculative execution paths 290 for indirect branches to bypass the poisoned branch target buffer, 513 can be compiled with return trampolines for indirect branches.
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | ccs-pll.c | 84 } branches[] = { in print_pll() local 92 for (i = 0, br = branches; i < ARRAY_SIZE(branches); i++, br++) { in print_pll()
|
/linux-6.3-rc2/Documentation/nvdimm/ |
A D | maintainer-entry-profile.rst | 11 'libnvdimm-fixes' or 'libnvdimm-for-next' branch. Those branches are
|