Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-trace.c150 bool failure_only; member
1879 if (trace->failure_only || trace->current == NULL) in trace__printf_interrupted_entry()
1998 if (!(trace->duration_filter || trace->summary_only || trace->failure_only || trace->min_stack)) { in trace__sys_enter()
2143 if (trace->summary_only || (ret >= 0 && trace->failure_only)) in trace__sys_exit()
4140 OPT_BOOLEAN(0, "failure", &trace.failure_only, in cmd_trace()