Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()
H A Dattach_probe.c12 static noinline void trigger_func(void) in trigger_func()
51 uprobe_offset = get_uprobe_offset(&trigger_func); in test_attach_probe_manual()
111 trigger_func(); in test_attach_probe_manual()
139 uprobe_offset = get_uprobe_offset(&trigger_func); in test_attach_probe_auto()
11 static noinline void trigger_func(void) trigger_func() function
H A Dusdt.c28 static void __always_inline trigger_func(int x) { in trigger_func() function
111 trigger_func(x); \ in subtest_basic_usdt()
113 trigger_func(x); \ in subtest_basic_usdt()
192 /* trigger_func() is marked __always_inline, so USDT invocations will be
204 /* only check values that depend on trigger_func()'s input value */ in trigger_300_usdts()
H A 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()
H A Dbpf_iter.c1649 static noinline int trigger_func(int arg) in trigger_func() function
1667 skel->bss->address = (uintptr_t)trigger_func; in test_task_vma_offset_common()
1685 ASSERT_EQ(skel->bss->offset, get_uprobe_offset(trigger_func), "offset"); in test_task_vma_offset_common()