/Linux-v4.19/tools/perf/Documentation/ |
D | itrace.txt | 2 b synthesize branches events 3 c synthesize branches events (calls only) 4 r synthesize branches events (returns only) 31 It is also possible to skip events generated (instructions, branches, transactions,
|
D | perf-top.txt | 226 taken branches. The number of branches captured with each sample depends on the 227 underlying hardware, the type of branches of interest, and the executed code. 228 It is possible to select the types of branches captured by enabling filters.
|
D | perf-record.txt | 335 taken branches. The number of branches captured with each sample depends on the 336 underlying hardware, the type of branches of interest, and the executed code. 337 It is possible to select the types of branches captured by enabling filters. The 340 - any: any type of branches 351 - cond: conditional branches
|
D | tips.txt | 18 Treat branches as callchains: perf report --branch-history
|
D | intel-pt.txt | 26 or "branches" events had been recorded. Presently 3 tools support this: 89 To represent software control flow, "branches" samples are produced. By default 721 b synthesize "branches" events 725 c synthesize branches events (calls only) 726 r synthesize branches events (returns only) 736 "Branches" events look like they were recorded by "perf record -e branches". "c" 743 Note that "instructions", "branches" and "transactions" events depend on code 823 It is also possible to skip events generated (instructions, branches, transactions)
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | export-to-sqlite.py | 83 branches = (columns == "branches") variable 162 if branches: 367 if branches: 442 if branches:
|
D | export-to-postgresql.py | 258 branches = (columns == "branches") variable 334 if branches: 720 if branches:
|
/Linux-v4.19/Documentation/ |
D | static-keys.txt | 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, 306 208,368,926 branches # 243.507 M/sec ( +- 0.06% ) 307 5,569,188 branch-misses # 2.67% of all branches ( +- 0.54% ) 323 206,859,359 branches # 245.956 M/sec ( +- 0.04% ) 324 4,884,119 branch-misses # 2.36% of all branches ( +- 0.85% ) 328 The percentage of saved branches is .7%, and we've saved 12% on 330 this optimization is about reducing the number of branches. In addition, we've
|
/Linux-v4.19/fs/ubifs/ |
D | misc.h | 214 return (struct ubifs_branch *)((void *)idx->branches + in ubifs_idx_branch() 226 return (void *)((struct ubifs_branch *)idx->branches)->key; in ubifs_idx_key()
|
D | ubifs-media.h | 774 __u8 branches[]; member
|
/Linux-v4.19/Documentation/process/ |
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
|
D | applying-patches.rst | 16 one of the many trees/branches should be applied to. Hopefully this document 338 development branches and is also what will eventually turn into the next 399 experimental of the branches described in this document. 402 stable and they are more risky to run than any of the other branches (make
|
/Linux-v4.19/Documentation/features/core/jump-labels/ |
D | arch-support.txt | 4 # description: arch supports live patched, high efficiency branches
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
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-v4.19/Documentation/maintainer/ |
D | configure-git.rst | 8 Tagged branches used in :ref:`Documentation/maintainer/pull-requests.rst
|
/Linux-v4.19/Documentation/networking/ |
D | tc-actions-env-rules.txt | 8 or intentionally branches by redirecting a packet, then you need to
|
/Linux-v4.19/Documentation/vm/ |
D | page_owner.rst | 34 memory overhead. And, page owner inserts just two unlikely branches into 36 like as the kernel without page owner. These two unlikely branches should
|
/Linux-v4.19/arch/powerpc/platforms/8xx/ |
D | Kconfig | 129 (by not placing conditional branches or branches to LR or CTR
|
/Linux-v4.19/arch/mips/include/asm/ |
D | fpu_emulator.h | 39 unsigned long branches; member
|
/Linux-v4.19/arch/c6x/kernel/ |
D | vectors.S | 13 ; branches to the label _c_int00 which handles initialization for the C code.
|
/Linux-v4.19/tools/perf/util/ |
D | parse-events.l | 310 branch-instructions|branches { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_INS… 343 branch|branches|bpu|btb|bpc |
|
D | auxtrace.c | 970 synth_opts->branches = true; in itrace_synth_opts__set_default() 1052 synth_opts->branches = true; in itrace_parse_synth_opts() 1070 synth_opts->branches = true; in itrace_parse_synth_opts() 1074 synth_opts->branches = true; in itrace_parse_synth_opts()
|
/Linux-v4.19/arch/mips/math-emu/ |
D | me-debugfs.c | 57 __this_cpu_write((fpuemustats).branches, 0); in fpuemustats_clear_show() 233 FPU_STAT_CREATE(branches); in debugfs_fpuemu()
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | lpc1850-ccu.txt | 3 Each CGU base clock has several clock branches which can be turned on
|
/Linux-v4.19/Documentation/arm/Microchip/ |
D | README | 14 git branches/tags and email subject always contain this "at91" sub-string.
|