Lines Matching refs:emit_to_hex
328 def emit_to_hex(x): function
386 + emit_to_hex('c.ip') + ' AS ip,'
392 + emit_to_hex('p.ip') + ' AS parent_ip,'
407 + emit_to_hex('ip') + ' AS ip,'
433 + emit_to_hex('ip') + ' AS ip_hex,'
437 + emit_to_hex('to_ip') + ' AS to_ip_hex,'
453 + emit_to_hex('payload') + ' AS payload_hex,'
474 + emit_to_hex('hints') + ' AS hints_hex,'
475 + emit_to_hex('extensions') + ' AS extensions_hex'
524 …'CASE WHEN selected_events.name=\'mwait\' THEN (SELECT ' + emit_to_hex('hints') + ' FROM mwait WHE…
525 …'CASE WHEN selected_events.name=\'mwait\' THEN (SELECT ' + emit_to_hex('extensions') + ' FROM mwai…