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

/linux-master/tools/perf/arch/x86/tests/
H A Dbp-modify.c18 static noinline int bp_1(void) function
38 * then it calls bp_1 and quits.
48 bp_1();
76 * - changes that breakpoint to bp_1 function
78 * it has proper rip of bp_1 function
89 offsetof(struct user, u_debugreg[0]), bp_1)) {
120 pr_debug("rip %lx, bp_1 %p\n", rip, bp_1);
128 return rip == (unsigned long) bp_1 ? TEST_OK : TEST_FAIL;
152 * - creates a new breakpoint (id 0) for bp_1 functio
[all...]

Completed in 180 milliseconds