Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perf

Does perf lock profile user space mutexes?

linux perf

is it possible to run linux perf tool inside docker container

Measure page faults from a c program

c linux perf page-fault

Source line numbers in perf call graph?

linux perf

How do you get debugging symbols working in linux perf tool inside Docker containers?

linux docker linux-kernel perf

Perf startup overhead: Why does a simple static executable which performs MOV + SYS_exit have so many stalled cycles (and instructions)?

What is the meaning of perf script output?

performancecounter perf

Is there a way to find performance of individual functions in a process using perf tool?

linux function profiling perf

how to interpret perf iTLB-loads,iTLB-load-misses

why perf has such high context-switches?

c++ linux perf

Getting user-space stack information from perf

c linux linux-kernel perf

Perf overcounting simple CPU-bound loop: mysterious kernel work?

Perf annotate, display only source code

Perf shows mangled function names

How does Linux perf calculate the cache-references and cache-misses events

caching linux-kernel cpu perf

How to profile time spent in memory access in C/C++ applications?

Thread Utilization profiling on linux

Can't add perf probe for C++ methods

c++ linux perf

Understanding the impact of lfence on a loop with two long dependency chains, for increasing lengths