Searched refs:tableDefName (Results 1 – 1 of 1) sorted by relevance
37 function parseTableDef(tableDefName, tableDef) { argument41 defMacro: tableDefName, // e.g., PERFETTO_TP_STACK_PROFILE_MAPPING_DEF.126 throw new Error(`Cannot parse line "${line}" from ${tableDefName}`);157 const tableDefName = match[1];174 pattern += `^\s*#define\\s+${tableDefName}\\s*\\(`;180 console.error(`could not find table ${tableDefName}`);183 tables.push(parseTableDef(tableDefName, tabMatch[0]));