Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dbp_account.c25 volatile long the_var; variable
77 fd[i] = wp_event((void *)&the_var, &attr); in bp_accounting()
92 fd_wp = wp_event((void *)&the_var, &attr_new); in bp_accounting()
106 void *addr = is_x ? (void *)test_function : (void *)&the_var; in detect_cnt()
132 fd = wp_event((void *) &the_var, &attr); in detect_ioctl()
147 fd[i] = wp_event((void *)&the_var, &attr); in detect_share()
Dbp_signal.c37 volatile long the_var; variable
68 __test_function(&the_var); in test_function()
69 the_var++; in test_function()
242 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal()