Lines Matching full:join
397 ' FROM call_paths c INNER JOIN call_paths p ON p.id = c.parent_id')
422 ' FROM calls INNER JOIN call_paths ON call_paths.id = call_path_id')
456 ' INNER JOIN samples ON samples.id = ptwrite.id')
467 ' INNER JOIN samples ON samples.id = cbr.id')
477 ' INNER JOIN samples ON samples.id = mwait.id')
488 ' INNER JOIN samples ON samples.id = pwre.id')
497 ' INNER JOIN samples ON samples.id = exstop.id')
513 ' INNER JOIN samples ON samples.id = pwrx.id')
541 ' INNER JOIN selected_events ON selected_events.id = evsel_id'
562 ' INNER JOIN threads AS th_out ON th_out.id = context_switches.thread_out_id'
563 ' INNER JOIN threads AS th_in ON th_in.id = context_switches.thread_in_id'
564 ' INNER JOIN comms AS comm_out ON comm_out.id = context_switches.comm_out_id'
565 ' INNER JOIN comms AS comm_in ON comm_in.id = context_switches.comm_in_id')