Searched refs:syscall_id (Results 1 – 1 of 1) sorted by relevance
478 struct tep_format_field *syscall_id = evsel__field(tp, "id"); in evsel__init_augmented_syscall_tp() local479 if (syscall_id == NULL) in evsel__init_augmented_syscall_tp()480 syscall_id = evsel__field(tp, "__syscall_nr"); in evsel__init_augmented_syscall_tp()481 if (syscall_id == NULL || in evsel__init_augmented_syscall_tp()482 __tp_field__init_uint(&sc->id, syscall_id->size, syscall_id->offset, evsel->needs_swap)) in evsel__init_augmented_syscall_tp()