Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dtask_pt_regs.c7 static noinline void trigger_func(void) in trigger_func() function
19 uprobe_offset = get_uprobe_offset(&trigger_func); in test_task_pt_regs()
39 trigger_func(); in test_task_pt_regs()
Dusdt.c28 static void __always_inline trigger_func(int x) { in trigger_func() function
69 trigger_func(1); in subtest_basic_usdt()
113 trigger_func(2); in subtest_basic_usdt()
136 trigger_func(3); in subtest_basic_usdt()
Dattach_probe.c11 static noinline void trigger_func(void) in trigger_func() function
50 uprobe_offset = get_uprobe_offset(&trigger_func); in test_attach_probe_manual()
110 trigger_func(); in test_attach_probe_manual()
Dbpf_cookie.c17 static noinline void trigger_func(void) in trigger_func() function
325 uprobe_offset = get_uprobe_offset(&trigger_func); in uprobe_subtest()
360 trigger_func(); in uprobe_subtest()
Dbpf_iter.c1581 static noinline int trigger_func(int arg) in trigger_func() function
1599 skel->bss->address = (uintptr_t)trigger_func; in test_task_vma_offset_common()
1617 ASSERT_EQ(skel->bss->offset, get_uprobe_offset(trigger_func), "offset"); in test_task_vma_offset_common()