Lines Matching full:join
561 ' FROM call_paths c INNER JOIN call_paths p ON p.id = c.parent_id')
586 ' FROM calls INNER JOIN call_paths ON call_paths.id = call_path_id')
621 ' INNER JOIN samples ON samples.id = ptwrite.id')
632 ' INNER JOIN samples ON samples.id = cbr.id')
642 ' INNER JOIN samples ON samples.id = mwait.id')
653 ' INNER JOIN samples ON samples.id = pwre.id')
662 ' INNER JOIN samples ON samples.id = exstop.id')
678 ' INNER JOIN samples ON samples.id = pwrx.id')
704 ' FULL JOIN mwait ON mwait.id = cbr.id'
705 ' FULL JOIN pwre ON pwre.id = cbr.id'
706 ' FULL JOIN exstop ON exstop.id = cbr.id'
707 ' FULL JOIN pwrx ON pwrx.id = cbr.id'
708 ' INNER JOIN samples ON samples.id = coalesce(cbr.id, mwait.id, pwre.id, exstop.id, pwrx.id)'
709 ' INNER JOIN selected_events ON selected_events.id = samples.evsel_id'
730 ' INNER JOIN threads AS th_out ON th_out.id = context_switches.thread_out_id'
731 ' INNER JOIN threads AS th_in ON th_in.id = context_switches.thread_in_id'
732 ' INNER JOIN comms AS comm_out ON comm_out.id = context_switches.comm_out_id'
733 ' INNER JOIN comms AS comm_in ON comm_in.id = context_switches.comm_in_id')