> For the complete documentation index, see [llms.txt](https://docs.loci-dev.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loci-dev.net/loci-inspector/call-graph-analysis.md).

# Call Graph Analysis

The "Call Graph" option provides a configuration interface that allows you to filter and select various parameters to achieve your preferred CFI view. The ability to configure the CFI filters is important for tailoring the analysis to your specific needs.

The user can apply the following CFI filters to adjust the CFI graph visualization:

* **Select Specific Binary**
* **Filter Function** — quickly find and focus on a function within the CFI graph

Implemented filters on the CFI Graph

<figure><img src="/files/rquQiGEm0roBxpLW66DP" alt=""><figcaption><p>LOCI Call Graph</p></figcaption></figure>

Utilize the CFI graph to ensure accurate filtration and representation per binary.

Filter by Binary/s

<figure><img src="/files/i6ooXdPMef5RxeMcMJ2c" alt=""><figcaption><p>LOCI Call Graph - 'Binaries', Filter per binary</p></figcaption></figure>

The user can locate a specific function within the CFI Graph using the "Filter Functions..." option, which filters only the selected function within the graph.

<figure><img src="/files/bVPIOHJNF51dmJKb6RzP" alt=""><figcaption><p>LOCI Call Graph - 'Filter Functions...' option</p></figcaption></figure>

The user can focus on a specific function within the CFI Graph using the "Focus on function..." option, which highlights and focuses on the selected function within the graph.

<figure><img src="/files/yEUz1zMHzR1ABIqB7vtN" alt=""><figcaption><p>LOCI Call Graph - 'Focus on function...' option</p></figcaption></figure>

<figure><img src="/files/dLVOqdsxvv4nQPyUehPh" alt=""><figcaption><p>LOCI Call Graph - 'Focus on a specific function</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.loci-dev.net/loci-inspector/call-graph-analysis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
