[PATCH 09/27] perf script: Fix vanished idle symbols

2016-09-29 Thread Arnaldo Carvalho de Melo
From: Adrian Hunter Commit 608c34de0b3d ("perf symbols: Mark if a symbol is idle in the library") causes idle symbols to vanish from perf script output. That is because print functions suppress symbols marked as 'idle'. However, suppression of 'idle' functions is only

[PATCH 09/27] perf script: Fix vanished idle symbols

2016-09-29 Thread Arnaldo Carvalho de Melo
From: Adrian Hunter Commit 608c34de0b3d ("perf symbols: Mark if a symbol is idle in the library") causes idle symbols to vanish from perf script output. That is because print functions suppress symbols marked as 'idle'. However, suppression of 'idle' functions is only used by 'perf top' and