Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dbp_signal.c47 extern void __test_function(volatile long *ptr);
50 ".globl __test_function\n"
51 ".type __test_function, @function;"
52 "__test_function:\n"
57 static void __test_function(volatile long *ptr) in __test_function() function
65 __test_function(&the_var); in test_function()
194 * fd1 - breakpoint event on __test_function with SIGIO in test__bp_signal()
202 * fd3 - watchpoint event on __test_function with SIGIO in test__bp_signal()
242 fd1 = bp_event(__test_function, SIGIO); in test__bp_signal()