Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dbp_signal.c45 extern void __test_function(volatile long *ptr);
52 extern void __test_function(volatile long *ptr);
60 static void __test_function(volatile long *ptr) in __test_function() function
68 __test_function(&the_var); in test_function()
240 fd1 = bp_event(__test_function, SIGIO); in test__bp_signal()