Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perf

Accessing uncachable region using mmap and /proc/mtrr

c linux memory mmap perf

Linux `perf record --append` option missing

linux perf

Enable/disable perf event collection programmatically

c++ linux profiling perf

What is the default behavior of perf record?

linux perf

Analyzing Cache Behavior and Memory Traffic in Large File Reads Using perf stat

c performance file memory perf

Am I correctly reasoning about cache performance?

Which alignment causes this performance difference

ubuntu 12.10 perf stat <not supported> cycles

ubuntu virtualization xen perf

How does "perf sched record" count context switches?

How to use rdpmc instruction for counting L1d cache miss?

assembly x86 perf intel-pmu

Logging all memory accesses of any executable/process in Linux

linux memory processor perf

Profiling Cache hit rate of a function of C program

c linux perf papi intel-pmu

How can I use perf to measure page fault time during program execution?

kernel perf page-fault

What does "1.234 CPUs used" mean in perf output?

Is linux perf accurate for measuring cache misses for multithread C program?

linux multithreading perf