Lines Matching full:basic
222 * struct cyc_hist - (CPU) cycle histogram for a basic block
225 * @cycles: Sum of cycles for the longest basic block.
229 * @cycles_spark: History of cycles for the longest basic block.
230 * @num: Number of samples for the longest basic block.
235 * If sample has branch_stack and cycles info, it can construct basic blocks
238 * accounted at the end address. If multiple basic blocks end at the same
313 * struct annotated_branch - basic block and IPC information for a symbol.
320 * @max_coverage: Maximum number of covered basic block (used for block-range).
327 * basic block ends at the given address.
328 * process_basic_block() calculates coverage of instructions (or basic blocks)
564 * struct annotated_basic_block - Basic block of instructions
575 /* Get a list of basic blocks from src to dst addresses */