OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:event_open_with_group
(Results
1 - 6
of
6
) sorted by null
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
event_attributes_test.c
77
FAIL_IF(
event_open_with_group
(&event, leader.fd));
89
FAIL_IF(
event_open_with_group
(&event, leader.fd) == 0);
104
FAIL_IF(
event_open_with_group
(&event, leader.fd) == 0);
multi_counter_test.c
40
FAIL_IF(
event_open_with_group
(&events[i], group_fd));
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
event.h
31
int
event_open_with_group
(struct event *e, int group_fd);
per_event_excludes.c
71
FAIL_IF(
event_open_with_group
(&events[i], events[0].fd));
count_instructions.c
107
if (
event_open_with_group
(&events[1], events[0].fd)) {
event.c
63
int
event_open_with_group
(struct event *e, int group_fd)
function
Completed in 304 milliseconds