Lines Matching full:getitem
355 function getItem(name, eventCount, totalEventCount) {
366 rows.push(getItem('Process: ' + getProcessName(process.pid), process.eventCount,
373 rows.push(getItem('Thread: ' + getThreadName(thread.tid), thread.eventCount,
380 rows.push(getItem('Library: ' + getLibName(lib.libId), lib.eventCount,
387 rows.push(getItem('Function: ' + getFuncName(func.g.f), func.g.e,