Searched refs:trace_options (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A 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
|
| 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
|
| /OK3568_Linux_fs/kernel/tools/bootconfig/scripts/ |
| H A D | bconf2ftrace.sh | 152 set_array_of ${instance}.options ${instancedir}/trace_options
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | boottime-trace.rst | 209 …trace_options=sym-addr trace_event=initcall:* tp_printk trace_buf_size=1M ftrace=function ftrace_f… 214 trace_options = sym-addr
|
| H A D | ftrace.rst | 153 trace_options: 163 trace option (also in trace_options). Options may also be set 1005 trace_options chapter 1008 The trace_options file (or the options directory) is used to control 1012 cat trace_options 1044 echo noprint-parent > trace_options 1048 echo sym-offset > trace_options 2516 - hide: echo nofuncgraph-cpu > trace_options 2517 - show: echo funcgraph-cpu > trace_options 2524 - hide: echo nofuncgraph-duration > trace_options [all …]
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace.h | 204 struct trace_options { struct 354 struct trace_options *topts;
|
| H A D | trace.c | 1540 static const char *trace_options[] = { variable 4831 for (i = 0; trace_options[i]; i++) { in tracing_trace_options_show() 4833 seq_printf(m, "%s\n", trace_options[i]); in tracing_trace_options_show() 4835 seq_printf(m, "no%s\n", trace_options[i]); in tracing_trace_options_show() 4981 ret = match_string(trace_options, -1, cmp); in trace_set_options() 8386 struct trace_options *tr_topts; in create_trace_option_files() 8468 for (i = 0; trace_options[i]; i++) { in create_trace_options_dir() 8471 create_trace_option_core_file(tr, trace_options[i], i); in create_trace_options_dir()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-trace.c | 4746 const struct option trace_options[] = { local 4860 argc = parse_options_subcommand(argc, argv, trace_options, trace_subcommands, 4896 usage_with_options_msg(trace_usage, trace_options,
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 5551 trace_options=[option-list] 5557 /sys/kernel/debug/tracing/trace_options 5562 trace_options=stacktrace
|
| /OK3568_Linux_fs/yocto/poky/documentation/profile-manual/ |
| H A D | usage.rst | 1207 available_tracers per_cpu trace_options
|