|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Selector for filtering instrumentation output by file, function, or module. More...
Data Fields | |
| asciichat_instr_selector_type_t | type |
| Type of selector (file substring, glob, function glob, or module) | |
| char * | pattern |
| Pattern to match (file/function glob pattern) | |
Selector for filtering instrumentation output by file, function, or module.
Definition at line 77 of file instrument_log.c.
| char* asciichat_instr_only_selector::pattern |
Pattern to match (file/function glob pattern)
Definition at line 79 of file instrument_log.c.
| asciichat_instr_selector_type_t asciichat_instr_only_selector::type |
Type of selector (file substring, glob, function glob, or module)
Definition at line 78 of file instrument_log.c.