mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Revert "callgraph: teach callgraph to use alternative symbol roots"
I found a better approach, so we can remove this.
This reverts commit 222d0ad53f.
This commit is contained in:
@ -30,9 +30,6 @@ G_DECLARE_FINAL_TYPE (SpCallgraphProfile, sp_callgraph_profile, SP, CALLGRAPH_PR
|
||||
|
||||
SpProfile *sp_callgraph_profile_new (void);
|
||||
SpProfile *sp_callgraph_profile_new_with_selection (SpSelection *selection);
|
||||
void sp_callgraph_profile_add_symbol_dir (SpCallgraphProfile *selection,
|
||||
const gchar *path,
|
||||
const gchar *symbol_dir);
|
||||
GQuark sp_callgraph_profile_get_tag (SpCallgraphProfile *self,
|
||||
const gchar *symbol);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user