Re: [PATCHv2 00/12] perf tools: Display eBPF code in intel_pt trace

2019-05-06 Thread Song Liu
> On May 3, 2019, at 1:18 AM, Jiri Olsa wrote: > > hi, > this patchset adds dso support to read and display > bpf code in intel_pt trace output. I had to change > some of the kernel maps processing code, so hopefully > I did not break too many things ;-) > > It's now possible to see bpf code

[PATCHv2 00/12] perf tools: Display eBPF code in intel_pt trace

2019-05-03 Thread Jiri Olsa
hi, this patchset adds dso support to read and display bpf code in intel_pt trace output. I had to change some of the kernel maps processing code, so hopefully I did not break too many things ;-) It's now possible to see bpf code flow via: # perf-with-kcore record pt -e intel_pt//ku -- sleep 1