Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-trace.c116 bool failure_only; member
1625 if (trace->failure_only || trace->current == NULL) in trace__printf_interrupted_entry()
1698 if (!(trace->duration_filter || trace->summary_only || trace->failure_only || trace->min_stack)) { in trace__sys_enter()
1833 if (trace->summary_only || (ret >= 0 && trace->failure_only)) in trace__sys_exit()
3212 OPT_BOOLEAN(0, "failure", &trace.failure_only, in cmd_trace()