Home
last modified time | relevance | path

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

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