Home
last modified time | relevance | path

Searched refs:PERF_TYPE_BREAKPOINT (Results 1 – 10 of 10) sorted by relevance

/tools/testing/selftests/powerpc/ptrace/
Dperf-hwbreak.c53 attr.type = PERF_TYPE_BREAKPOINT; in breakpoint_test()
100 attr.type = PERF_TYPE_BREAKPOINT; in runtestsingle()
171 attr.type = PERF_TYPE_BREAKPOINT; in runtest_dar_outside()
/tools/perf/tests/
Dbp_signal_overflow.c80 pe.type = PERF_TYPE_BREAKPOINT; in test__bp_signal_overflow()
Dbp_account.c34 attr->type = PERF_TYPE_BREAKPOINT; in __event()
Dbp_signal.c108 pe.type = PERF_TYPE_BREAKPOINT; in __event()
Dwp.c39 attr->type = PERF_TYPE_BREAKPOINT; in get__perf_event_attr()
Dparse-events.c156 TEST_ASSERT_VAL("wrong type", PERF_TYPE_BREAKPOINT == evsel->core.attr.type); in test__checkevent_breakpoint()
170 TEST_ASSERT_VAL("wrong type", PERF_TYPE_BREAKPOINT == evsel->core.attr.type); in test__checkevent_breakpoint_x()
184 PERF_TYPE_BREAKPOINT == evsel->core.attr.type); in test__checkevent_breakpoint_r()
199 PERF_TYPE_BREAKPOINT == evsel->core.attr.type); in test__checkevent_breakpoint_w()
214 PERF_TYPE_BREAKPOINT == evsel->core.attr.type); in test__checkevent_breakpoint_rw()
1331 TEST_ASSERT_VAL("wrong type", PERF_TYPE_BREAKPOINT == evsel->core.attr.type); in test__checkevent_breakpoint_len()
1346 TEST_ASSERT_VAL("wrong type", PERF_TYPE_BREAKPOINT == evsel->core.attr.type); in test__checkevent_breakpoint_len_w()
/tools/include/uapi/linux/
Dperf_event.h35 PERF_TYPE_BREAKPOINT = 5, enumerator
/tools/perf/util/
Dparse-events.c971 attr.type = PERF_TYPE_BREAKPOINT; in parse_events_add_breakpoint()
2907 event_type_descriptors[PERF_TYPE_BREAKPOINT]); in print_events()
Devsel.c734 case PERF_TYPE_BREAKPOINT: in evsel__name()
/tools/perf/
Dbuiltin-script.c259 [PERF_TYPE_BREAKPOINT] = {
2698 type = PERF_TYPE_BREAKPOINT; in parse_output_fields()