Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/
Dbuiltin-trace.c422 struct tep_format_field *syscall_id = evsel__field(tp, "id"); in evsel__init_augmented_syscall_tp() local
423 if (syscall_id == NULL) in evsel__init_augmented_syscall_tp()
424 syscall_id = evsel__field(tp, "__syscall_nr"); in evsel__init_augmented_syscall_tp()
425 if (syscall_id == NULL || in evsel__init_augmented_syscall_tp()
426 __tp_field__init_uint(&sc->id, syscall_id->size, syscall_id->offset, evsel->needs_swap)) in evsel__init_augmented_syscall_tp()