Home
last modified time | relevance | path

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

12

/tools/perf/Documentation/
Ditrace.txt2 b synthesize branches events (branch misses for Arm SPE)
3 c synthesize branches events (calls only)
4 r synthesize branches events (returns only)
47 It is also possible to skip events generated (instructions, branches, transactions,
Dintel-hybrid.txt196 cpu_core/branches/,
197 cpu_atom/branches/,
Dperf-top.txt240 taken branches. The number of branches captured with each sample depends on the
241 underlying hardware, the type of branches of interest, and the executed code.
242 It is possible to select the types of branches captured by enabling filters.
Dtips.txt19 Treat branches as callchains: perf report --branch-history
Dperf-intel-pt.txt35 or "branches" events had been recorded. Presently 3 tools support this:
98 To represent software control flow, "branches" samples are produced. By default
158 the average IPC since the last IPC for that event type. Note IPC for "branches"
167 Another note, in the case of "branches" events, non-taken branches are not
179 branches, and supports 2 additional modes selected by option:
889 b synthesize "branches" events
893 c synthesize branches events (calls only)
894 r synthesize branches events (returns only)
910 "Branches" events look like they were recorded by "perf record -e branches". "c"
917 Note that "instructions", "branches" and "transactions" events depend on code
[all …]
Dsecurity.txt203 19,628,798 branches # 0.539 M/sec
204 1,259,201 branch-misses # 6.42% of all branches
Dperf-record.txt370 taken branches. The number of branches captured with each sample depends on the
371 underlying hardware, the type of branches of interest, and the executed code.
372 It is possible to select the types of branches captured by enabling filters. The
375 - any: any type of branches
386 - cond: conditional branches
Dperf-dlfilter.txt210 Filter out everything except branches from "foo" to "bar":
Dperf-config.txt353 If use this, the number of branches jumping to that address can be printed as below.
707 branches.
711 branches decoded without consuming any trace packets. If
Dperf-diff.txt297 two perf.data. The program basic block is the code between two branches.
Dperf-stat.txt509 69,704,684,856 branches:u # 832.559 M/sec
510 2,078,861,393 branch-misses:u # 2.98% of all branches
Dperf-report.txt367 Use the addresses of sampled taken branches instead of the instruction
376 Add the addresses of sampled taken branches to the callstack.
Dperf.data-file-format.txt390 cpu pmu capabilities: branches=32, max_precise=3, pmu_name=icelake
/tools/perf/scripts/python/
Dexport-to-sqlite.py121 branches = (columns == "branches") variable
205 if branches:
586 if branches:
703 if branches:
Dexport-to-postgresql.py300 branches = (columns == "branches") variable
381 if branches:
1029 if branches:
/tools/perf/util/
Dparse-events.l334 branch-instructions|branches { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_INS…
371 branch|branches|bpu|btb|bpc |
Dauxtrace.h115 bool branches; member
Dauxtrace.c1334 synth_opts->branches = true; in itrace_synth_opts__set_default()
1471 synth_opts->branches = true; in itrace_do_parse_synth_opts()
1498 synth_opts->branches = true; in itrace_do_parse_synth_opts()
1502 synth_opts->branches = true; in itrace_do_parse_synth_opts()
Ds390-cpumsf.c1077 ison = itops->inject || itops->instructions || itops->branches || in check_auxtrace_itrace()
Dintel-bts.c811 if (bts->synth_opts.branches) { in intel_bts_synth_events()
Darm-spe.c1007 if (spe->synth_opts.branches) { in arm_spe_synth_events()
/tools/memory-model/Documentation/
Dcontrol-dependencies.txt60 identical stores on both branches of the "if" statement as follows:
Dlitmus-tests.txt311 conditional branches. In LKMM, conditional branches can affect ordering,
313 to optimize away conditional branches). The following example shows
Dordering.txt419 control-flow instructions such as comparisons and conditional branches.
/tools/perf/
Ddesign.txt7 as instructions executed, cachemisses suffered, or branches mis-predicted -

12