perf symbols: Mark if a symbol is idle in the library
authorArnaldo Carvalho de Melo <[email protected]>
Thu, 1 Sep 2016 20:54:31 +0000 (17:54 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Mon, 5 Sep 2016 14:14:50 +0000 (11:14 -0300)
commit608c34de0b3d7bd15340a95ef758b4d8b81ebfc6
treec6876aacbeced859bc97c16f8860db1f28ee7da8
parentc0b172e5b6770048751b2c0a4fe44346c2080c5d
perf symbols: Mark if a symbol is idle in the library

This was being done just in 'perf top', but grouping idle symbols should
be useful in other places as well, so remove one more symbol_filter_t
user by moving this to the symbol library.

Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-top.c
tools/perf/util/symbol-elf.c
tools/perf/util/symbol.c
tools/perf/util/symbol.h