the_var            26 tools/perf/tests/bp_account.c volatile long the_var;
the_var            78 tools/perf/tests/bp_account.c 		fd[i] = wp_event((void *)&the_var, &attr);
the_var            93 tools/perf/tests/bp_account.c 		fd_wp = wp_event((void *)&the_var, &attr_new);
the_var           107 tools/perf/tests/bp_account.c 	void *addr = is_x ? (void *)test_function : (void *)&the_var;
the_var           133 tools/perf/tests/bp_account.c 	fd = wp_event((void *) &the_var, &attr);
the_var           148 tools/perf/tests/bp_account.c 		fd[i] = wp_event((void *)&the_var, &attr);
the_var            38 tools/perf/tests/bp_signal.c volatile long the_var;
the_var            61 tools/perf/tests/bp_signal.c 	__test_function(&the_var);
the_var            62 tools/perf/tests/bp_signal.c 	the_var++;
the_var           235 tools/perf/tests/bp_signal.c 	fd3 = wp_event((void *)&the_var, SIGIO);