Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dreport_json_file.h203 struct ReportFuncItem { struct
209 ReportFuncItem(int functionId) : functionId_(functionId) {} in ReportFuncItem() argument
210 void OutputJson(FILE *output) const in OutputJson()