tuxology / tracevizlab

Trace visualization tutorials for Trace Compass
Other
82 stars 21 forks source link

tutorial: any simple perf trace example #27

Open tuxology opened 5 years ago

tuxology commented 5 years ago

We need to show at least one example of perf tracing (with perf-ctf-converter), maybe in the advanced sessions

tuxology commented 5 years ago

Ref: http://www.versatic.net/tracecompass/incubator/perf/2017/10/23/analyze-perf-trace.html and LISA talk thttpd example

tahini commented 5 years ago

Issues with perf:

tahini commented 5 years ago

Here's some doc on the perf file format: https://github.com/torvalds/linux/blob/master/tools/perf/Documentation/perf.data-file-format.txt

tahini commented 5 years ago

I started this patch for the binary perf, just to put the mechanics to have a new trace type in Trace Compass. We can go incrementally from there, supporting some events at a time...

https://git.eclipse.org/r/#/c/128688/