Home
last modified time | relevance | path

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

12

/Linux-v5.10/tools/perf/util/
Dbranch.h22 u64 predicted:1; member
Dcallchain.c599 if (cursor_node->branch_flags.predicted) in fill_node()
758 if (node->branch_flags.predicted) in match_chain()
Dsort.c999 p = left->branch_info->flags.predicted != right->branch_info->flags.predicted; in sort__mispredict_cmp()
1008 if (he->branch_info->flags.predicted) in hist_entry__mispredict_snprintf()
Dcs-etm.c1012 be->flags.predicted = 1; in cs_etm__update_last_branch_rb()
Dsession.c1123 e->flags.predicted ? "P" : " ", in branch_stack__printf()
Dintel-pt.c1730 u.flags.predicted = !(info & LBR_INFO_MISPRED); in intel_pt_lbr_flags()
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv50.c509 u64 rowsize, predicted; in nv50_fb_vram_rblock() local
524 predicted = rowsize << rowbitsa; in nv50_fb_vram_rblock()
526 predicted += rowsize << rowbitsb; in nv50_fb_vram_rblock()
528 if (predicted != ram->size) { in nv50_fb_vram_rblock()
/Linux-v5.10/tools/include/uapi/linux/
Dperf_event.h1239 predicted:1,/* target predicted */ member
/Linux-v5.10/include/uapi/linux/
Dperf_event.h1239 predicted:1,/* target predicted */ member
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-class-devfreq38 predicted target frequency of the corresponding devfreq object.
/Linux-v5.10/arch/x86/events/intel/
Dlbr.c791 cpuc->lbr_entries[i].predicted = 0; in intel_pmu_lbr_read_32()
886 cpuc->lbr_entries[out].predicted = pred; in intel_pmu_lbr_read_64()
956 e->predicted = get_lbr_predicted(info); in intel_pmu_store_lbr()
/Linux-v5.10/Documentation/admin-guide/pm/
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-v5.10/tools/perf/
Dbuiltin-annotate.c125 if (flags->predicted) in process_basic_block()
Dbuiltin-script.c811 if (!(br->flags.mispred || br->flags.predicted)) in mispred_str()
814 return br->flags.predicted ? 'P' : 'M'; in mispred_str()
1086 en->flags.predicted ? " PRED" : "", in ip__fprintf_jump()
Ddesign.txt7 as instructions executed, cachemisses suffered, or branches mis-predicted -
/Linux-v5.10/tools/perf/Documentation/
Dperf-script.txt216 …mispredicted or branch direction was mispredicted, P=target predicted or direction predicted, -=no…
Dperf-report.txt124 - mispredict: "N" for predicted branch, "Y" for mispredicted branch
Dperf-script-python.txt627 predicted, in_tx, abort, cycles.
/Linux-v5.10/arch/powerpc/perf/
Dcore-book3s.c504 cpuhw->bhrb_entries[u_index].predicted = ~pred; in power_pmu_bhrb_read()
523 cpuhw->bhrb_entries[u_index].predicted = ~pred; in power_pmu_bhrb_read()
/Linux-v5.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c494 PyBool_FromLong(entries[i].flags.predicted)); in python_process_brstack()
552 if (!flags->mispred && !flags->predicted) in get_br_mspred()
/Linux-v5.10/Documentation/networking/
Deql.rst286 speeds (as predicted by the Cirrus databook) to an aggregate of
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dbuffer.rst530 - Similar to ``V4L2_BUF_FLAG_KEYFRAME`` this flags predicted frames
539 predicted frame or field which contains only the differences
/Linux-v5.10/Documentation/scheduler/
Dsched-capacity.rst242 accurately be predicted the moment a task first becomes runnable. The CFS class
Dsched-energy.rst62 that is predicted to yield the best energy consumption without harming the
/Linux-v5.10/arch/m68k/ifpsp060/src/
Dpfpsp.S1975 # as a reminder for future predicted pain and agony, we are passing in fsave the

12