Searched refs:trace_options (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
H A D | func-filter-notrace-pid.tc | 20 orig_value=`grep function-fork trace_options` 29 echo $orig_value > trace_options 49 echo nofunction-fork > trace_options 71 echo function-fork > trace_options
|
H A D | func-filter-pid.tc | 27 orig_value=`grep function-fork trace_options` 37 echo $orig_value > trace_options 64 echo nofunction-fork > trace_options 86 echo function-fork > trace_options
|
/linux/samples/bpf/ |
H A D | test_lwt_bpf.sh | 25 CONTEXT_INFO=$(cat ${TRACE_ROOT}/trace_options | grep context) 373 echo nocontext-info > ${TRACE_ROOT}/trace_options 404 echo $CONTEXT_INFO > ${TRACE_ROOT}/trace_options
|
/linux/tools/testing/ktest/examples/bootconfigs/ |
H A D | boottrace.bconf | 54 trace_options = sym-addr
|
/linux/tools/bootconfig/scripts/ |
H A D | bconf2ftrace.sh | 253 set_array_of ${instance}.options ${instancedir}/trace_options
|
/linux/Documentation/trace/ |
H A D | ftrace.rst | 150 trace_options: 160 trace option (also in trace_options). Options may also be set 1082 trace_options chapter 1085 The trace_options file (or the options directory) is used to control 1089 cat trace_options 1122 echo noprint-parent > trace_options 1126 echo sym-offset > trace_options 2629 - hide: echo nofuncgraph-cpu > trace_options 2630 - show: echo funcgraph-cpu > trace_options 2637 - hide: echo nofuncgraph-duration > trace_options [all …]
|
H A D | boottime-trace.rst | 288 …trace_options=sym-addr trace_event=initcall:* tp_printk trace_buf_size=1M ftrace=function ftrace_f… 293 trace_options = sym-addr
|
/linux/kernel/trace/ |
H A D | trace.h | 221 struct trace_options { struct 394 struct trace_options *topts;
|
H A D | trace.c | 1680 static const char *trace_options[] = { variable 5133 for (i = 0; trace_options[i]; i++) { in tracing_trace_options_show() 5135 seq_printf(m, "%s\n", trace_options[i]); in tracing_trace_options_show() 5137 seq_printf(m, "no%s\n", trace_options[i]); in tracing_trace_options_show() 5289 ret = match_string(trace_options, -1, cmp); in trace_set_options() 8963 struct trace_options *tr_topts; in create_trace_option_files() 9045 for (i = 0; trace_options[i]; i++) { in create_trace_options_dir() 9048 create_trace_option_core_file(tr, trace_options[i], i); in create_trace_options_dir()
|
/linux/tools/perf/ |
H A D | builtin-trace.c | 5112 const struct option trace_options[] = { 5231 argc = parse_options_subcommand(argc, argv, trace_options, trace_subcommands, 5268 usage_with_options_msg(trace_usage, trace_options, 5113 const struct option trace_options[] = { global() local
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 6932 trace_options=[option-list] 6938 /sys/kernel/tracing/trace_options 6943 trace_options=stacktrace
|