Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtracing.h105 std::string GetTracingEventNameHavingId(uint64_t trace_event_id);
Dcmd_kmem.cpp607 attr.name = tracing->GetTracingEventNameHavingId(trace_event_id); in ProcessTracingData()
Dtracing.cpp410 std::string Tracing::GetTracingEventNameHavingId(uint64_t trace_event_id) { in GetTracingEventNameHavingId() function in simpleperf::Tracing
Dcmd_report.cpp1007 attr_names_[i] = tracing->GetTracingEventNameHavingId(trace_event_id); in ProcessTracingData()