Perf is a profiler tool for Linux 2.6+ based systems.

learn more… | top users | synonyms

0
votes
1answer
42 views

Using perf to monitor raw event counters

I am trying to measure certain hardware events on a (Intel Xeon) machine with multiple (physical) processors. Specifically, I wish to know how many requests are issued for reading 'offcore' data. I ...
0
votes
3answers
55 views

Remove from list by index when index is not contained in another list

Is there a way to make this code more efficient ? if (includeRows != null && includeRows.Count > 0) { for (int i = aList.Count - 1; i >= 0; i--) { if ...
0
votes
0answers
44 views

Getting per-thread CPU usage (task-clock) using 'perf'

all I'm running multi-threaded application and want to measure per-thread CPU usage. For instance, I want to see thread-0 17696.260293 task-clock thread-1 244112.601727 task-clock ... ...
4
votes
1answer
111 views

Android Systrace Trace File Format

Android systrace tool, calls atrace tool via ADB. However, I don't understand very well the format of the traces file. Apparently it is very similar to linux ftrace tool with some differences. The ...
2
votes
2answers
67 views

Log memory accesses that cause major page faults

Does anyone know how to get the memory accesses (pointers) that cause page faults? I'm interested mostly in the major page faults. A bit of background about what I'm trying to achieve. I have an ...
0
votes
1answer
82 views

How to use perf to analyze C project code?

How to use perf to examine which parts of code run slowly? I came about these Links but still I could not understand the data generated which is something like this!So how do i understand the reports ...
1
vote
0answers
59 views

Jqueryui performance optimization

I require your assistance, I have a quite heavy html page and I want it to be JqueryUI - ed. I mean transforming check boxes into ui-buttons, radio buttons into jUI radios, etc... This is in a ...
0
votes
0answers
104 views

Cross-compiling perf for MIPS64 architecture

i've some trouble in compiling the "perf" linux tool for a MIPS64 architecture. I have the correct toolchain but when I try to compile perf with $ make LDFLAGS=-static ARCH=<the mips arch> ...
1
vote
2answers
329 views

Why doesn't perf report cache misses?

According to perf tutorials, perf stat is supposed to report cache misses using hardware counters. However, on my system (up-to-date Arch Linux), it doesn't: [joel@panda goog]$ perf stat ./hash ...
7
votes
2answers
268 views

How to come up with a high cache miss rate example?

I'm trying to come up with an example program which would have a high cache-miss rate. I thought I could try accessing a matrix column by column like so: #include <stdlib.h> int main(void) { ...
0
votes
0answers
32 views

how can I use Perf Events to calculate memory Bandwidth?

I use Linux performance tool "perf" to calculuate the vcpus memory Bandwidth in NUMA Arch . help ~ and how about QPI link Bandwidth?
0
votes
0answers
49 views

Html5 Canvas and laptop perf

I have some problem with my canvas developpment game. my website is pretty laggy, particulary on chrome and safari for a new laptop. and laggy for all borwsers,in my older laptop (2006) Google ...
0
votes
0answers
89 views

perf source code analysis : need some guides

For some reason, I want to read perf source code recently. However, I totally don't know what's its design which make me struggle. has somebody ever read this before? or give me some advice including ...
0
votes
0answers
28 views

what's the difference between hardware Event and hardware cache Event in perf?

when I typed perf list command , I found there are two kinds of event confused me, Hardware Event and Hardware cache Event,whats the diference between cache-misses and LLC-misses? Does cache misses ...
1
vote
1answer
92 views

Valgrind vs. Linux perf correlation

Suppose that I choose perf events instructions, LLC-load-misses, LLC-store-misses. Suppose further that I test a program prog varying its input. Is valgrind supposed to give me the "same" functional ...
2
votes
3answers
72 views

Investigating a class in C++ software at runtime

I have a C++ based program up and running, my problem is that I would like to know: what are the top10, top5, topX methods that are called the most what are the heaviest classes for computation or ...
0
votes
1answer
117 views

Executing block of code without context switch

Is there any way to execute a block of code in C without suffering a Context Switch? I have modified perf stat to sample the counters periodically. While this works, it ends up giving me some bad ...
1
vote
1answer
50 views

How I get each cpu message in mutilprocessor computer with perf?

My work is to measure each node in mutilprocessor computer (eg. 4 cores) using perf. Including cache-misses, LLC-loads, LLC-load-misses, LLC-stores, LLC-store-misses and so forth and I only get the ...
0
votes
1answer
92 views

why the command “perf report” shows nothing?

I use "perf record ./exe",and it come up with the file "perf.data"; however, when I use "perf report" to check the data, it shows nothing ,why? my perf version is "0.0.2.PERF" and use Open suse ...
0
votes
0answers
92 views

Interprete perf (linux profiler) report results

Please help me to understand the following results of the perf report. + 3,40% server libGL.so.280.13 [.] 0x85044 + 1,48% server libc-2.13.so [.] malloc_consolidate + 1,45% ...
1
vote
0answers
101 views

interpreting perf tool results on different NUMA nodes

I want to explain, using perf tool, an interesting behavior of my program. Some background info My machine has 4 NUMA nodes and my main application is running on the machine. Using cpusets I'm ...
0
votes
1answer
119 views

The syscall __NR_perf_event_open seems doesn't work on Android

I want to use the syscall of __NR_perf_event_open for my Android app. The code runs normally on linux but does not work on Android. #include <stdlib.h> #include <stdio.h> #include ...
1
vote
0answers
54 views

Generate sort executable from coreutils using gcc with -ggdb switch

I have the coreutils-8.19 source files with me. I want to do a source level analysis on the GNU sort utility using the perf record & report option to identify possible areas in the source sort.c ...
2
votes
1answer
570 views

perf events documentation

I've searched for an exhaustive explanation of the meaning of each event monitored by the perf stat command; I've found a tutorial which explains quite well how to use different the features of the ...
1
vote
3answers
186 views

How to redirect the output to two different files when two command are involved simultaneously?

I am using perf tool to analyze sort utility . I gave following command. perf stat -x, ../bin/sort data >/dev/null 2>perf_data I want to redirect the output of sort to /dev/null and output of perf ...
3
votes
1answer
204 views

what tools do you use for wall clock profiling your C++ apps?

I have to profile my multithreaded C++ app and find its bottlenecks. The problem is: I need to see wall clock profile. I have used oprofile and perf. No one can provide me such information. I have ...
0
votes
1answer
75 views

perf record what is relation between -c option and overflow events?

I am trying to use perf record to record 15 hardware and trace point events. I want to understand the following: event based sampling: from the docs I understood perf record will sample whenever ...
4
votes
0answers
60 views

What does 'Samples' mean in perf output?

I used linux perf to profile my program and I can not understand the result. 10.5% 2 fun .......... | |- 80% - ABC | call_ABC -- 20% - DEF ...
3
votes
1answer
77 views

How to measure interference between processes

In parallel systems every process has an impact onto other processes, because they all compete for several scarce resources like cpu-caches, memory, disk I/O, network, etc. What method is best suited ...
0
votes
1answer
265 views

'perf top' command doesn't run properly on virtual machine [closed]

I got a virtual machine running Ubuntu 12.04 with linux kernel 3.2.0-31. When I try to run the sudo perf top command, which can profile the entire system's processes and gather their information, none ...
0
votes
0answers
137 views

Profiling output of JIT on Linux with perf_events/oprofile?

I want to profile code, generated by JIT on Linux, with using hardware performace counters. As I know, most common profilers are oprofile and perf. How can I integrate JIT and oprofile/perf? My JIT ...
0
votes
1answer
276 views

what's the difference between perf command and perfmon2 or libpfm4

recently I am digging things around performance counter. And I googled up the perfmon2 and libpfm4 http://perfmon2.sourceforge.net/ and I also found perf command ...
0
votes
1answer
83 views

Getting running time (or other stats) for C Program using perf or otherwise

I need to write a C program (for a school assignment to determine cache size). I have used clock() as a means of getting timing info. But was told that might lead to inaccurate results. So I was ...
2
votes
0answers
128 views

DTLB miss address trace using Intel PEBS

I am trying to generate an address trace of D-TLB misses through use of hardware performance counters. Intel processors have "Precise Event Based Sampling" (PEBS) that can dump hardware register ...
1
vote
3answers
537 views

Call stack in the perf profiler

I'm running "perf" in the following way: perf record -a --call-graph -p some_pid perf report --call-graph --stdio Then, I see this: 1.60% my_binary my_binary [.] my_func ...
0
votes
0answers
90 views

How do I build linux perf with python scripting support?

I want to build the linux perf tool in the linux-tools package to include python scripting support. Do I have to rebuild the linux kernel for this? How do I pass the option to include python support ...
2
votes
3answers
526 views

Read performance counters periodically in linux

Is there a way to read performance counters periodically in linux? Something like perf stat with the ability to sample every X cycles is what I'm looking for. Basically I would like to be able to ...
4
votes
1answer
336 views

Event-based sampling with the perf userland tool and PEBS

I'm doing event-based sampling with the perf userland tool: the objective being trying to find out where certain performance-impacting events like branch misses and cache misses are occurring on a ...
0
votes
0answers
148 views

I need a profiling tool, but when I compile Perf the tests fail

I need a profiling tool to measure CPU-cycles spent in functions, and was looking into Perf-tools. I can do basic diagnostics with it currently, but can not run any of the hardware events listed ...
1
vote
1answer
75 views

Counting conditional jumps

I have kind of a noob'ish question. I am totally new to Linux. I would like to count the number of conditional jumps (i.e. the number of if()s, while()s etc taken by a program) taken by a program. ...
6
votes
1answer
300 views

How can I get perf to find symbols in my program

When using perf report, I don't see any symbols for my program, instead I get output like this: $ perf record /path/to/racket ints.rkt 10000 $ perf report --stdio # Overhead Command Shared ...
2
votes
1answer
169 views

Can perf-stat results be generated from a perf.data file?

When I want to generate performance reports using perf-stat and perf-report from the Linux tool suite perf, I run: $ perf record -o my.perf.data myCmd $ perf report -i my.perf.data And: $ perf ...
5
votes
2answers
221 views

How do I get call parents for libc6 symbols (e.g. _int_malloc) with linux perf?

I'm profiling a C++ application using linux perf, and I'm getting a nice control flow graph using GProf2dot. However, some symbols from the C library (libc6-2.13.so) take a substantial portion of the ...
1
vote
0answers
180 views

perf annotate doesn't always give output

I am using perf tool in linux. I don't usually get an output when I do 'perf annotate' ! . If I do 'perf report' then I do get the desired report. I could successfully get the annotate output for my ...
2
votes
0answers
115 views

perf record: can I specify multiple events and use different sample-after value for each of them

I'm trying use perf tool from the linux kernel package to measure several raw PMU events. In the manpage of perf-record there is an "-l" option (Scale counter values), which is useful for my case ...
1
vote
0answers
255 views

Profiling of linux 2.6.32 FIFO realtime scheduler using perf

I am working on an embedded application that requires realtime performance during certain periods of it's execution. I escalate the priority of the application for approximately 150ms with a call to ...
9
votes
3answers
3k views

linux perf: how to interpret and find hotspots

I tried out linux' perf utility today and am having trouble in interpreting its results. I'm used to valgrind's callgrind which is of course a totally different approach to the sampling based method ...
2
votes
1answer
858 views

Setting rate for sample profiling with 'perf record'

As I understand it, the Performance Counters subsystem for Linux uses the perf record command to perform sample-based profiling of the CPU and hardware counters (such as cache misses). How does one ...