« earlier | later » Page 1 of 1
iosnoop For Linux edit / delete
"How does this work? It's just a shell script!" Linux's ftrace facility turns out to be surprisingly capable... and there are a whole load of neat scripts that use it in perf-tools.
to debugging ftrace linux perf performance tracing ... on 14 October 2016
Ftrace: The hidden light switch [LWN.net] edit / delete
Using Linux's function tracer to investigate a kernel performance problem. I was looking at this again recently because I'd like to know when exactly bash is getting called...
to ftrace kernel linux performance tracing ... on 03 October 2014
Coding Relic: GCC Function Instrumentation edit / delete
Magic flag to GCC for tracing function calls.
Laurence Tratt: Fast Enough VMs in Fast Enough Time edit / delete
An excellent explanation of PyPy's tracing JIT.
to compilation jit pypy research tracing ... on 08 April 2012
Chris's Wiki :: blog/linux/SystemTapSetuidTracing edit / delete
Building a partial strace replacement with SystemTap. Cute, but this doesn't give you most of the smart decoding strace does (which is what makes it better than its equivalents on every other Unix-like).
to debugging linux strace systemtap tracing ... on 01 August 2009
« earlier | later » Page 1 of 1
- tracing | |
1 | + compilation |
3 | + debugging |
2 | + ftrace |
1 | + gcc |
1 | + jit |
1 | + kernel |
3 | + linux |
1 | + perf |
2 | + performance |
1 | + pypy |
1 | + research |
1 | + strace |
1 | + systemtap |
tasty by Adam Sampson.