1# trace syscall entry/exit, irq entry/exit, trap entry/exit, 2# and context switches 3job.profilers.add('lttng') 4job.run_test('sleeptest', seconds=1) 5job.profilers.delete('lttng') 6
1# trace syscall entry/exit, irq entry/exit, trap entry/exit, 2# and context switches 3job.profilers.add('lttng') 4job.run_test('sleeptest', seconds=1) 5job.profilers.delete('lttng') 6