Files
linux-st/tools/perf/util
Yunlong Song 3a03005ff9 perf tools: Fix a bug of segmentation fault
Fix the 'segmentation fault' bug of 'perf list --list-cmds', which also
happens in other cases (e.g. record, report ...). This bug happens when
there are no cmds to list at all.

Example:

Before this patch:

  $ perf list --list-cmds
  Segmentation fault
  $

  After this patch:
  $ perf list --list-cmds
  $

As shown above, the result prints nothing rather than a segmentation
fault. The null result means 'perf list' has no cmds to display at this
time.

Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/1423833115-11199-5-git-send-email-yunlong.song@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2015-02-13 11:38:43 -03:00
..
2015-01-21 13:24:31 -03:00
2015-02-11 12:37:08 -03:00
2014-10-29 11:24:47 -02:00
2015-01-21 13:24:31 -03:00
2014-12-19 13:09:43 +01:00
2014-07-10 00:22:54 +02:00
2014-07-10 00:22:54 +02:00
2015-01-21 13:24:31 -03:00
2014-10-29 11:24:47 -02:00
2014-07-23 11:48:11 -03:00
2014-07-23 11:48:11 -03:00
2015-02-11 12:37:08 -03:00
2015-02-11 12:37:08 -03:00