/Linux-v5.4/tools/perf/util/ |
D | branch.h | 18 u64 predicted:1; member
|
D | callchain.c | 599 if (cursor_node->branch_flags.predicted) in fill_node() 758 if (node->branch_flags.predicted) in match_chain()
|
D | sort.c | 956 p = left->branch_info->flags.predicted != right->branch_info->flags.predicted; in sort__mispredict_cmp() 965 if (he->branch_info->flags.predicted) in hist_entry__mispredict_snprintf()
|
D | cs-etm.c | 982 be->flags.predicted = 1; in cs_etm__update_last_branch_rb()
|
D | session.c | 1080 e->flags.predicted ? "P" : " ", in branch_stack__printf()
|
D | intel-pt.c | 1662 .predicted = !(info & LBR_INFO_MISPRED), in intel_pt_lbr_flags()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv50.c | 509 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.4/arch/x86/events/intel/ |
D | lbr.c | 557 cpuc->lbr_entries[i].predicted = 0; in intel_pmu_lbr_read_32() 651 cpuc->lbr_entries[out].predicted = pred; in intel_pmu_lbr_read_64() 1107 e->predicted = !(info & LBR_INFO_MISPRED); in intel_pmu_store_pebs_lbrs()
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-class-devfreq | 31 predicted target frequency of the corresponding devfreq object.
|
/Linux-v5.4/include/uapi/linux/ |
D | perf_event.h | 1174 predicted:1,/* target predicted */ member
|
/Linux-v5.4/tools/include/uapi/linux/ |
D | perf_event.h | 1174 predicted:1,/* target predicted */ member
|
/Linux-v5.4/Documentation/admin-guide/pm/ |
D | cpuidle.rst | 272 idle duration and uses the predicted value for idle state selection. 292 falls into to obtain the first approximation of the predicted idle duration. 308 taken as the predicted idle duration. 312 idle state is comparable with the predicted idle duration, the total time spent 317 of the extra latency limit is the predicted idle duration itself which 327 the predicted idle duration and the exit latency of it with the computed latency 328 limit. It selects the state with the target residency closest to the predicted 334 happens if the idle duration predicted by it is less than the tick period and
|
/Linux-v5.4/tools/perf/ |
D | builtin-annotate.c | 125 if (flags->predicted) in process_basic_block()
|
D | builtin-script.c | 727 if (!(br->flags.mispred || br->flags.predicted)) in mispred_str() 730 return br->flags.predicted ? 'P' : 'M'; in mispred_str() 957 en->flags.predicted ? " PRED" : "", in ip__fprintf_jump()
|
D | design.txt | 7 as instructions executed, cachemisses suffered, or branches mis-predicted -
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-script.txt | 216 …mispredicted or branch direction was mispredicted, P=target predicted or direction predicted, -=no…
|
D | perf-report.txt | 123 - mispredict: "N" for predicted branch, "Y" for mispredicted branch
|
D | perf-script-python.txt | 627 predicted, in_tx, abort, cycles.
|
/Linux-v5.4/arch/powerpc/perf/ |
D | core-book3s.c | 503 cpuhw->bhrb_entries[u_index].predicted = ~pred; in power_pmu_bhrb_read() 522 cpuhw->bhrb_entries[u_index].predicted = ~pred; in power_pmu_bhrb_read()
|
/Linux-v5.4/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 493 PyBool_FromLong(br->entries[i].flags.predicted)); in python_process_brstack() 551 if (!flags->mispred && !flags->predicted) in get_br_mspred()
|
/Linux-v5.4/Documentation/networking/ |
D | eql.txt | 382 speeds (as predicted by the Cirrus databook) to an aggregate of
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | buffer.rst | 562 - Similar to ``V4L2_BUF_FLAG_KEYFRAME`` this flags predicted frames 571 predicted frame or field which contains only the differences
|
/Linux-v5.4/Documentation/scheduler/ |
D | sched-energy.rst | 62 that is predicted to yield the best energy consumption without harming the
|
/Linux-v5.4/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1975 # as a reminder for future predicted pain and agony, we are passing in fsave the
|
/Linux-v5.4/arch/arm/ |
D | Kconfig | 1514 UNPREDICTABLE (in fact it can be predicted that it won't work
|