Home
last modified time | relevance | path

Searched defs:GetProcessNameOfCurrentSample (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dreport_lib_interface.cpp259 const char* GetProcessNameOfCurrentSample() { in GetProcessNameOfCurrentSample() function in simpleperf::ReportLib
940 const char* GetProcessNameOfCurrentSample(ReportLib* report_lib) { in GetProcessNameOfCurrentSample() function
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py538 def GetProcessNameOfCurrentSample(self) -> str: member in ReportLib