perf symbols: Record the reason for filtering an address_location
[firefly-linux-kernel-4.4.55.git] / tools / perf / util / machine.c
index 5cecd98c1bc01681940eced85c8919b7ae326e06..d280bf2101838d464017d78fb6fb3b2ca5072b99 100644 (file)
@@ -1312,7 +1312,7 @@ static int machine__resolve_callchain_sample(struct machine *machine,
                        continue;
                }
 
-               al.filtered = false;
+               al.filtered = 0;
                thread__find_addr_location(thread, machine, cpumode,
                                           MAP__FUNCTION, ip, &al);
                if (al.sym != NULL) {