Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1590811
| From | Joel Fernandes <joel.opensrc@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | ARM64 perf stacktraces on tracepoint events |
| Date | 2017-03-02 04:00 +0100 |
| Message-ID | <tgp8d-44Y-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
On 3.18 kernel running on an arm64 device, I tried running:
perf record -a -g -e sched:sched_wakeup
I was expecting something like the output at:
www.brendangregg.com/perf.html
But I don't see stacktraces, could I be missing any patches you could
point me to? I do see stack traces if I do regular perf profiling
(perf record -F 99 -a -g).
Below is the output I get. Thanks for any insight into this.
Regards,
Joel
sailfish:/data # ./perf report
# Samples: 22 of event 'sched:sched_wakeup'
# Event count (approx.): 410333
#
# Children Self Trace output
# ........ ........
.............................................................
#
61.29% 61.29% comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000
|
---0
33.25% 33.25% comm=hw pid=12777 prio=120 success=1 target_cpu=002
|
---0
2.46% 2.46% comm=kworker/u8:2 pid=12482 prio=120 success=1
target_cpu=002
|
---0
1.39% 1.39% comm=migration/2 pid=21 prio=0 success=1 target_cpu=002
|
---0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
ARM64 perf stacktraces on tracepoint events Joel Fernandes <joel.opensrc@gmail.com> - 2017-03-02 04:00 +0100
Re: ARM64 perf stacktraces on tracepoint events Mark Rutland <mark.rutland@arm.com> - 2017-03-02 14:50 +0100
Re: ARM64 perf stacktraces on tracepoint events Kim Phillips <kim.phillips@arm.com> - 2017-03-03 01:20 +0100
csiph-web