-
Notifications
You must be signed in to change notification settings - Fork 471
Exclude function (or category, or library) from call tree #220
Copy link
Copy link
Closed
Labels
data transformCall tree transformations, e.g. Merge Function, Focus functionCall tree transformations, e.g. Merge Function, Focus functionfeatureWork that is user facing, and typically should be planned through https://airtable.com/shrRydo6UXhebWork that is user facing, and typically should be planned through https://airtable.com/shrRydo6UXhebprofile dataIssues related to the profile format, data structure, or profile upgradersIssues related to the profile format, data structure, or profile upgradersquantum flowIssues important to the Quantum Flow teamIssues important to the Quantum Flow team
Milestone
Metadata
Metadata
Assignees
Labels
data transformCall tree transformations, e.g. Merge Function, Focus functionCall tree transformations, e.g. Merge Function, Focus functionfeatureWork that is user facing, and typically should be planned through https://airtable.com/shrRydo6UXhebWork that is user facing, and typically should be planned through https://airtable.com/shrRydo6UXhebprofile dataIssues related to the profile format, data structure, or profile upgradersIssues related to the profile format, data structure, or profile upgradersquantum flowIssues important to the Quantum Flow teamIssues important to the Quantum Flow team
Type
Fields
Give feedbackNo fields configured for issues without a type.
I would like to be able to filter out a given function from the call tree, by name or substring. My use case: ignore anything that ends up calling __poll.
Expanding beyond this, it'd be nice to filter out everything matching a given category (or set of categories?). Or everything in a certain library (eg libnspr4.so).
It might be nice to omit it from the whole display -- in order for the time to still match other threads, you'd have to replace those samples with a "missing data" color or something.