sctbl 91 tools/perf/builtin-trace.c struct syscalltbl *sctbl; sctbl 1504 tools/perf/builtin-trace.c const char *name = syscalltbl__name(trace->sctbl, id); sctbl 1507 tools/perf/builtin-trace.c trace->syscalls.table = calloc(trace->sctbl->syscalls.max_id + 1, sizeof(*sc)); sctbl 1581 tools/perf/builtin-trace.c int id = syscalltbl__id(trace->sctbl, sc), match_next = -1; sctbl 1584 tools/perf/builtin-trace.c id = syscalltbl__strglobmatch_first(trace->sctbl, sc, &match_next); sctbl 1604 tools/perf/builtin-trace.c id = syscalltbl__strglobmatch_next(trace->sctbl, sc, &match_next); sctbl 1821 tools/perf/builtin-trace.c if (id > trace->sctbl->syscalls.max_id) sctbl 1840 tools/perf/builtin-trace.c if (id <= trace->sctbl->syscalls.max_id && trace->syscalls.table[id].name != NULL) sctbl 2905 tools/perf/builtin-trace.c for (key = 0; key < trace->sctbl->syscalls.nr_entries; ++key) { sctbl 2943 tools/perf/builtin-trace.c for (id = 0; id < trace->sctbl->syscalls.nr_entries; ++id) { sctbl 3021 tools/perf/builtin-trace.c for (key = 0; key < trace->sctbl->syscalls.nr_entries; ++key) { sctbl 3068 tools/perf/builtin-trace.c for (key = 0; key < trace->sctbl->syscalls.nr_entries; ++key) { sctbl 3406 tools/perf/builtin-trace.c trace->fd_path_disabled = !trace__syscall_enabled(trace, syscalltbl__id(trace->sctbl, "close")); sctbl 3931 tools/perf/builtin-trace.c if (syscalltbl__id(trace->sctbl, s) >= 0 || sctbl 3932 tools/perf/builtin-trace.c syscalltbl__strglobmatch_first(trace->sctbl, s, &idx) >= 0) { sctbl 4189 tools/perf/builtin-trace.c trace.sctbl = syscalltbl__new(); sctbl 4191 tools/perf/builtin-trace.c if (trace.evlist == NULL || trace.sctbl == NULL) {