Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dthread_tree.cpp331 } else if (record.type() == SIMPLE_PERF_RECORD_KERNEL_SYMBOL) { in Update()
Drecord.cpp51 {SIMPLE_PERF_RECORD_KERNEL_SYMBOL, "kernel_symbol"}, in RecordTypeToString()
1029 SetTypeAndMisc(SIMPLE_PERF_RECORD_KERNEL_SYMBOL, 0); in KernelSymbolRecord()
1321 case SIMPLE_PERF_RECORD_KERNEL_SYMBOL: in ReadRecordFromBuffer()
Drecord.h47 SIMPLE_PERF_RECORD_KERNEL_SYMBOL, enumerator
Dcmd_record_test.cpp429 if (record->type() == SIMPLE_PERF_RECORD_KERNEL_SYMBOL) { in CheckKernelSymbol()