Lines Matching full:basic
224 * struct cyc_hist - (CPU) cycle histogram for a basic block
227 * @cycles: Sum of cycles for the longest basic block.
231 * @cycles_spark: History of cycles for the longest basic block.
232 * @num: Number of samples for the longest basic block.
237 * If sample has branch_stack and cycles info, it can construct basic blocks
240 * accounted at the end address. If multiple basic blocks end at the same
315 * struct annotated_branch - basic block and IPC information for a symbol.
322 * @max_coverage: Maximum number of covered basic block (used for block-range).
329 * basic block ends at the given address.
330 * process_basic_block() calculates coverage of instructions (or basic blocks)
565 * struct annotated_basic_block - Basic block of instructions
576 /* Get a list of basic blocks from src to dst addresses */