OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HW_BREAKPOINT_W
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/include/linux/added/
hw_breakpoint.h
14
HW_BREAKPOINT_W
= 2,
15
HW_BREAKPOINT_RW = HW_BREAKPOINT_R |
HW_BREAKPOINT_W
,
/external/linux-tools-perf/util/
parse-events.c
589
attr->bp_type |=
HW_BREAKPOINT_W
;
599
attr->bp_type = HW_BREAKPOINT_R |
HW_BREAKPOINT_W
;
635
attr->bp_type = HW_BREAKPOINT_R |
HW_BREAKPOINT_W
;
Completed in 79 milliseconds