| Index: chrome/browser/metrics/perf/perf_provider_chromeos.cc
|
| diff --git a/chrome/browser/metrics/perf/perf_provider_chromeos.cc b/chrome/browser/metrics/perf/perf_provider_chromeos.cc
|
| index 7b7b3c6494d1e23d936420b67c1529a116a14777..f7b47d19fa47ff8528e6baffc2ecd6e88fe01107 100644
|
| --- a/chrome/browser/metrics/perf/perf_provider_chromeos.cc
|
| +++ b/chrome/browser/metrics/perf/perf_provider_chromeos.cc
|
| @@ -174,7 +174,7 @@ const std::vector<RandomSelector::WeightAndValue> GetDefaultCommands_x86_64(
|
| // requires kernel support, which was added in kernel 4.4, and it was
|
| // backported to kernel 3.18. Prefer LBR callstack profiling where supported
|
| // instead of FP callchains, because the former works with binaries compiled
|
| - // with frame pointers disabled, such as the ARC++ runtime.
|
| + // with frame pointers disabled, such as the ARC runtime.
|
| const char *callgraph_cmd = kPerfRecordFPCallgraphCmd;
|
| if (MicroarchitectureHasLBRCallgraph(intel_uarch) &&
|
| KernelReleaseHasLBRCallgraph(cpuid.release)) {
|
|
|