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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtask_pt_regs.c7 static noinline void trigger_func(void) function
19 uprobe_offset = get_uprobe_offset(&trigger_func);
39 trigger_func();
H A Dusdt.c28 static void __always_inline trigger_func(int x) { function
69 trigger_func(1);
107 /* trigger_func() is marked __always_inline, so USDT invocations will be
113 trigger_func(2);
119 /* only check values that depend on trigger_func()'s input value */
136 trigger_func(3);
H A Dattach_probe.c11 static noinline void trigger_func(void) function
50 uprobe_offset = get_uprobe_offset(&trigger_func);
110 trigger_func();
H A Dbpf_cookie.c17 static noinline void trigger_func(void) function
325 uprobe_offset = get_uprobe_offset(&trigger_func);
360 trigger_func();
H A Dbpf_iter.c1564 static noinline int trigger_func(int arg) function
1582 skel->bss->address = (uintptr_t)trigger_func;
1600 ASSERT_EQ(skel->bss->offset, get_uprobe_offset(trigger_func), "offset");

Completed in 122 milliseconds