Home
last modified time | relevance | path

Searched refs:ComputeKernelStackSignature (Results 1 – 4 of 4) sorted by relevance

/system/core/crash_reporter/
Dkernel_collector_test.cc301 collector_.ComputeKernelStackSignature(kStackButNoPC, &signature, false)); in ComputeKernelStackSignatureCommon()
307 collector_.ComputeKernelStackSignature(kMissingEverything, in ComputeKernelStackSignatureCommon()
316 collector_.ComputeKernelStackSignature(kTruncatedMessage, in ComputeKernelStackSignatureCommon()
372 collector_.ComputeKernelStackSignature(kBugToPanic, &signature, false)); in TEST_F()
431 collector_.ComputeKernelStackSignature(kBugToPanic, &signature, false)); in TEST_F()
456 collector_.ComputeKernelStackSignature(kBugToPanic, &signature, false)); in TEST_F()
462 collector_.ComputeKernelStackSignature(kPCButNoStack, &signature, false)); in TEST_F()
488 collector_.ComputeKernelStackSignature(kBreakmeBug, &signature, false)); in TEST_F()
502 collector_.ComputeKernelStackSignature(kPCLineTooOld, &signature, false)); in TEST_F()
515 collector_.ComputeKernelStackSignature(kExamplePanicOnly, in TEST_F()
[all …]
Dkernel_collector.h61 bool ComputeKernelStackSignature(const std::string &kernel_dump,
Dkernel_collector.cc491 bool KernelCollector::ComputeKernelStackSignature( in ComputeKernelStackSignature() function in KernelCollector
549 if (!ComputeKernelStackSignature(kernel_dump, &signature, false)) { in Collect()
Dcrash_reporter.cc220 if (!kernel_collector->ComputeKernelStackSignature( in GenerateKernelSignature()