Searched refs:syscall_id (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | linked_funcs2.c | 12 long syscall_id __weak; 71 if (my_tid != (u32)bpf_get_current_pid_tgid() || id != syscall_id) in BPF_PROG()
|
H A D | linked_funcs1.c | 12 long syscall_id __weak; 71 if (my_tid != (u32)bpf_get_current_pid_tgid() || id != syscall_id) in BPF_PROG()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | linked_funcs.c | 24 skel->bss->syscall_id = SYS_getpgid; in test_linked_funcs()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 424 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()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 427 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()
|
Completed in 15 milliseconds