mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
perf tools: Initialize libapi debug output
Setting libapi debug output functions to use perf functions. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: David Ahern <dsahern@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1455465826-8426-5-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
bedbdd4297
commit
dd629cc097
3 changed files with 24 additions and 0 deletions
|
@ -613,6 +613,8 @@ int main(int argc, const char **argv)
|
|||
*/
|
||||
pthread__block_sigwinch();
|
||||
|
||||
perf_debug_setup();
|
||||
|
||||
while (1) {
|
||||
static int done_help;
|
||||
int was_alias = run_argv(&argc, &argv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue