Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_funcs2.c12 long syscall_id __weak;
71 if (my_tid != (u32)bpf_get_current_pid_tgid() || id != syscall_id) in BPF_PROG()
H A Dlinked_funcs1.c12 long syscall_id __weak;
71 if (my_tid != (u32)bpf_get_current_pid_tgid() || id != syscall_id) in BPF_PROG()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_funcs.c24 skel->bss->syscall_id = SYS_getpgid; in test_linked_funcs()
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c427 struct tep_format_field *syscall_id = evsel__field(tp, "id"); in evsel__init_augmented_syscall_tp() local
428 if (syscall_id == NULL) in evsel__init_augmented_syscall_tp()
429 syscall_id = evsel__field(tp, "__syscall_nr"); in evsel__init_augmented_syscall_tp()
430 if (syscall_id == NULL || in evsel__init_augmented_syscall_tp()
431 __tp_field__init_uint(&sc->id, syscall_id->size, syscall_id->offset, evsel->needs_swap)) in evsel__init_augmented_syscall_tp()