Home
last modified time | relevance | path

Searched refs:show_duration (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/tests/shell/
H A Dtrace_btf_general.sh72 perf config trace.show_arg_names=false trace.show_duration=false \
/linux/tools/perf/
H A Dbuiltin-trace.c220 bool show_duration;
1932 if (trace->show_duration) in trace__fprintf_entry_head()
3283 if (trace->trace_syscalls && trace->show_duration) in trace__event_handler()
5325 } else if (!strcmp(var, "trace.show_duration")) { in trace__config()
5326 trace->show_duration = perf_config_bool(var, value); in trace__config()
5398 .show_duration = true, in cmd_trace()
221 bool show_duration; global() member
/linux/tools/perf/Documentation/
H A Dperf-config.txt656 trace.show_duration::