Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Dreport_lib_interface.cpp229 const char* GetProcessNameOfCurrentSample() { in GetProcessNameOfCurrentSample() function in simpleperf::ReportLib
785 const char* GetProcessNameOfCurrentSample(ReportLib* report_lib) { in GetProcessNameOfCurrentSample() function
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dsimpleperf_report_lib.py505 def GetProcessNameOfCurrentSample(self) -> str: member in ReportLib