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.cpp316 } else if (record.type() == SIMPLE_PERF_RECORD_KERNEL_SYMBOL) { in Update()
Drecord.h44 SIMPLE_PERF_RECORD_KERNEL_SYMBOL, enumerator
Drecord.cpp48 {SIMPLE_PERF_RECORD_KERNEL_SYMBOL, "kernel_symbol"}, in RecordTypeToString()
928 SetTypeAndMisc(SIMPLE_PERF_RECORD_KERNEL_SYMBOL, 0); in KernelSymbolRecord()
1214 case SIMPLE_PERF_RECORD_KERNEL_SYMBOL: in ReadRecordFromBuffer()
Dcmd_record_test.cpp368 if (record->type() == SIMPLE_PERF_RECORD_KERNEL_SYMBOL) { in CheckKernelSymbol()