Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perf

PMU x86-64 performance counters not showing in perf under AWS

Testing a code snippet with valgrind

c ubuntu profiling valgrind perf

Good resources on how to program PEBS (Precise event based sampling) counters?

read() system call page fault doesn't depend on file size

c linux perf page-fault

Major Perf and PIN profiling discrepancies

Capturing user-space variables at "perf" events

c linux linux-kernel perf

perf not displaying source code in annotations, despite symbols being included

linux profiling perf

Recording perf files with symbols for analysis on a different system (cross architecture)

linux cross-compiling perf

Run time and reported cycle counts in linux perf

How to use perf tool with docker running stress-ng?

Perf shows L1-dcache-load-misses in a block with no memory access

Ubuntu, how to find hotspot of program with heavy kernel work? It seems function at kernel.kallsyms doesn't mark as user space function's children

c++ profiling perf gprof

Is it possible to sample LOAD and STORE instructions at the same time in Intel PEBS sampling?

Accessing uncachable region using mmap and /proc/mtrr

c linux memory mmap perf