Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-trace.c317 struct tep_format_field *syscall_id = perf_evsel__field(tp, "id"); in perf_evsel__init_augmented_syscall_tp() local
318 if (syscall_id == NULL) in perf_evsel__init_augmented_syscall_tp()
319 syscall_id = perf_evsel__field(tp, "__syscall_nr"); in perf_evsel__init_augmented_syscall_tp()
320 if (syscall_id == NULL) in perf_evsel__init_augmented_syscall_tp()
322 if (__tp_field__init_uint(&sc->id, syscall_id->size, syscall_id->offset, evsel->needs_swap)) in perf_evsel__init_augmented_syscall_tp()