Home
last modified time | relevance | path

Searched refs:bp_type (Results 1 – 22 of 22) sorted by relevance

/tools/perf/tests/shell/attr/
A Dbase-record-spe35 bp_type=*
A Dbase-record36 bp_type=0
A Dbase-stat36 bp_type=0
A Dtest-record-dummy-C050 bp_type=0
A Dsystem-wide-dummy47 bp_type=0
/tools/perf/tests/
A Dbp_account.c52 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
94 attr_mod.bp_type = HW_BREAKPOINT_X; in bp_accounting()
A Dwp.c50 attr->bp_type = wp_type; in get__perf_event_attr()
69 pr_debug("failed opening event %x\n", attr.bp_type); in __event()
A Dbp_signal_overflow.c90 pe.bp_type = HW_BREAKPOINT_X; in test__bp_signal_overflow()
A Dbp_signal.c113 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
A Dsigtrap.c44 .bp_type = HW_BREAKPOINT_RW, in make_event_attr()
A Dparse-events.c247 evsel->core.attr.bp_type); in test__checkevent_breakpoint()
261 HW_BREAKPOINT_X == evsel->core.attr.bp_type); in test__checkevent_breakpoint_x()
275 HW_BREAKPOINT_R == evsel->core.attr.bp_type); in test__checkevent_breakpoint_r()
290 HW_BREAKPOINT_W == evsel->core.attr.bp_type); in test__checkevent_breakpoint_w()
305 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->core.attr.bp_type); in test__checkevent_breakpoint_rw()
1633 evsel->core.attr.bp_type); in test__checkevent_breakpoint_len()
1648 evsel->core.attr.bp_type); in test__checkevent_breakpoint_len_w()
/tools/testing/selftests/bpf/prog_tests/
A Dperf_skip.c63 attr.bp_type = HW_BREAKPOINT_X; in serial_test_perf_skip()
/tools/testing/selftests/perf_events/
A Dsigtrap_threads.c58 .bp_type = HW_BREAKPOINT_RW, in make_event_attr()
/tools/perf/bench/
A Dbreakpoint.c58 attr.bp_type = HW_BREAKPOINT_RW; in breakpoint_setup()
/tools/testing/selftests/powerpc/ptrace/
A Dptrace-perf-hwbreak.c128 attr->bp_type = HW_BREAKPOINT_R; in perf_user_event_attr_set()
A Dperf-hwbreak.c63 attr->bp_type = type; in perf_event_attr_set()
/tools/include/uapi/linux/
A Dperf_event.h473 __u32 bp_type; member
/tools/perf/util/
A Dparse-events.c712 if (attr->bp_type & bit) \ in parse_breakpoint_type()
715 attr->bp_type |= bit; \ in parse_breakpoint_type()
735 if (!attr->bp_type) /* Default */ in parse_breakpoint_type()
736 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
758 if (attr.bp_type == HW_BREAKPOINT_X) in parse_events_add_breakpoint()
A Dperf_event_attr_fprintf.c348 PRINT_ATTRf(bp_type, p_unsigned); in perf_event_attr__fprintf()
A Dpython.c809 &attr.wakeup_events, &attr.bp_type, in pyrf_evsel__init()
A Devsel.c180 WRITE_ASS(bp_type, PRIu32); in store_event()
793 int r = __evsel__bp_name(bf, size, attr->bp_addr, attr->bp_type); in evsel__bp_name()
A Dsession.c511 bswap_field_32(bp_type); in perf_event__attr_swap()

Completed in 48 milliseconds