Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-trace.c2606 u32 *errnos; member
2645 u32 *new_errnos = realloc(stats->errnos, err * sizeof(u32)); in thread__update_stats()
2656 stats->errnos = new_errnos; in thread__update_stats()
2660 ++stats->errnos[err - 1]; in thread__update_stats()
4886 if (stats->errnos[e] != 0) in syscall__dump_stats()
4887 …printf(fp, "\t\t\t\t%s: %d\n", perf_env__arch_strerrno(trace->host->env, e + 1), stats->errnos[e]); in syscall__dump_stats()
/linux-6.15/tools/perf/Documentation/
H A Dperf-trace.txt150 To be used with -s or -S, to show stats for the errnos experienced by