Searched refs:bp_type (Results 1 – 22 of 22) sorted by relevance
| /tools/perf/tests/shell/attr/ |
| A D | base-record-spe | 35 bp_type=*
|
| A D | base-record | 36 bp_type=0
|
| A D | base-stat | 36 bp_type=0
|
| A D | test-record-dummy-C0 | 50 bp_type=0
|
| A D | system-wide-dummy | 47 bp_type=0
|
| /tools/perf/tests/ |
| A D | bp_account.c | 52 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 D | wp.c | 50 attr->bp_type = wp_type; in get__perf_event_attr() 69 pr_debug("failed opening event %x\n", attr.bp_type); in __event()
|
| A D | bp_signal_overflow.c | 90 pe.bp_type = HW_BREAKPOINT_X; in test__bp_signal_overflow()
|
| A D | bp_signal.c | 113 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
|
| A D | sigtrap.c | 44 .bp_type = HW_BREAKPOINT_RW, in make_event_attr()
|
| A D | parse-events.c | 247 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 D | perf_skip.c | 63 attr.bp_type = HW_BREAKPOINT_X; in serial_test_perf_skip()
|
| /tools/testing/selftests/perf_events/ |
| A D | sigtrap_threads.c | 58 .bp_type = HW_BREAKPOINT_RW, in make_event_attr()
|
| /tools/perf/bench/ |
| A D | breakpoint.c | 58 attr.bp_type = HW_BREAKPOINT_RW; in breakpoint_setup()
|
| /tools/testing/selftests/powerpc/ptrace/ |
| A D | ptrace-perf-hwbreak.c | 128 attr->bp_type = HW_BREAKPOINT_R; in perf_user_event_attr_set()
|
| A D | perf-hwbreak.c | 63 attr->bp_type = type; in perf_event_attr_set()
|
| /tools/include/uapi/linux/ |
| A D | perf_event.h | 473 __u32 bp_type; member
|
| /tools/perf/util/ |
| A D | parse-events.c | 712 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 D | perf_event_attr_fprintf.c | 348 PRINT_ATTRf(bp_type, p_unsigned); in perf_event_attr__fprintf()
|
| A D | python.c | 809 &attr.wakeup_events, &attr.bp_type, in pyrf_evsel__init()
|
| A D | evsel.c | 180 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 D | session.c | 511 bswap_field_32(bp_type); in perf_event__attr_swap()
|
Completed in 48 milliseconds