Home | History | Annotate | Download | only in scripts

Lines Matching full:getitem

338         function getItem(name, eventCount, totalEventCount) {
349 rows.push(getItem('Process: ' + getProcessName(process.pid), process.eventCount,
356 rows.push(getItem('Thread: ' + getThreadName(thread.tid), thread.eventCount,
363 rows.push(getItem('Library: ' + getLibName(lib.libId), lib.eventCount,
370 rows.push(getItem('Function: ' + getFuncName(func.g.f), func.g.e,