Home
last modified time | relevance | path

Searched refs:determine_overhead (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Dcount_instructions.c74 static u64 determine_overhead(struct event *events) in determine_overhead() function
112 overhead = determine_overhead(events); in test_body()
H A Dcount_stcx_fail.c79 static u64 determine_overhead(struct event *events) in determine_overhead() function
129 overhead = determine_overhead(events); in test_body()
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c70 static uint64_t determine_overhead(struct event *event) in determine_overhead() function
131 overhead = determine_overhead(&event); in instruction_count()