Rename heap_graph_location_parse_error.

This is also used for native profiles.

Bug: 172201530
Change-Id: I372be88aa78b30556b0b930931625221404bb580
diff --git a/src/trace_processor/storage/stats.h b/src/trace_processor/storage/stats.h
index 7f14803..062d287 100644
--- a/src/trace_processor/storage/stats.h
+++ b/src/trace_processor/storage/stats.h
@@ -31,6 +31,7 @@
   F(android_log_num_total,              kSingle,  kInfo,     kTrace,    ""),   \
   F(counter_events_out_of_order,        kSingle,  kError,    kAnalysis, ""),   \
   F(ftrace_bundle_tokenizer_errors,     kSingle,  kError,    kAnalysis, ""),   \
+  F(deobfuscate_location_parse_error,   kSingle,  kError,    kTrace,    ""),   \
   F(ftrace_cpu_bytes_read_begin,        kIndexed, kInfo,     kTrace,    ""),   \
   F(ftrace_cpu_bytes_read_end,          kIndexed, kInfo,     kTrace,    ""),   \
   F(ftrace_cpu_commit_overrun_begin,    kIndexed, kError,    kTrace,    ""),   \
@@ -125,7 +126,6 @@
   F(heap_graph_non_finalized_graph,     kSingle,  kError,    kTrace,    ""),   \
   F(heap_graph_malformed_packet,        kIndexed, kError,    kTrace,    ""),   \
   F(heap_graph_missing_packet,          kIndexed, kError,    kTrace,    ""),   \
-  F(heap_graph_location_parse_error,    kSingle,  kError,    kTrace,    ""),   \
   F(heapprofd_buffer_corrupted,         kIndexed, kError,    kTrace,           \
       "Shared memory buffer corrupted. This is a bug or memory corruption "    \
       "in the target. Indexed by target upid."),                               \