Commit Graph

5 Commits

Author SHA1 Message Date
177429fabc Follow K&R coding style using clang-format 2022-09-29 16:52:28 +02:00
834b33af33 Use SPDX license identifiers 2022-09-29 14:16:47 +02:00
f990cd668f Switch to edie() for errors 2022-09-13 14:22:44 +02:00
75c32f3a99 Transform all aserts into unconditional checks 2021-12-09 16:08:36 +01:00
ca95fb34a3 Add kernel support for context switch events
These events only show if a thread has been removed from the CPU, but
doesn't provide information about what other thread caused the context
switch. This type of information can be obtained even with strict
/proc/sys/kernel/perf_event_paranoid settings.
2021-12-02 10:37:53 +01:00