Searched refs:InKernel (Results 1 – 10 of 10) sorted by relevance
534 SymbolInfo s = GetSymbolInfo(sr.tid_data.pid, sr.tid_data.tid, sr.ip_data.ip, sr.InKernel()); in DumpSampleRecord()544 bool in_kernel = sr.InKernel(); in DumpSampleCallchain()
375 if (r.InKernel()) { in Update()382 if (r.InKernel()) { in Update()
93 bool in_kernel = r.InKernel(); in ProcessSampleRecord()
1362 return !record->InKernel() && MappedFileOnlyExistInMemory(record->filename); in MapOnlyExistInMemory()1416 if (r.InKernel() && exclude_kernel_callchain_ && !r.ExcludeKernelCallChain()) { in SaveRecordAfterUnwinding()1435 if (r.InKernel() && exclude_kernel_callchain_ && !r.ExcludeKernelCallChain()) { in SaveRecordWithoutUnwinding()1510 if (r.InKernel()) { in UpdateMmapRecordForEmbeddedPath()
265 current_sample_.in_kernel = r.InKernel(); in SetCurrentSample()
370 bool in_kernel = sr.InKernel(); in ProcessSampleRecord()
271 } else if (r->type() == PERF_RECORD_MMAP && r->InKernel()) { in ProcessRecord()
239 bool InKernel() const { in InKernel() function
642 if (r->type() == PERF_RECORD_SAMPLE && !r->InKernel()) { in TEST()671 if (r->type() == PERF_RECORD_SAMPLE && r->InKernel()) { in TEST()
630 bool in_user_context = !InKernel(); in HasUserCallChain()836 bool in_kernel = InKernel(); in GetCallChain()