Searched refs:HW_BREAKPOINT_W (Results 1 – 8 of 8) sorted by relevance
/tools/include/uapi/linux/ |
D | hw_breakpoint.h | 19 HW_BREAKPOINT_W = 2, enumerator 20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
|
/tools/perf/tests/ |
D | wp.c | 89 fd = __event(HW_BREAKPOINT_W, (void *)&data1, sizeof(data1)); in wp_wo_test() 108 fd = __event(HW_BREAKPOINT_R | HW_BREAKPOINT_W, (void *)&data1, in wp_rw_test() 129 fd = __event(HW_BREAKPOINT_W, (void *)&data1, sizeof(data1)); in wp_modify_test() 137 get__perf_event_attr(&new_attr, HW_BREAKPOINT_W, (void *)&data2[0], in wp_modify_test()
|
D | bp_account.c | 42 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
|
D | bp_signal.c | 112 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
|
D | parse-events.c | 158 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint() 202 HW_BREAKPOINT_W == evsel->core.attr.bp_type); in test__checkevent_breakpoint_w() 217 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->core.attr.bp_type); in test__checkevent_breakpoint_rw() 1259 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint_len() 1274 TEST_ASSERT_VAL("wrong bp_type", HW_BREAKPOINT_W == in test__checkevent_breakpoint_len_w()
|
/tools/testing/selftests/powerpc/ptrace/ |
D | perf-hwbreak.c | 136 if (readwriteflag & HW_BREAKPOINT_W) in runtestsingle()
|
/tools/perf/util/ |
D | parse-events.c | 882 CHECK_SET_TYPE(HW_BREAKPOINT_W); in parse_breakpoint_type() 895 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
|
D | evsel.c | 473 if (type & HW_BREAKPOINT_W) in __perf_evsel__bp_name()
|