andrestc / linux-progLinks
Some C code i write to study systems programming (while reading The Linux Programming Interface)
☆45Updated 8 years ago
Alternatives and similar repositories for linux-prog
Users that are interested in linux-prog are comparing it to the libraries listed below
Sorting:
- Memory access tracing QEMU☆98Updated 8 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- POSIX-like scalable multicore research OS kernel☆193Updated 5 years ago
- Function tracer for gcc☆35Updated 8 years ago
- A minimalistic QEMU and libvirt environment used to generate test VMs.☆33Updated this week
- Record "perf" performance metrics for individual functions/regions of an ELF binary.☆81Updated last year
- C implementation of the Hazard-Pointers memory manager☆17Updated 11 years ago
- Tiny system call tracer and debugger☆109Updated 7 years ago
- Small implementation in C of a slab allocator in user space☆40Updated last year
- A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.☆42Updated last year
- Latency benchmarks of Unix IPC mechanisms☆100Updated 2 weeks ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆89Updated 3 years ago
- c2c blog: A perf enhancement to detect false cachline sharing.☆40Updated 9 months ago
- IPC Examples☆52Updated 6 years ago
- The k-LSM: A relaxed, lock-free, linearizable priority queue☆23Updated 8 years ago
- The Optimistic File System (OptFS) is a Linux ext4 variant that implements Optimistic Crash Consistency, a new approach to crash consiste…☆35Updated 11 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆57Updated 5 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆173Updated 6 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- Draw the traces of OS(Linux, xv6, ...) kernel functions in a graph and link graph nodes to the source codes☆35Updated 7 years ago
- libperf is a library that wraps around the syscall perf_event_open(). This library exposes the kernel performance counters subsystem to …☆54Updated 4 years ago
- Red-black tree C implementation☆37Updated 6 years ago
- timing wheel implementation☆14Updated 13 years ago
- C11 Lock-free Stack☆183Updated last year
- Freud, a tool to create Performance Annotations for C/C++ programs☆21Updated last year
- ☆21Updated last year
- Userspace eBPF VM (main repo is https://github.com/iovisor/ubpf)☆97Updated 3 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- Examples for Linux ptrace(2)☆134Updated last year
- aufs - simple Linux kernel file system for os course☆104Updated 7 years ago