Home
last modified time | relevance | path

Searched refs:taken (Results 1 – 10 of 10) sorted by relevance

/tools/perf/util/
Dblock-range.h29 u64 taken; member
Dblock-range.c213 .taken = entry->taken, in block_range__create()
219 entry->taken = 0; in block_range__create()
Dsort.c1407 int taken; member
1465 int taken; member
2248 if (sd->taken) in __sort_dimension__add()
2257 sd->taken = 1; in __sort_dimension__add()
2268 if (hd->taken) in __hpp_dimension__add()
2275 hd->taken = 1; in __hpp_dimension__add()
2283 if (sd->taken) in __sort_dimension__add_output()
2289 sd->taken = 1; in __sort_dimension__add_output()
2298 if (hd->taken) in __hpp_dimension__add_output()
2305 hd->taken = 1; in __hpp_dimension__add_output()
[all …]
Dannotate.c930 double p = 100*(double)br->taken / br->coverage; in annotate__branch_printf()
942 printf(" -%.2f%% (p:%.2f%%)", p, 100*(double)br->pred / br->taken); in annotate__branch_printf()
/tools/perf/Documentation/
Dperf-top.txt214 Enable taken branch stack sampling. Any type of taken branch may be sampled.
219 Enable taken branch stack sampling. Each sample captures a series of consecutive
220 taken branches. The number of branches captured with each sample depends on the
Dperf-record.txt309 Enable taken branch stack sampling. Any type of taken branch may be sampled.
314 Enable taken branch stack sampling. Each sample captures a series of consecutive
315 taken branches. The number of branches captured with each sample depends on the
Dperf-report.txt327 Use the addresses of sampled taken branches instead of the instruction
336 Add the addresses of sampled taken branches to the callstack.
Dintel-pt.txt21 conditional branch was taken or not taken, so to make use of that packet the
/tools/perf/
Dbuiltin-annotate.c116 entry->taken++; in process_basic_block()
/tools/objtool/Documentation/
Dstack-validation.txt291 which execution path was taken to reach the instruction.