Lines Matching full:join
399 ' FROM call_paths c INNER JOIN call_paths p ON p.id = c.parent_id')
424 ' FROM calls INNER JOIN call_paths ON call_paths.id = call_path_id')
459 ' INNER JOIN samples ON samples.id = ptwrite.id')
470 ' INNER JOIN samples ON samples.id = cbr.id')
480 ' INNER JOIN samples ON samples.id = mwait.id')
491 ' INNER JOIN samples ON samples.id = pwre.id')
500 ' INNER JOIN samples ON samples.id = exstop.id')
516 ' INNER JOIN samples ON samples.id = pwrx.id')
544 ' INNER JOIN selected_events ON selected_events.id = evsel_id'
565 ' INNER JOIN threads AS th_out ON th_out.id = context_switches.thread_out_id'
566 ' INNER JOIN threads AS th_in ON th_in.id = context_switches.thread_in_id'
567 ' INNER JOIN comms AS comm_out ON comm_out.id = context_switches.comm_out_id'
568 ' INNER JOIN comms AS comm_in ON comm_in.id = context_switches.comm_in_id')