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