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.cpp399 } else if (record.type() == SIMPLE_PERF_RECORD_KERNEL_SYMBOL) { in Update()
Drecord.cpp51 {SIMPLE_PERF_RECORD_KERNEL_SYMBOL, "kernel_symbol"}, in RecordTypeToString()
1020 SetTypeAndMisc(SIMPLE_PERF_RECORD_KERNEL_SYMBOL, 0); in KernelSymbolRecord()
1380 case SIMPLE_PERF_RECORD_KERNEL_SYMBOL: in ReadRecordFromBuffer()
Drecord.h49 SIMPLE_PERF_RECORD_KERNEL_SYMBOL, enumerator
Dcmd_record_test.cpp325 if (record->type() == SIMPLE_PERF_RECORD_KERNEL_SYMBOL) { in CheckKernelSymbol()