Home
last modified time | relevance | path

Searched refs:__test_function (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dbp_signal.c46 extern void __test_function(volatile long *ptr);
49 ".globl __test_function\n"
50 ".type __test_function, @function;"
51 "__test_function:\n"
56 static void __test_function(volatile long *ptr) in __test_function() function
64 __test_function(&the_var); in test_function()
188 * fd1 - breakpoint event on __test_function with SIGIO in test__bp_signal()
196 * fd3 - watchpoint event on __test_function with SIGIO in test__bp_signal()
236 fd1 = bp_event(__test_function, SIGIO); in test__bp_signal()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dbp_signal.c46 extern void __test_function(volatile long *ptr);
49 ".globl __test_function\n"
50 ".type __test_function, @function;"
51 "__test_function:\n"
56 static void __test_function(volatile long *ptr) in __test_function() function
64 __test_function(&the_var); in test_function()
193 * fd1 - breakpoint event on __test_function with SIGIO in test__bp_signal()
201 * fd3 - watchpoint event on __test_function with SIGIO in test__bp_signal()
241 fd1 = bp_event(__test_function, SIGIO); in test__bp_signal()

Completed in 1 milliseconds