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

/linux-master/tools/perf/
H A Dbuiltin-trace.c183 bool errno_summary; member in struct:trace
2198 int id, struct perf_sample *sample, long err, bool errno_summary)
2226 if (!errno_summary)
2504 thread__update_stats(thread, ttrace, id, sample, ret, trace->errno_summary);
4266 if (trace->errno_summary && stats->nr_failures) {
4752 OPT_BOOLEAN(0, "errno-summary", &trace.errno_summary,
5030 if (trace.errno_summary && !trace.summary && !trace.summary_only)
2197 thread__update_stats(struct thread *thread, struct thread_trace *ttrace, int id, struct perf_sample *sample, long err, bool errno_summary) argument

Completed in 135 milliseconds