funclatency to accept multiple events
- Dominant language
- C
- Stars
- 22.7k
- Forks
- 4.1k
- Avg merge
- 10d 4h
- Merged PRs (30d)
- 3
Description
eg, to support:
```
# funclatency vfs_read vfs_write
```
In that case, we can do:
```
# funclatency 'vfs_(read|write)'
```
But other cases get trickier.
I'm also wondering if the -F logic should be flipped. So that if you match multiple functions, then by default split them in the output, and only use -F to merge them if desired.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the funclatency command implementation and its existing -F handling; no file or test is named in the issue. Reproduce the single-event behavior, then determine the intended semantics for multiple events and verify separate versus merged output with focused tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux
- Domain
- cli, observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100