Lines Matching refs:instances
392 instances:
2665 In the debugfs tracing directory is a directory called "instances".
2671 # mkdir instances/foo
2672 # ls instances/foo
2680 instances that are created.
2686 the trace_options affect all instances and the top level buffer
2694 # mkdir instances/foo
2695 # mkdir instances/bar
2696 # mkdir instances/zoot
2698 # echo 1000 > instances/foo/buffer_size_kb
2699 # echo 5000 > instances/bar/per_cpu/cpu1/buffer_size_kb
2701 # echo 1 > instances/foo/events/sched/sched_wakeup/enable
2702 # echo 1 > instances/foo/events/sched/sched_wakeup_new/enable
2703 # echo 1 > instances/foo/events/sched/sched_switch/enable
2704 # echo 1 > instances/bar/events/irq/enable
2705 # echo 1 > instances/zoot/events/syscalls/enable
2721 # cat instances/foo/trace_pipe
2734 # cat instances/bar/trace_pipe
2749 # cat instances/zoot/trace
2777 To remove the instances, simply delete their directories:
2779 # rmdir instances/foo
2780 # rmdir instances/bar
2781 # rmdir instances/zoot