Searched refs:get__perf_event_attr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | wp.c | 35 static void get__perf_event_attr(struct perf_event_attr *attr, int wp_type, in get__perf_event_attr() function 56 get__perf_event_attr(&attr, wp_type, wp_addr, wp_len); in __event() 137 get__perf_event_attr(&new_attr, HW_BREAKPOINT_W, (void *)&data2[0], in wp_modify_test()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | wp.c | 38 static void get__perf_event_attr(struct perf_event_attr *attr, int wp_type, in get__perf_event_attr() function 59 get__perf_event_attr(&attr, wp_type, wp_addr, wp_len); in __event() 161 get__perf_event_attr(&new_attr, HW_BREAKPOINT_W, (void *)&data2[0], in test__wp_modify()
|
Completed in 1 milliseconds