Home
last modified time | relevance | path

Searched refs:branches (Results 1 – 25 of 67) sorted by relevance

123

/Linux-v4.19/tools/perf/Documentation/
Ditrace.txt2 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,
Dperf-top.txt226 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.
Dperf-record.txt335 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
Dtips.txt18 Treat branches as callchains: perf report --branch-history
Dintel-pt.txt26 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/
Dexport-to-sqlite.py83 branches = (columns == "branches") variable
162 if branches:
367 if branches:
442 if branches:
Dexport-to-postgresql.py258 branches = (columns == "branches") variable
334 if branches:
720 if branches:
/Linux-v4.19/Documentation/
Dstatic-keys.txt76 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/
Dmisc.h214 return (struct ubifs_branch *)((void *)idx->branches + in ubifs_idx_branch()
226 return (void *)((struct ubifs_branch *)idx->branches)->key; in ubifs_idx_key()
Dubifs-media.h774 __u8 branches[]; member
/Linux-v4.19/Documentation/process/
D7.AdvancedTopics.rst42 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
Dapplying-patches.rst16 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/
Darch-support.txt4 # description: arch supports live patched, high efficiency branches
/Linux-v4.19/arch/m68k/ifpsp060/
Diskeleton.S60 | _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/
Dconfigure-git.rst8 Tagged branches used in :ref:`Documentation/maintainer/pull-requests.rst
/Linux-v4.19/Documentation/networking/
Dtc-actions-env-rules.txt8 or intentionally branches by redirecting a packet, then you need to
/Linux-v4.19/Documentation/vm/
Dpage_owner.rst34 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/
DKconfig129 (by not placing conditional branches or branches to LR or CTR
/Linux-v4.19/arch/mips/include/asm/
Dfpu_emulator.h39 unsigned long branches; member
/Linux-v4.19/arch/c6x/kernel/
Dvectors.S13 ; branches to the label _c_int00 which handles initialization for the C code.
/Linux-v4.19/tools/perf/util/
Dparse-events.l310 branch-instructions|branches { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_INS…
343 branch|branches|bpu|btb|bpc |
Dauxtrace.c970 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/
Dme-debugfs.c57 __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/
Dlpc1850-ccu.txt3 Each CGU base clock has several clock branches which can be turned on
/Linux-v4.19/Documentation/arm/Microchip/
DREADME14 git branches/tags and email subject always contain this "at91" sub-string.

123