Home
last modified time | relevance | path

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

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