Searched refs:branches (Results 1 – 24 of 24) sorted by relevance
/tools/perf/Documentation/ |
D | itrace.txt | 2 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,
|
D | perf-top.txt | 240 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.
|
D | perf-intel-pt.txt | 35 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 …]
|
D | tips.txt | 19 Treat branches as callchains: perf report --branch-history
|
D | security.txt | 203 19,628,798 branches # 0.539 M/sec 204 1,259,201 branch-misses # 6.42% of all branches
|
D | perf-record.txt | 364 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
|
D | perf-stat.txt | 449 69,704,684,856 branches:u # 832.559 M/sec 450 2,078,861,393 branch-misses:u # 2.98% of all branches
|
D | perf-diff.txt | 297 two perf.data. The program basic block is the code between two branches.
|
D | perf-report.txt | 355 Use the addresses of sampled taken branches instead of the instruction 364 Add the addresses of sampled taken branches to the callstack.
|
D | perf-config.txt | 345 If use this, the number of branches jumping to that address can be printed as below. 688 branches.
|
D | perf.data-file-format.txt | 390 cpu pmu capabilities: branches=32, max_precise=3, pmu_name=icelake
|
/tools/perf/scripts/python/ |
D | export-to-sqlite.py | 121 branches = (columns == "branches") variable 205 if branches: 586 if branches: 703 if branches:
|
D | export-to-postgresql.py | 300 branches = (columns == "branches") variable 381 if branches: 1029 if branches:
|
/tools/perf/util/ |
D | parse-events.l | 334 branch-instructions|branches { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_INS… 369 branch|branches|bpu|btb|bpc |
|
D | auxtrace.c | 1323 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()
|
D | auxtrace.h | 110 bool branches; member
|
D | s390-cpumsf.c | 1077 ison = itops->inject || itops->instructions || itops->branches || in check_auxtrace_itrace()
|
D | arm-spe.c | 901 if (spe->synth_opts.branches) { in arm_spe_synth_events()
|
D | intel-bts.c | 811 if (bts->synth_opts.branches) { in intel_bts_synth_events()
|
D | intel-pt.c | 3017 if (pt->synth_opts.branches) { in intel_pt_synth_events() 3486 pt->synth_opts.branches = false; in intel_pt_process_auxtrace_info()
|
D | cs-etm.c | 1333 if (etm->synth_opts.branches) { in cs_etm__synth_events()
|
/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 311 conditional branches. In LKMM, conditional branches can affect ordering, 313 to optimize away conditional branches). The following example shows
|
D | explanation.txt | 332 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/ |
D | design.txt | 7 as instructions executed, cachemisses suffered, or branches mis-predicted -
|