Searched refs:trace_options (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/tools/testing/selftests/ftrace/test.d/ftrace/ |
| D | func-filter-pid.tc | 34 orig_value=`grep function-fork trace_options` 48 echo $orig_value > trace_options 72 echo nofunction-fork > trace_options 94 echo function-fork > trace_options
|
| /Linux-v4.19/Documentation/trace/ |
| D | ftrace.rst | 145 trace_options: 155 trace option (also in trace_options). Options may also be set 929 trace_options section in ftrace - Function Tracer 932 The trace_options file (or the options directory) is used to control 936 cat trace_options 968 echo noprint-parent > trace_options 972 echo sym-offset > trace_options 2366 - hide: echo nofuncgraph-cpu > trace_options 2367 - show: echo funcgraph-cpu > trace_options 2374 - hide: echo nofuncgraph-duration > trace_options [all …]
|
| /Linux-v4.19/kernel/trace/ |
| D | trace.h | 187 struct trace_options { struct 259 struct trace_options *topts;
|
| D | trace.c | 1152 static const char *trace_options[] = { variable 4288 for (i = 0; trace_options[i]; i++) { in tracing_trace_options_show() 4290 seq_printf(m, "%s\n", trace_options[i]); in tracing_trace_options_show() 4292 seq_printf(m, "no%s\n", trace_options[i]); in tracing_trace_options_show() 4420 ret = match_string(trace_options, -1, cmp); in trace_set_options() 7514 struct trace_options *tr_topts; in create_trace_option_files() 7596 for (i = 0; trace_options[i]; i++) { in create_trace_options_dir() 7599 create_trace_option_core_file(tr, trace_options[i], i); in create_trace_options_dir()
|
| /Linux-v4.19/tools/perf/ |
| D | builtin-trace.c | 3177 const struct option trace_options[] = { in cmd_trace() local 3264 argc = parse_options_subcommand(argc, argv, trace_options, trace_subcommands, in cmd_trace() 3268 usage_with_options_msg(trace_usage, trace_options, in cmd_trace()
|
| /Linux-v4.19/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 4494 trace_options=[option-list] 4500 /sys/kernel/debug/tracing/trace_options 4505 trace_options=stacktrace
|