Lines Matching defs:max
1278 int max;
1290 ttrace->files.max = -1;
1352 for (int i = 0; i < ttrace->files.max; ++i) {
1358 ttrace->files.max = -1;
1366 if (fd > ttrace->files.max) {
1372 if (ttrace->files.max != -1) {
1373 memset(nfiles + ttrace->files.max + 1, 0,
1374 (fd - ttrace->files.max) * sizeof(struct file));
1380 ttrace->files.max = fd;
1446 if ((fd > ttrace->files.max || ttrace->files.table[fd].pathname == NULL)) {
1493 if (ttrace && fd >= 0 && fd <= ttrace->files.max)
1808 // When using libaudit we don't know beforehand what is the max syscall id
2596 * We only consider an 'event' for the sake of --max-events a non-filtered
2818 * from the ring buffer that we should discard, since the max events
3989 * trace__resolve_callchain(), allowing per-event max-stack settings
3990 * to override an explicitly set --max-stack global setting.
4244 printed += fprintf(fp, " syscall calls errors total min avg max stddev\n");
4252 double max = (double)(stats->stats.max) / NSEC_PER_MSEC;
4264 printed += fprintf(fp, " %9.3f %9.2f%%\n", max, pct);
4762 OPT_ULONG(0, "max-events", &trace.max_events,
4767 OPT_UINTEGER(0, "max-stack", &trace.max_stack,