Searched refs:trace_options (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/ftrace/test.d/ftrace/ |
| D | func-filter-pid.tc | 34 orig_value=`grep function-fork trace_options` 42 echo $orig_value > trace_options 62 echo nofunction-fork > trace_options 84 echo function-fork > trace_options
|
| /Linux-v5.4/Documentation/trace/ |
| D | ftrace.rst | 147 trace_options: 157 trace option (also in trace_options). Options may also be set 968 trace_options section in ftrace - Function Tracer 971 The trace_options file (or the options directory) is used to control 975 cat trace_options 1007 echo noprint-parent > trace_options 1011 echo sym-offset > trace_options 2457 - hide: echo nofuncgraph-cpu > trace_options 2458 - show: echo funcgraph-cpu > trace_options 2465 - hide: echo nofuncgraph-duration > trace_options [all …]
|
| /Linux-v5.4/kernel/trace/ |
| D | trace.h | 186 struct trace_options { struct 306 struct trace_options *topts;
|
| D | trace.c | 1341 static const char *trace_options[] = { variable 4528 for (i = 0; trace_options[i]; i++) { in tracing_trace_options_show() 4530 seq_printf(m, "%s\n", trace_options[i]); in tracing_trace_options_show() 4532 seq_printf(m, "no%s\n", trace_options[i]); in tracing_trace_options_show() 4662 ret = match_string(trace_options, -1, cmp); in trace_set_options() 8055 struct trace_options *tr_topts; in create_trace_option_files() 8137 for (i = 0; trace_options[i]; i++) { in create_trace_options_dir() 8140 create_trace_option_core_file(tr, trace_options[i], i); in create_trace_options_dir()
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-trace.c | 4102 const struct option trace_options[] = { in cmd_trace() local 4210 argc = parse_options_subcommand(argc, argv, trace_options, trace_subcommands, in cmd_trace() 4214 usage_with_options_msg(trace_usage, trace_options, in cmd_trace()
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 4804 trace_options=[option-list] 4810 /sys/kernel/debug/tracing/trace_options 4815 trace_options=stacktrace
|