Lines Matching refs:instances
403 instances:
2718 In the debugfs tracing directory is a directory called "instances".
2724 # mkdir instances/foo
2725 # ls instances/foo
2733 instances that are created.
2739 the trace_options affect all instances and the top level buffer
2747 # mkdir instances/foo
2748 # mkdir instances/bar
2749 # mkdir instances/zoot
2751 # echo 1000 > instances/foo/buffer_size_kb
2752 # echo 5000 > instances/bar/per_cpu/cpu1/buffer_size_kb
2754 # echo 1 > instances/foo/events/sched/sched_wakeup/enable
2755 # echo 1 > instances/foo/events/sched/sched_wakeup_new/enable
2756 # echo 1 > instances/foo/events/sched/sched_switch/enable
2757 # echo 1 > instances/bar/events/irq/enable
2758 # echo 1 > instances/zoot/events/syscalls/enable
2774 # cat instances/foo/trace_pipe
2787 # cat instances/bar/trace_pipe
2802 # cat instances/zoot/trace
2830 To remove the instances, simply delete their directories:
2832 # rmdir instances/foo
2833 # rmdir instances/bar
2834 # rmdir instances/zoot