Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dreport_json_file.h206 struct ReportFuncItem { struct
212 explicit ReportFuncItem(int functionId) : functionId_(functionId) {} in ReportFuncItem() argument
213 void OutputJson(FILE *output) const in OutputJson()