Searched refs:ComputeKernelStackSignature (Results 1 – 4 of 4) sorted by relevance
/system/core/crash_reporter/ |
D | kernel_collector_test.cc | 301 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 …]
|
D | kernel_collector.h | 61 bool ComputeKernelStackSignature(const std::string &kernel_dump,
|
D | kernel_collector.cc | 491 bool KernelCollector::ComputeKernelStackSignature( in ComputeKernelStackSignature() function in KernelCollector 549 if (!ComputeKernelStackSignature(kernel_dump, &signature, false)) { in Collect()
|
D | crash_reporter.cc | 220 if (!kernel_collector->ComputeKernelStackSignature( in GenerateKernelSignature()
|