[Lldb-commits] [PATCH] D24890: implement timeout sample support for Linux
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 26 14:00:45 PDT 2016
tfiala added a comment.
BTW, regarding this part:
> On Ubuntu 16.04, the requisite support can be retrieved with:
>
> sudo apt-get install perf-tools-unstable
This was incorrect. The perf tool was actually present even without the perf-tools-unstable on Ubuntu 16.04 x86_64. It is just that there are more tools for processing perf output available with that package, but this change doesn't require any of them. /usr/bin/perf comes from the linux-tools-common package on Ubuntu. I tried testing with and without that package installed.
Repository:
rL LLVM
https://reviews.llvm.org/D24890
More information about the lldb-commits
mailing list