Comment 5 for bug 1675949

Revision history for this message
Ali (asaidi) wrote :

root@host1:~/fio# uname -a
Linux host1 4.10.0-14-generic #16-Ubuntu SMP Fri Mar 17 15:20:17 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux

root@host1:~/fio# dpkg -S $(which perf)
linux-tools-common: /usr/bin/perf

root@host1:~/fio# dpkg --get-selections | grep linux-tools
linux-tools-4.10.0-11 install
linux-tools-4.10.0-13 install
linux-tools-4.10.0-13-generic install
linux-tools-4.10.0-14 install
linux-tools-4.10.0-14-generic install
linux-tools-4.10.0-9 install
linux-tools-4.10.0-9-generic install
linux-tools-common install
linux-tools-generic install

Running perf like: perf record -F 99 -g -- sleep 10 also has the same issue

I've been running: perf record -a -- sleep 10

Annotation works on kernel modules and user code, but non-module kernel code has the issue where annotation doesn't work on it.

After running record, run perf report, select one of the kernel symbols, hit enter, select Annotate <symbol> and hit enter again.

Thanks,
Ali