Home
last modified time | relevance | path

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

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