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

/linux-master/tools/perf/tests/
H A Dbp_account.c35 static volatile long the_var; variable
87 fd[i] = wp_event((void *)&the_var, &attr);
102 fd_wp = wp_event((void *)&the_var, &attr_new);
116 void *addr = is_x ? (void *)test_function : (void *)&the_var;
142 fd = wp_event((void *) &the_var, &attr);
164 fd[i] = wp_event((void *)&the_var, &attr);
H A Dbp_signal.c38 volatile long the_var; variable
64 __test_function(&the_var);
65 the_var++;
222 * the_var++ - fd3 event watchpoint hit -> count3 == 2 (standalone watchpoint)
243 fd3 = wp_event((void *)&the_var, SIGIO);

Completed in 96 milliseconds