Searched refs:bp_1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | bp-modify.c | 18 static noinline int bp_1(void) in bp_1() function 38 * then it calls bp_1 and quits. in spawn_child() 48 bp_1(); in spawn_child() 76 * - changes that breakponit to bp_1 function in bp_modify1() 78 * it has proper rip of bp_1 function in bp_modify1() 89 offsetof(struct user, u_debugreg[0]), bp_1)) { in bp_modify1() 120 pr_debug("rip %lx, bp_1 %p\n", rip, bp_1); in bp_modify1() 128 return rip == (unsigned long) bp_1 ? TEST_OK : TEST_FAIL; in bp_modify1() 152 * - creates a new breakpoint (id 0) for bp_1 functio in bp_modify2() [all...] |
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
H A D | bp-modify.c | 18 static noinline int bp_1(void) in bp_1() function 38 * then it calls bp_1 and quits. in spawn_child() 48 bp_1(); in spawn_child() 76 * - changes that breakpoint to bp_1 function in bp_modify1() 78 * it has proper rip of bp_1 function in bp_modify1() 89 offsetof(struct user, u_debugreg[0]), bp_1)) { in bp_modify1() 120 pr_debug("rip %lx, bp_1 %p\n", rip, bp_1); in bp_modify1() 128 return rip == (unsigned long) bp_1 ? TEST_OK : TEST_FAIL; in bp_modify1() 152 * - creates a new breakpoint (id 0) for bp_1 functio in bp_modify2() [all...] |
Completed in 1 milliseconds