Searched refs:the_var (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | bp_account.c | 22 static volatile long the_var; variable 74 fd[i] = wp_event((void *)&the_var, &attr); in bp_accounting() 89 fd_wp = wp_event((void *)&the_var, &attr_new); in bp_accounting() 103 void *addr = is_x ? (void *)test_function : (void *)&the_var; in detect_cnt() 129 fd = wp_event((void *) &the_var, &attr); in detect_ioctl() 144 fd[i] = wp_event((void *)&the_var, &attr); in detect_share()
|
H A D | bp_signal.c | 38 volatile long the_var; variable 64 __test_function(&the_var); in test_function() 65 the_var++; in test_function() 217 * the_var++ - fd3 event watchpoint hit -> count3 == 2 (standalone watchpoint) in test__bp_signal() 238 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | bp_account.c | 35 static volatile long the_var; variable 87 fd[i] = wp_event((void *)&the_var, &attr); in bp_accounting() 102 fd_wp = wp_event((void *)&the_var, &attr_new); in bp_accounting() 116 void *addr = is_x ? (void *)test_function : (void *)&the_var; in detect_cnt() 142 fd = wp_event((void *) &the_var, &attr); in detect_ioctl() 164 fd[i] = wp_event((void *)&the_var, &attr); in detect_share()
|
H A D | bp_signal.c | 38 volatile long the_var; variable 64 __test_function(&the_var); in test_function() 65 the_var++; in test_function() 222 * the_var++ - fd3 event watchpoint hit -> count3 == 2 (standalone watchpoint) in test__bp_signal() 243 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal()
|
Completed in 3 milliseconds