Lines Matching +full:ip +full:- +full:blocks
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * call-path.h: Manipulate a tree data structure containing function call paths
16 * struct call_path - node in list of calls leading to a function call.
19 * @ip: only if sym is null, the ip of the function
20 * @db_id: id used for db-export
26 * defines a context-sensitive call-graph.
31 u64 ip; member
40 #define CALL_PATH_BLOCK_MASK (CALL_PATH_BLOCK_SIZE - 1)
48 * struct call_path_root - root of all call paths.
50 * @blocks: list of blocks to store call paths
56 struct list_head blocks; member
66 struct symbol *sym, u64 ip, u64 ks);