Home
last modified time | relevance | path

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

/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)
45 It is also possible to skip events generated (instructions, branches, transactions,
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.
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
157 the average IPC since the last IPC for that event type. Note IPC for "branches"
166 Another note, in the case of "branches" events, non-taken branches are not
858 b synthesize "branches" events
862 c synthesize branches events (calls only)
863 r synthesize branches events (returns only)
876 "Branches" events look like they were recorded by "perf record -e branches". "c"
883 Note that "instructions", "branches" and "transactions" events depend on code
1009 It is also possible to skip events generated (instructions, branches, transactions)
[all …]
Dtips.txt19 Treat branches as callchains: perf report --branch-history
Dsecurity.txt203 19,628,798 branches # 0.539 M/sec
204 1,259,201 branch-misses # 6.42% of all branches
Dperf-record.txt364 taken branches. The number of branches captured with each sample depends on the
365 underlying hardware, the type of branches of interest, and the executed code.
366 It is possible to select the types of branches captured by enabling filters. The
369 - any: any type of branches
380 - cond: conditional branches
Dperf-stat.txt449 69,704,684,856 branches:u # 832.559 M/sec
450 2,078,861,393 branch-misses:u # 2.98% of all branches
Dperf-diff.txt297 two perf.data. The program basic block is the code between two branches.
Dperf-report.txt355 Use the addresses of sampled taken branches instead of the instruction
364 Add the addresses of sampled taken branches to the callstack.
Dperf-config.txt345 If use this, the number of branches jumping to that address can be printed as below.
688 branches.
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…
369 branch|branches|bpu|btb|bpc |
Dauxtrace.c1323 synth_opts->branches = true; in itrace_synth_opts__set_default()
1460 synth_opts->branches = true; in itrace_parse_synth_opts()
1487 synth_opts->branches = true; in itrace_parse_synth_opts()
1491 synth_opts->branches = true; in itrace_parse_synth_opts()
Dauxtrace.h110 bool branches; member
Ds390-cpumsf.c1077 ison = itops->inject || itops->instructions || itops->branches || in check_auxtrace_itrace()
Darm-spe.c901 if (spe->synth_opts.branches) { in arm_spe_synth_events()
Dintel-bts.c811 if (bts->synth_opts.branches) { in intel_bts_synth_events()
Dintel-pt.c3017 if (pt->synth_opts.branches) { in intel_pt_synth_events()
3486 pt->synth_opts.branches = false; in intel_pt_process_auxtrace_info()
Dcs-etm.c1333 if (etm->synth_opts.branches) { in cs_etm__synth_events()
/tools/memory-model/Documentation/
Dlitmus-tests.txt311 conditional branches. In LKMM, conditional branches can affect ordering,
313 to optimize away conditional branches). The following example shows
Dexplanation.txt332 code after branches are taken into account and loops have been
385 both branches of an "if" statement store the same value to the same
/tools/perf/
Ddesign.txt7 as instructions executed, cachemisses suffered, or branches mis-predicted -