lookup_symbol
Find a specific function, struct, or macro in Linux kernel source. Retrieve its location, definition, and evidence sources with optional filtering by symbol kind and repository.
Instructions
Look up a specific symbol (function, struct, macro) in kernel source.
Args: name: The name of the symbol to look up. kind: Optional kind of symbol (e.g., 'function', 'struct'). repo: Optional repository to filter by.
Returns: Dictionary containing location, definition, and evidence sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| name | Yes | ||
| repo | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||