perf symbols: Record the reason for filtering an address_location
[firefly-linux-kernel-4.4.55.git] / tools / perf / builtin-timechart.c
index d4991a235155b8ee1640737af71b08946838fdd6..74db2568b867b7996726674edd20539a7820dcc9 100644 (file)
@@ -494,7 +494,7 @@ static const char *cat_backtrace(union perf_event *event,
                        continue;
                }
 
-               tal.filtered = false;
+               tal.filtered = 0;
                thread__find_addr_location(al.thread, machine, cpumode,
                                           MAP__FUNCTION, ip, &tal);