Searched refs:trace_options (Results 1 – 10 of 10) 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 1096 trace_options chapter 1099 The trace_options file (or the options directory) is used to control 1103 cat trace_options 1136 echo noprint-parent > trace_options 1140 echo sym-offset > trace_options 2656 - hide: echo nofuncgraph-cpu > trace_options 2657 - show: echo funcgraph-cpu > trace_options 2664 - hide: echo nofuncgraph-duration > trace_options [all …]
|
| /linux/kernel/trace/ |
| H A D | trace.h | 224 struct trace_options { struct 407 struct trace_options *topts;
|
| H A D | trace.c | 336 __setup("trace_options=", set_trace_boot_options); 510 /* trace_flags holds trace_options default values */ 520 /* trace_options that are only supported by global_trace */ 1744 static const char *trace_options[] = { variable 5177 for (i = 0; trace_options[i]; i++) { in tracing_trace_options_show() 5179 seq_printf(m, "%s\n", trace_options[i]); in tracing_trace_options_show() 5181 seq_printf(m, "no%s\n", trace_options[i]); in tracing_trace_options_show() 5363 ret = match_string(trace_options, -1, cmp); in trace_set_options() 5487 " trace_options\t\t- Set format or modify how tracing happens\n" 9642 struct trace_options *tr_topt in create_trace_option_files() [all...] |
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 5395 const struct option trace_options[] = { in cmd_trace() local 5521 argc = parse_options_subcommand(argc, argv, trace_options, trace_subcommands, in cmd_trace() 5558 usage_with_options_msg(trace_usage, trace_options, in cmd_trace()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 7670 trace_options=[option-list] 7676 /sys/kernel/tracing/trace_options 7681 trace_options=stacktrace
|