Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-trace.c212 bool failure_only; member
2699 if (trace->failure_only || trace->current == NULL) in trace__printf_interrupted_entry()
2832 if (!(trace->duration_filter || trace->summary_only || trace->failure_only || trace->min_stack)) { in trace__sys_enter()
2977 if (trace->summary_only || (ret >= 0 && trace->failure_only)) in trace__sys_exit()
5432 OPT_BOOLEAN(0, "failure", &trace.failure_only, in cmd_trace()