Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/Documentation/
Ditrace.txt2 b synthesize branches events
3 c synthesize branches events (calls only)
4 r synthesize branches events (returns only)
Dperf-top.txt220 taken branches. The number of branches captured with each sample depends on the
221 underlying hardware, the type of branches of interest, and the executed code.
222 It is possible to select the types of branches captured by enabling filters.
Dperf-record.txt235 taken branches. The number of branches captured with each sample depends on the
236 underlying hardware, the type of branches of interest, and the executed code.
237 It is possible to select the types of branches captured by enabling filters. The
240 - any: any type of branches
251 - cond: conditional branches
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
667 b synthesize "branches" events
669 c synthesize branches events (calls only)
670 r synthesize branches events (returns only)
679 "Branches" events look like they were recorded by "perf record -e branches". "c"
Dperf-report.txt289 Use the addresses of sampled taken branches instead of the instruction
298 Add the addresses of sampled taken branches to the callstack.
/linux-4.4.14/arch/mips/
DKconfig.debug123 bool "Never (force delay slot branches)"
125 Pass the -mcompact-branches=never flag to the compiler in order to
126 force it to always emit branches with delay slots, and make no use
128 useful if you suspect there may be an issue with compact branches in
134 Pass the -mcompact-branches=optimal flag to the compiler in order for
136 beneficial, and use branches with delay slots elsewhere. This is the
141 bool "Always (force compact branches)"
143 Pass the -mcompact-branches=always flag to the compiler in order to
144 force it to always emit compact branches, making no use of branch
DMakefile207 cflags-$(CONFIG_MIPS_COMPACT_BRANCHES_NEVER) += -mcompact-branches=never
208 cflags-$(CONFIG_MIPS_COMPACT_BRANCHES_OPTIMAL) += -mcompact-branches=optimal
209 cflags-$(CONFIG_MIPS_COMPACT_BRANCHES_ALWAYS) += -mcompact-branches=always
/linux-4.4.14/fs/ubifs/
Dmisc.h212 return (struct ubifs_branch *)((void *)idx->branches + in ubifs_idx_branch()
224 return (void *)((struct ubifs_branch *)idx->branches)->key; in ubifs_idx_key()
Dubifs-media.h759 __u8 branches[]; member
/linux-4.4.14/Documentation/
Dstatic-keys.txt68 Using the 'asm goto', we can create branches that are either taken or not taken
266 208,368,926 branches # 243.507 M/sec ( +- 0.06% )
267 5,569,188 branch-misses # 2.67% of all branches ( +- 0.54% )
283 206,859,359 branches # 245.956 M/sec ( +- 0.04% )
284 4,884,119 branch-misses # 2.36% of all branches ( +- 0.85% )
288 The percentage of saved branches is .7%, and we've saved 12% on
290 this optimization is about reducing the number of branches. In addition, we've
Dapplying-patches.txt11 one of the many trees/branches should be applied to. Hopefully this document
312 development branches and is also what will eventually turn into the next
405 experimental of the branches described in this document.
408 stable and they are more risky to run than any of the other branches (make
DHOWTO154 apply it to the different development branches of the kernel.
219 main kernel "branches" and lots of different subsystem-specific kernel
220 branches. These different branches are:
Dstable_kernel_rules.txt134 in separate branches per version at:
Dcrc32.txt109 To reduce the number of conditional branches, software commonly uses
DCodingStyle169 statement; in the latter case use braces in both branches:
Dmemory-barriers.txt642 branches of the "if" statement as follows:
/linux-4.4.14/Documentation/development-process/
D7.AdvancedTopics38 the tree, use branches, etc. An understanding of git's tools for the
41 remote branches, the index, fast-forward merges, pushes and pulls, detached
56 The normal git workflow involves the use of a lot of branches. Each line
61 Publicly-available branches should be created with care; merge in patches
62 from development branches when they are in complete form and ready to go -
93 of the reasons why development should be done in private branches (which
94 can be rewritten if necessary) and only moved into public branches when
/linux-4.4.14/Documentation/features/core/jump-labels/
Darch-support.txt4 # description: arch supports live patched, high efficiency branches
/linux-4.4.14/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-4.4.14/tools/perf/scripts/python/
Dexport-to-postgresql.py247 branches = (columns == "branches") variable
321 if branches:
698 if branches:
/linux-4.4.14/Documentation/networking/
Dtc-actions-env-rules.txt8 or intentionally branches by redirecting a packet, then you need to
/linux-4.4.14/Documentation/vm/
Dpage_owner.txt30 memory overhead. And, page owner inserts just two unlikely branches into
32 done like as the kernel without page owner. These two unlikely branches
/linux-4.4.14/tools/perf/util/
Dparse-events.l227 branch-instructions|branches { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_INS…
257 branch|branches|bpu|btb|bpc |
Dauxtrace.c935 synth_opts->branches = true; in itrace_synth_opts__set_default()
1014 synth_opts->branches = true; in itrace_parse_synth_opts()
1026 synth_opts->branches = true; in itrace_parse_synth_opts()
1030 synth_opts->branches = true; in itrace_parse_synth_opts()
Dauxtrace.h76 bool branches; member
Dintel-bts.c806 if (bts->synth_opts.branches) { in intel_bts_synth_events()
Dintel-pt.c1922 if (pt->synth_opts.branches) { in intel_pt_synth_events()
2106 pt->synth_opts.branches = false; in intel_pt_process_auxtrace_info()
/linux-4.4.14/arch/c6x/kernel/
Dvectors.S13 ; branches to the label _c_int00 which handles initialization for the C code.
/linux-4.4.14/arch/powerpc/platforms/8xx/
DKconfig140 (by not placing conditional branches or branches to LR or CTR
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dlpc1850-ccu.txt3 Each CGU base clock has several clock branches which can be turned on
/linux-4.4.14/Documentation/RCU/
Drcu_dereference.txt79 using branches. While weak-memory machines such as ARM or PowerPC
80 do order stores after such branches, they can speculate loads,
98 are often compiled using branches. And as before, although
100 after such branches, but can speculate loads, which can again
/linux-4.4.14/Documentation/arm/Atmel/
DREADME14 git branches/tags and email subject always contain this "at91" sub-string.
/linux-4.4.14/arch/
DKconfig53 bool "Optimize very unlikely/likely branches"
62 branches and include support for this optimization technique.
65 the kernel will compile such branches with just a nop
/linux-4.4.14/Documentation/trace/
Dtracepoints.txt140 with jump labels and avoid conditional branches.
/linux-4.4.14/arch/m68k/fpsp040/
Dx_operr.S303 | and does an rte. If enabled, it cleans up the stack and branches
Dget_op.S9 | determines the opclass (0, 2, or 3) and branches to the
Dsetox.S64 | Notes: The usual case should take the branches 1.1 -> 1.3 -> 2.
/linux-4.4.14/arch/parisc/
DKconfig185 linker will not be able to resolve some long branches and fails to link
/linux-4.4.14/Documentation/powerpc/
Dqe_firmware.txt85 These virtual traps are conditional branches in the microcode. These are
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt653 The master branch or for-next branches can be used as the main
654 development branches in general while the development for the current
655 and next kernels are found in for-linus and for-next branches,
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dhead.S156 ;; Jumpgate for branches.
/linux-4.4.14/tools/perf/
Ddesign.txt7 as instructions executed, cachemisses suffered, or branches mis-predicted -
/linux-4.4.14/arch/m68k/ifpsp060/src/
Disp.S32 # effect, branches to one of the branch table entries located
Dilsp.S32 # effect, branches to one of the branch table entries located here.
Dpfpsp.S32 # effect, branches to one of the branch table entries located
3762 # adjusts the operand using fix_skewed_ops() and then branches to #
Dfpsp.S33 # effect, branches to one of the branch table entries located
3763 # adjusts the operand using fix_skewed_ops() and then branches to #
6992 # Notes: The usual case should take the branches 1.1 -> 1.3 -> 2.#
16265 # the stacked fdbcc instruction opcode and then branches to a routine #
Dfplsp.S33 # effect, branches to one of the branch table entries located here.
6718 # Notes: The usual case should take the branches 1.1 -> 1.3 -> 2.#
/linux-4.4.14/Documentation/s390/
DDebugging390.txt787 addresses being operated on destination addresses of branches & condition codes.
842 TR BR <INTO OR FROM> will trace branches into or out of an address.
/linux-4.4.14/arch/arm/
DKconfig1578 Various binutils versions can resolve Thumb-2 branches to
/linux-4.4.14/init/
DKconfig1655 suffered, or branches mis-predicted - without slowing down the
/linux-4.4.14/arch/x86/
DKconfig1677 process and adds some branches to paths used during