Home
last modified time | relevance | path

Searched refs:predicted (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.3-rc2/tools/perf/util/
A Dbranch.h20 u64 predicted:1; member
A Dcallchain.c605 if (cursor_node->branch_flags.predicted) in fill_node()
764 if (node->branch_flags.predicted) in match_chain()
A Dsort.c1227 p = left->branch_info->flags.predicted != right->branch_info->flags.predicted; in sort__mispredict_cmp()
1236 if (he->branch_info->flags.predicted) in hist_entry__mispredict_snprintf()
A Dcs-etm.c1037 be->flags.predicted = 1; in cs_etm__update_last_branch_rb()
A Dsession.c1187 e->flags.predicted ? "P" : " ", in branch_stack__printf()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
A Dramnv50.c508 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()
/linux-6.3-rc2/Documentation/admin-guide/pm/
A Dcpuidle.rst270 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
/linux-6.3-rc2/arch/x86/events/amd/
A Dlbr.c186 br[out].predicted = !br[out].mispred; in amd_pmu_lbr_read()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-devfreq38 predicted target frequency of the corresponding devfreq object.
/linux-6.3-rc2/include/uapi/linux/
A Dperf_event.h1418 predicted:1,/* target predicted */ member
/linux-6.3-rc2/tools/include/uapi/linux/
A Dperf_event.h1418 predicted:1,/* target predicted */ member
/linux-6.3-rc2/tools/perf/
A Dbuiltin-annotate.c132 if (flags->predicted) in process_basic_block()
A Ddesign.txt7 as instructions executed, cachemisses suffered, or branches mis-predicted -
A Dbuiltin-script.c890 if (!(br->flags.mispred || br->flags.predicted)) in mispred_str()
893 return br->flags.predicted ? 'P' : 'M'; in mispred_str()
1171 en->flags.predicted ? " PRED" : "", in ip__fprintf_jump()
/linux-6.3-rc2/arch/x86/events/intel/
A Dlbr.c823 br[out].predicted = pred; in intel_pmu_lbr_read_64()
896 e->predicted = !e->mispred; in intel_pmu_store_lbr()
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-script.txt244 …mispredicted or branch direction was mispredicted, P=target predicted or direction predicted, -=no…
A Dperf-report.txt133 - mispredict: "N" for predicted branch, "Y" for mispredicted branch
A Dperf-script-python.txt665 predicted, in_tx, abort, cycles.
/linux-6.3-rc2/arch/powerpc/perf/
A Dcore-book3s.c548 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()
/linux-6.3-rc2/Documentation/networking/
A Deql.rst286 speeds (as predicted by the Cirrus databook) to an aggregate of
/linux-6.3-rc2/tools/perf/util/scripting-engines/
A Dtrace-event-python.c528 PyBool_FromLong(entries[i].flags.predicted)); in python_process_brstack()
574 if (!flags->mispred && !flags->predicted) in get_br_mspred()
/linux-6.3-rc2/include/linux/
A Dperf_event.h1272 br->predicted = 0; in perf_clear_branch_entry_bitfields()
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dbuffer.rst525 - Similar to ``V4L2_BUF_FLAG_KEYFRAME`` this flags predicted frames
534 predicted frame or field which contains only the differences
/linux-6.3-rc2/Documentation/scheduler/
A Dsched-capacity.rst242 accurately be predicted the moment a task first becomes runnable. The CFS class
A Dsched-energy.rst62 that is predicted to yield the best energy consumption without harming the

Completed in 70 milliseconds

12