Lines Matching full:join
559 ' FROM call_paths c INNER JOIN call_paths p ON p.id = c.parent_id')
584 ' FROM calls INNER JOIN call_paths ON call_paths.id = call_path_id')
618 ' INNER JOIN samples ON samples.id = ptwrite.id')
629 ' INNER JOIN samples ON samples.id = cbr.id')
639 ' INNER JOIN samples ON samples.id = mwait.id')
650 ' INNER JOIN samples ON samples.id = pwre.id')
659 ' INNER JOIN samples ON samples.id = exstop.id')
675 ' INNER JOIN samples ON samples.id = pwrx.id')
701 ' FULL JOIN mwait ON mwait.id = cbr.id'
702 ' FULL JOIN pwre ON pwre.id = cbr.id'
703 ' FULL JOIN exstop ON exstop.id = cbr.id'
704 ' FULL JOIN pwrx ON pwrx.id = cbr.id'
705 ' INNER JOIN samples ON samples.id = coalesce(cbr.id, mwait.id, pwre.id, exstop.id, pwrx.id)'
706 ' INNER JOIN selected_events ON selected_events.id = samples.evsel_id'
727 ' INNER JOIN threads AS th_out ON th_out.id = context_switches.thread_out_id'
728 ' INNER JOIN threads AS th_in ON th_in.id = context_switches.thread_in_id'
729 ' INNER JOIN comms AS comm_out ON comm_out.id = context_switches.comm_out_id'
730 ' INNER JOIN comms AS comm_in ON comm_in.id = context_switches.comm_in_id')