Searched refs:searchLiteral (Results 1 – 1 of 1) sorted by relevance
150 const searchLiteral = escapeQuery(search); constant161 using(upid) where thread.name like ${searchLiteral}162 or process.name like ${searchLiteral}`);183 where name like ${searchLiteral}205 const searchLiteral = escapeQuery(search); constant231 thread.name like ${searchLiteral} or232 process.name like ${searchLiteral}`);251 where slice.name like ${searchLiteral}261 where string_value like ${searchLiteral}