Searched refs:errno_summary (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 180 bool errno_summary; member 2150 int id, struct perf_sample *sample, long err, bool errno_summary) 2181 if (!errno_summary) 2449 thread__update_stats(thread, ttrace, id, sample, ret, trace->errno_summary); 4345 if (trace->errno_summary && stats->nr_failures) { 4798 OPT_BOOLEAN(0, "errno-summary", &trace.errno_summary, 5107 if (trace.errno_summary && !trace.summary && !trace.summary_only) 2149 thread__update_stats(struct thread *thread, struct thread_trace *ttrace, int id, struct perf_sample *sample, long err, bool errno_summary) global() argument
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 182 bool errno_summary; member 2197 int id, struct perf_sample *sample, long err, bool errno_summary) 2225 if (!errno_summary) 2504 thread__update_stats(thread, ttrace, id, sample, ret, trace->errno_summary); 4266 if (trace->errno_summary && stats->nr_failures) { 4749 OPT_BOOLEAN(0, "errno-summary", &trace.errno_summary, 5027 if (trace.errno_summary && !trace.summary && !trace.summary_only) 2196 thread__update_stats(struct thread *thread, struct thread_trace *ttrace, int id, struct perf_sample *sample, long err, bool errno_summary) global() argument
|
Completed in 14 milliseconds