| |||
| Home > The Call Graph > Contextual menu options > Contextual menu navigation options | |||
The function contextual menu also enables you to look at the selected functions in other report types:
Filter - This menu option filters the current selection's data from the report.
Filter, Including Children - This option filters the statistics of the current selection and the statistics of all of its children from the report.
Filter Others - The inverse of the Filter option, this option filters out everything but the current selection.
Filter Others, Not Including Children - The inverse of Filter, Including Children, this option filters the statistics of everything but the current selection and its children.
Select in Functions - Use this option to open the functions report with the chosen function highlighted in the table, so that you can see its call count and time statistics.
Select in Files - Select in Files opens the files report and selects the file that contains the selected function.
Select in Code View - This contextual menu option opens the code view for the selected function with all pertinent lines of code highlighted in the source panel and all of its associated instructions selected in the disassembly panel.
Select in Call Chains - This menu option opens the call chains hierarchical table report with every instance of the selected function highlighted and every necessary calling function disclosed to show the function.
Select in Classes - Use this option to select the chosen function's class in the classes report. This option only appears when the function is in a C++ file.
Select in Call Summary - This menu option opens the call summary report, with the selected function as the primary function. Double-clicking any function in the call graph has the same effect as choosing this contextual menu option.
Edit Source - This option opens the source file that contains the selected function in default source editor defined in the ARM Workbench. If no source code exists for this function, this option does not appear.