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

/linux-master/tools/perf/
H A Dbuiltin-trace.c193 bool show_duration; member in struct:trace
1602 if (trace->show_duration)
2840 if (trace->trace_syscalls && trace->show_duration)
4620 } else if (!strcmp(var, "trace.show_duration")) {
4621 trace->show_duration = perf_config_bool(var, value);
4701 .show_duration = true,

Completed in 123 milliseconds