Posts with the tag c:
In this article, we’ll see how to write a simple file system
Perf is a performance analysis tool for Linux. It instrumentalizes events setup by the kernel to monitor applications. While it makes sense that kernel events are available to a tool implemented inside the kernel, how can perf know about CPU metrics, such as the number of instructions a program executed?
In this article, we’ll write a simple 32bits ‘Hello, World!’ kernel for x86
Introduction to the development of applications on the Flipper Zero.
Going in depth into the Address Sanitizer internals.
2023-01-11
1601 words
8 minutes
thread C Linux
Odric Roux-Paris
Comment fonctionne pthread
de la glibc
sous Linux.