OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bp_type
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/common/linux/
perf_event.h
155
__u32
bp_type
;
member in struct:perf_event_attr
/external/linux-tools-perf/util/include/linux/added/
hw_breakpoint.h
65
return bp->attr.
bp_type
;
perf_event.h
237
__u32
bp_type
;
member in struct:perf_event_attr
/external/linux-tools-perf/util/
parse-events.c
586
attr->
bp_type
|= HW_BREAKPOINT_R;
589
attr->
bp_type
|= HW_BREAKPOINT_W;
592
attr->
bp_type
|= HW_BREAKPOINT_X;
598
if (!attr->
bp_type
) /* Default */
599
attr->
bp_type
= HW_BREAKPOINT_R | HW_BREAKPOINT_W;
635
attr->
bp_type
= HW_BREAKPOINT_R | HW_BREAKPOINT_W;
646
if (attr->
bp_type
== HW_BREAKPOINT_X)
session.c
426
attr->
bp_type
= bswap_32(attr->
bp_type
);
[
all
...]
python.c
419
"
bp_type
",
453
&attr.wakeup_events, &attr.
bp_type
,
/external/kernel-headers/original/linux/
perf_event.h
225
__u32
bp_type
;
member in struct:perf_event_attr
/external/valgrind/main/include/vki/
vki-linux.h
2778
__vki_u32
bp_type
;
member in struct:vki_perf_event_attr
[
all
...]
Completed in 54 milliseconds