|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Go to the source code of this file.
Data Structures | |
| struct | thread_filter_list |
| Dynamic array of thread IDs for filtering instrumentation logs. More... | |
| struct | report_config |
| Configuration for panic report generation. More... | |
| struct | log_record |
| Parsed instrumentation log record. More... | |
| struct | thread_entry |
| Hash table entry for thread-local last log record. More... | |
Typedefs | |
| typedef struct thread_filter_list | thread_filter_list_t |
| Dynamic array of thread IDs for filtering instrumentation logs. | |
| typedef struct report_config | report_config_t |
| Configuration for panic report generation. | |
| typedef struct log_record | log_record_t |
| Parsed instrumentation log record. | |
| typedef struct thread_entry | thread_entry_t |
| Hash table entry for thread-local last log record. | |
Functions | |
| int | main (int argc, char **argv) |
| typedef struct log_record log_record_t |
Parsed instrumentation log record.
Represents a single line from an instrumentation log file with all fields extracted and parsed.
| typedef struct report_config report_config_t |
Configuration for panic report generation.
| typedef struct thread_entry thread_entry_t |
Hash table entry for thread-local last log record.
Used by uthash to track the most recent log record for each thread when generating panic reports.
| typedef struct thread_filter_list thread_filter_list_t |
Dynamic array of thread IDs for filtering instrumentation logs.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 633 of file report.c.
References log_destroy(), report_config::log_dir, log_init(), and report_config::threads.