Searched refs:trace_options (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func-filter-pid.tc | 21 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
|
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
|
/linux-6.1.9/tools/testing/ktest/examples/bootconfigs/ |
D | boottrace.bconf | 54 trace_options = sym-addr
|
/linux-6.1.9/tools/bootconfig/scripts/ |
D | bconf2ftrace.sh | 253 set_array_of ${instance}.options ${instancedir}/trace_options
|
/linux-6.1.9/Documentation/trace/ |
D | ftrace.rst | 150 trace_options: 160 trace option (also in trace_options). Options may also be set 1014 trace_options chapter 1017 The trace_options file (or the options directory) is used to control 1021 cat trace_options 1053 echo noprint-parent > trace_options 1057 echo sym-offset > trace_options 2530 - hide: echo nofuncgraph-cpu > trace_options 2531 - show: echo funcgraph-cpu > trace_options 2538 - hide: echo nofuncgraph-duration > trace_options [all …]
|
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-6.1.9/kernel/trace/ |
D | trace.h | 193 struct trace_options { struct 358 struct trace_options *topts;
|
D | trace.c | 1536 static const char *trace_options[] = { variable 5245 for (i = 0; trace_options[i]; i++) { in tracing_trace_options_show() 5247 seq_printf(m, "%s\n", trace_options[i]); in tracing_trace_options_show() 5249 seq_printf(m, "no%s\n", trace_options[i]); in tracing_trace_options_show() 5395 ret = match_string(trace_options, -1, cmp); in trace_set_options() 8971 struct trace_options *tr_topts; in create_trace_option_files() 9053 for (i = 0; trace_options[i]; i++) { in create_trace_options_dir() 9056 create_trace_option_core_file(tr, trace_options[i], i); in create_trace_options_dir()
|
/linux-6.1.9/tools/perf/ |
D | builtin-trace.c | 4811 const struct option trace_options[] = { local 4931 argc = parse_options_subcommand(argc, argv, trace_options, trace_subcommands, 4968 usage_with_options_msg(trace_usage, trace_options,
|
/linux-6.1.9/Documentation/admin-guide/ |
D | kernel-parameters.txt | 6261 trace_options=[option-list] 6267 /sys/kernel/debug/tracing/trace_options 6272 trace_options=stacktrace
|