/openbmc/linux/tools/perf/util/ |
H A D | branch.h | 20 u64 predicted:1; member
|
H A D | callchain.c | 607 if (cursor_node->branch_flags.predicted) in fill_node() 767 if (node->branch_flags.predicted) in match_chain()
|
H A D | sort.c | 1267 p = left->branch_info->flags.predicted != right->branch_info->flags.predicted; in sort__mispredict_cmp() 1276 if (he->branch_info->flags.predicted) in hist_entry__mispredict_snprintf()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramnv50.c | 508 u64 rowsize, predicted; in nv50_fb_vram_rblock() local 523 predicted = rowsize << rowbitsa; in nv50_fb_vram_rblock() 525 predicted += rowsize << rowbitsb; in nv50_fb_vram_rblock() 527 if (predicted != ram->size) { in nv50_fb_vram_rblock()
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | cpuidle.rst | 270 idle duration and uses the predicted value for idle state selection. 290 falls into to obtain the first approximation of the predicted idle duration. 306 taken as the predicted idle duration. 310 idle state is comparable with the predicted idle duration, the total time spent 315 of the extra latency limit is the predicted idle duration itself which 325 the predicted idle duration and the exit latency of it with the computed latency 326 limit. It selects the state with the target residency closest to the predicted 332 happens if the idle duration predicted by it is less than the tick period and
|
/openbmc/linux/arch/x86/events/amd/ |
H A D | lbr.c | 188 br[out].predicted = !br[out].mispred; in amd_pmu_lbr_read()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-devfreq | 38 predicted target frequency of the corresponding devfreq object.
|
/openbmc/linux/include/uapi/linux/ |
H A D | perf_event.h | 1419 predicted:1,/* target predicted */ member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 1419 predicted:1,/* target predicted */ member
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | srso.rst | 15 CALL instruction (i.e., an instruction predicted to be a CALL but is
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | lbr.c | 823 br[out].predicted = pred; in intel_pmu_lbr_read_64() 896 e->predicted = !e->mispred; in intel_pmu_store_lbr()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-annotate.c | 131 if (flags->predicted) in process_basic_block()
|
H A D | design.txt | 7 as instructions executed, cachemisses suffered, or branches mis-predicted -
|
H A D | builtin-script.c | 899 if (!(br->flags.mispred || br->flags.predicted)) in mispred_str() 902 return br->flags.predicted ? 'P' : 'M'; in mispred_str() 1175 en->flags.predicted ? " PRED" : "", in ip__fprintf_jump()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-script.txt | 244 …mispredicted or branch direction was mispredicted, P=target predicted or direction predicted, -=no…
|
H A D | perf-script-python.txt | 665 predicted, in_tx, abort, cycles.
|
H A D | perf-report.txt | 134 - mispredict: "N" for predicted branch, "Y" for mispredicted branch
|
/openbmc/u-boot/doc/ |
H A D | README.falcon | 118 storage can not be predicted nor provided at commandline, it depends
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | core-book3s.c | 548 cpuhw->bhrb_entries[u_index].predicted = ~pred; in power_pmu_bhrb_read() 567 cpuhw->bhrb_entries[u_index].predicted = ~pred; in power_pmu_bhrb_read()
|
/openbmc/linux/Documentation/networking/ |
H A D | eql.rst | 286 speeds (as predicted by the Cirrus databook) to an aggregate of
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 538 PyBool_FromLong(entries[i].flags.predicted)); in python_process_brstack() 586 if (!flags->mispred && !flags->predicted) in get_br_mspred()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | buffer.rst | 525 - Similar to ``V4L2_BUF_FLAG_KEYFRAME`` this flags predicted frames 534 predicted frame or field which contains only the differences
|
/openbmc/linux/include/linux/ |
H A D | perf_event.h | 1296 br->predicted = 0; in perf_clear_branch_entry_bitfields()
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-capacity.rst | 242 accurately be predicted the moment a task first becomes runnable. The CFS class
|
H A D | sched-energy.rst | 62 that is predicted to yield the best energy consumption without harming the
|