Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dbp_account.c36 static volatile long the_var; variable
88 fd[i] = wp_event((void *)&the_var, &attr); in bp_accounting()
104 fd_wp = wp_event((void *)&the_var, &attr_new); in bp_accounting()
119 void *addr = is_x ? (void *)test_function : (void *)&the_var; in detect_cnt()
145 fd = wp_event((void *) &the_var, &attr); in detect_ioctl()
167 fd[i] = wp_event((void *)&the_var, &attr); in detect_share()
H A Dbp_signal.c39 volatile long the_var; variable
65 __test_function(&the_var); in test_function()
66 the_var++; in test_function()
244 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal()